• Resolved dikig

    (@dikig)


    I wonder whether the text at the end of a post: ‘Posted in: [Category]’ can be removed?

    Many thanks
    Dieter

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dikig

    (@dikig)

    Still hoping for an idea. Is there noone around to help?

    Thanks
    Dieter

    Thread Starter dikig

    (@dikig)

    Luckily in the meantime I found a solution by myself.

    Therefore the post can be closed.

    Dietr

    Theme Author Dario Devcic

    (@dariodev)

    I’m sorry for delay! I guess you hide it via CSS as this is the only way to do it.

    .entry-footer .entry-terms { display: none; }

    Also you can hide category and tags independent of each other:

    Category:
    .entry-footer .entry-terms.category { display: none; }

    Tags:
    .entry-footer .entry-terms.post_tag { display: none; }

    In latest version I changed the markup so it is possible to target the title only and keep the terms:

    .entry-footer .entry-terms.category .title { display: none; }
    .entry-footer .entry-terms.post_tag .title { display: none; }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove ‘Posted in: [Category]’ at end of a post?’ is closed to new replies.