2 Wordpress Coding Questions

by 4 replies
5
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.
#programming #coding #questions #wordpress
  • 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
    • [1] reply
    • 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 :-(
      • [1] reply
  • 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.

Next Topics on Trending Feed