Forums

Hiding Post Info (3 posts)

  1. prolife
    Member
    Posted 3 years ago #

    Hi all,
    I'm probably going to get flamed as I've seen this question asked before but it hasn't been answered in the way I need.
    I set up my blog yesterday, here, and I'm trying to hide certain bits of the post info, specifically the tags and the "no comments", I'd also like to change certain aspects so instead of "Author:" it would be "By:" for instance.
    I've sorted one code

    }
    .post small {
    display: none;
    }

    Problem is it hides it all. I'd like to keep the date and the categories.

  2. prolife
    Member
    Posted 3 years ago #

    Anybody, please?

  3. Chrisber
    Member
    Posted 3 years ago #

    The information for author, date, category, tags, etc. are all called by separate php template tags. You can control which ones display by deleting the ones you don't want from your theme templates. Check out the codex section on template tags.

Topic Closed

This topic has been closed to new replies.

About this Topic