Call Pages instead Posts
-
Hi.
I have a theme named Africa, and there is a code at magazine format which calls posts, but I need it calls pages.
I have Map Categories to Pages plugin from Amit Verma installed. So, I want call a specific category, and show pages which is listed under that specific category.
The code that I have to change is:
<?php $recent = new WP_Query("cat=".$featured5_bottom_left."&showposts=".$featured5_top_num); while($recent->have_posts()) : $recent->the_post();?>
Please, someone can help?
And yes, I looked at forum, google, etc.
Thanks and have a nice week
Lee
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Call Pages instead Posts’ is closed to new replies.