/ Published in: PHP
Expand |
Embed | Plain Text
<?php $catmatch = get_the_title(); //The Query query_posts('category_name=' . $catmatch ); ?>
You need to login to post a comment.
<?php $catmatch = get_the_title(); //The Query query_posts('category_name=' . $catmatch ); ?>
You need to login to post a comment.