Home › Forums › Back End › [Solved] Show posts with same category name as page name › Re: [Solved] Show posts with same category name as page name
February 28, 2010 at 5:59 am
#71752
Member
Code:
query_posts(array(
‘category_name’ => $post->post_title,
‘showposts’ => 10
));
‘category_name’ => $post->post_title,
‘showposts’ => 10
));