Custom Search Link
-
Hi All,
I’m trying to make a link that shows all posts with a certain TAG in a CATEGORY.
I know how to do the query:
$arrTag_cat = array('category_name' => media, 'tag' => video ); query_posts( $arrTag_cat); if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> ... endwhile; endif;
But I do not want the response on it on the page (here the sinlge.php). I just want an icon that when people click on it they have a page that opens with the related posts.
Can someone help me? Or just give me a direction in which I have to dig.
Thx a lot
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Custom Search Link’ is closed to new replies.