Support

Account

Home Forums General Issues Post_object inside loop Reply To: Post_object inside loop

  • I want to note that if I remove the first “custom_post”, it will display “custom_post2”.

    Also, should I use
    <?php wp_reset_postdata(); ?>

    Instead of

    <?php wp_reset_query(); ?>

    In the end?