Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1351
    sabine
    Member

    Hello,
    I use Catch Box and I would like to know how I can remove “Posted on (date)”, “Posted by (name)” and “Posted in (Category)”. This things have no functions in my website.
    Can someone point me in the right direction?
    Thanks,
    Sabine

    #1353
    sabine
    Member

    I forgot something: I also want to be able to remove “Bookmark the permalink”.
    Sabine

    #1367
    Sakin
    Keymaster

    @sabine: You can just use css to hide it. Add the following CSS in “Custom CSS” box in the you Theme Option under Appearance tab from Wordress Dashboard:

    .entry-meta {
    display: none;
    }

    #1407
    sabine
    Member

    Hello Sakin,
    It works! That was easier than expected.
    Thank you very much.
    Sabine

    #1408
    sabine
    Member

    Another question: how can I remove ‘Posted by’ and ‘Posted in’ and keep ‘Posted on’?

    #1419
    Sakin
    Keymaster

    @sabine: it’s same you just need to check the css and hide the one you don’t need it.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove posted on/by/in’ is closed to new replies.