2 Wordpress Coding Questions

4 replies
I need to remove some tags from displaying in the available WP tag cloud function.

I also need to display posts via tags the way you do on your archives only via tags.

Who knows how?

Thanks.
#coding #questions #wordpress
  • Profile picture of the author tbunch
    Originally Posted by Intrepreneur View Post

    I need to remove some tags from displaying in the available WP tag cloud function.
    If you mean to remove a tag then just go to your admin>>post tags and then delete any you don't want.

    I am not sure I understand what you are trying to do on the second question.

    Hope this helps
    {{ DiscussionBoard.errors[1926941].message }}
    • Profile picture of the author Intrepreneur
      Originally Posted by tbunch View Post

      If you mean to remove a tag then just go to your admin>>post tags and then delete any you don't want.

      I am not sure I understand what you are trying to do on the second question.

      Hope this helps
      Nah that's not it.

      I need to stop a couple of tags from displaying in the WP Tag cloud function.

      Which is a function that calls all the tags to the page.

      I've also just discovered how to display posts by tags as the code was there all along in my tag arhives. How silly of me not to notice. Still an issue with the tag cloud though :-(
      {{ DiscussionBoard.errors[1928505].message }}
      • Profile picture of the author tbunch
        Originally Posted by Intrepreneur View Post

        Nah that's not it.

        Still an issue with the tag cloud though
        I have found no info on not having certain tags show but I did find this site:

        Reciprocity | Wordpress Configurable Tag Cloud Plugin (no affiliation)

        It says with this plug-in you can block some tags in the settings. I didn't see a price on the page so I think it is free.
        {{ DiscussionBoard.errors[1935252].message }}
  • Profile picture of the author nota-bene
    Hey Intrepreneur,

    You can manually exclude tags using:

    <?php wp_tag_cloud ('exclude=1,2,3'); ?>

    Replacing the 1,2,3 with the tag ID's you do not wish to display.
    Signature

    {{ DiscussionBoard.errors[1937014].message }}

Trending Topics