So I was trying to figure out a way to link the post thumbnails and excerpt title from my home page widgets to go directly to the category pages.
If anyone knows something better let me know. Thanks
[php]
term_id ).'”>‘;
}
?>
term_id ).'”>’.get_the_title().’‘;
}
?>
[/php]
Leave A Comment