Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#71752
Code:
query_posts(array(
‘category_name’ => $post->post_title,
‘showposts’ => 10
));