• magicfun1

    (@magicfun1)


    Hi, i’m looking to do something similar to the website: https://www.celebrityblogsite.com/

    On the right side of their page, they have a listing of 10 celebrities that you can click on and it will go to any tags that have their name. My question is, how to set something up like this. Is it a post that sets this up? When I create a post with these tags, how do I keep it off the home page? Is this a plugin?

Viewing 1 replies (of 1 total)
  • MichaelH

    (@michaelh)

    Is it a post that sets this up?

    Looks like they tagged the posts, then used something like Template_Tags/get_the_tags or Function_Reference/get_terms to list those tags in the sidebar. Not exactly sure how they attached the image to the name though

    When I create a post with these tags, how do I keep it off the home page?

    Use the tag__no_in argument with the template tag, query_posts().

    Is this a plugin?

    Could be, but not necessarily. But you could always contact that site author to ask that question.

Viewing 1 replies (of 1 total)
  • The topic ‘looking to do sidebar listing’ is closed to new replies.