I have tried as following code in my template file in wordpress…
<?php query_posts('showposts=3&post_type=packages&order=ASC&paged='.$paged) ?>
It’s not working… Please help me!!! I am a beginner in wordpress
I have tried as following code in my template file in wordpress…
<?php query_posts('showposts=3&post_type=packages&order=ASC&paged='.$paged) ?>
It’s not working… Please help me!!! I am a beginner in wordpress
You must be logged in to post a comment.
first parameter is your seperator between links
second parameter is previous page
third parameter is next page
you can replace them with images as well