ahurwitz
Member
Posted 2 months ago #
I would like to add a Continue Reading link to the results shown on the Tag Archive page--the page you get when you click on a tag in the WP-Cumulus widget.
I believe the code should be:
<span class="continue"> ">Continue Reading</span>
... but I'm not sure where to put this.
Thanks for your help!
http://wordpress.org/extend/plugins/wp-cumulus/
roytanck
Member
Posted 2 months ago #
That page is generated by WP, not by Cumulus. You could create a copy of your theme's "index.php" called "tag.php" and add the link there, or add it into "index.php" use conditional tags to show it only for tags.