Cutline Theme Support Forums » Cutline Theme Support Forums

Tags

(7 posts)
  • Started 4 years ago by thirdeyetc
  • Latest reply from thirdeyetc
  • This topic is not resolved

Tags:


  1. Has anyone using 2.0 had trouble getting their tags to display on the front page?

    I am using the older version still and as advised by the wordpress codex added the appropriate the_tags code in order to display my tags where the categories are being displayed now. It works in the single.php file but not index.php. I am trying to see if this is a theme specific issue because I did notice that while the cutline main page was using the 2.0 version there wasn't anything after the word Tags: either...

    Any ideas, links to the right direction would be appreciated. Or even if someone else has the tags feature working, so I know this isn't specific to cutline...

    Posted 4 years ago #
  2. Oh this issue has been resolved by the way. It had to do with a modified loop I was using. Some weird conflict with the new tag functions. But if anyone else runs into this let me know and I'll help out.

    Posted 4 years ago #
  3. cframp
    Member

    I'm having this problem. I think I'm calling it right and found the right place to remove the call function for categories and add the call function for tags, but it ain't working.

    Posted 4 years ago #
  4. Do you have a modified loop eliminating certain categories from being displayed? That was what was causing my issue. What php are you using to call the tags?

    <?php the_tags( '&middot; ',' &middot; ','<br />'); ?

    With the midots, being what you want to separate the tag names.

    Posted 4 years ago #
  5. I am not using 2.0 though for the record.

    Posted 4 years ago #
  6. cframp
    Member

    That worked. THANKS!!!!!!!!!!

    Posted 4 years ago #
  7. There should have been another > at the end of that code block, but glad you got it working...

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.