Viewing 7 replies - 1 through 7 (of 7 total)
  • I presume you mean the whole line containing the tags and date, and not just the tags and date individually. If so:

    .entry-meta {
        display: none;
    }

    p.s. You need to change your user name: You’re displaying your email to the world and may get more spam as a consequence.

    Hi, thank you ElectricFeet for the heads up. Your code works as a charm to get rid of all the meta data around a post. But I’d actually like to keep the date and the author, and just remove categories and tags… Where do I have to dig my head in order to modify that? I am ok with html and css, but totally new to php, so a bit disoriented here ?? ??

    Big thanks to all the community that answers all our silly questions ! Customizr rocks !

    Well I can think of one quick and dirty way of achieving this:

    1. Install the Say What? plugin and change “This entry was posted in ” to “This entry was posted ” (note trailing spaces; don’t include the quotes; use “customizr” (without quotes) as Say What?’s “domain”)
    2. Add .entry-meta .btn {display: none;} to your CSS.

    Step 2 will get rid of the Category button. I don’t know if it will also get rid of the tag button, as I removed the tags on my site. But if not, the approach will be similar (look for it with Firebug).

    For customizr theme how can only the dates will be hidden could you please tell? I want the tags and categories to be visible not the dates. Please advise.

    @mbablus84: You have posted to a really old topic…you should have created a new one…however…

    Have you seen the snippets? Lot of useful information…if you are new, check out the Get started menu item, too…

    This snippet should help with your inquiry…

    Thank you very much. The snippets worked. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing tags and date under the post title’ is closed to new replies.