/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $catmatch = get_the_title(); //The Query query_posts('category_name=' . $catmatch ); ?>