Forums

Hide author, date and tags in just one category, or maybe on one page (5 posts)

  1. moonstruck
    Member
    Posted 1 year ago #

    Hi.
    How do I do to hide the line with "date, name and tags" in just one, or rather some, of my categories. But show all that as normal in the other categories. Or if it is easier it can be applied to a certain page instead, where I view just that category. Or directly to the actual posts in that category on that page...? But how? What is best?

    My aim to separate my categories, so that most of them looks and acts like a normal blog. But a few of them instead are viewied on some "static?" portfolio pages, and don´t look like a blog at all. I don´t use thumbnails or any gallery plugins to create the portfolio. Just want to show images with a lot of custom information, but not "date, name and tags".

    Any suggestions?

  2. 123milliseconds
    Member
    Posted 1 year ago #

    Install Firefox Firebug ; then when you hover over any html element; you will see the line number of all the css involved.

    .entry-meta {
    display:none;
    }

    .entry-utility {
    display:none;
    }

    .postmetadata {
    display:none;
    }

  3. moonstruck
    Member
    Posted 1 year ago #

    Yes, Firebug seems like a must have for many reasons.

    Could you please tell me in a few more words, what you mean I should do, and most important where, to achive what I want? Should I change this code for the post or the category or the page or...? It is important that I don´t change this for every category, just for my "portfolio" items.

    (I am yet another one of those new beginners...)

  4. 123milliseconds
    Member
    Posted 1 year ago #

    >>>Should I change this code for the post or the category or the page or...?

    When you get firebug installed and you hover ... you will see the css definitions .... if they are different or the same at pages; posts and categories.

    Then we get to help further to customize just portfolio

  5. moonstruck
    Member
    Posted 1 year ago #

    Thanks so far, I will have to get back on this tomorrow.

Topic Closed

This topic has been closed to new replies.

About this Topic