If you don’t know how to query post in wordpress, this post for you. is
very simple code, if you know or it is very difficult, if you don’t
know. If you don’t know it, I have shared query code for post loop in
bellow.
----------------------------------------------------------------------------------------------------------------------------
<?php if(have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<!-- Your Post Query here -->
<?php endwhile; ?>
<?php endif; ?>
----------------------------------------------------------------------------------------------------------------------------
Just insert this code in your template. Thank you for visit my site.
If have any problem, please put comment here.
No comments:
Post a Comment