Return to Snippet

Revision: 36262
at November 20, 2010 02:11 by rliverman


Initial Code
<?php
$catmatch = get_the_title();
//The Query
query_posts('category_name=' . $catmatch ); ?>

Initial URL

                                

Initial Description

                                

Initial Title
Wordpress List Posts by Category that Matches Title

Initial Tags
wordpress, category

Initial Language
PHP