Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #26390
    sabine
    Member

    Hello,
    How can I remove the “published on..” and “in…” information in a post?
    For example: http://www.de100morgen.nl/?attachment_id=298
    Thanks.
    Sabine

    #26425
    Sakin
    Keymaster

    @sabine: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .hentry .entry-meta { display: none; }

    #26455
    sabine
    Member

    Thanks. That works. But… It works to good.
    Is it possible that the “published on..” and “in…” information is only removed in attachment pages?

    #26584
    Sakin
    Keymaster

    @sabine: Yes you can do that. Replace the previous css with the following:
    .attachment .hentry .entry-meta { display: none; }

    #26590
    sabine
    Member

    @sakin: thank you very much: that was what I was looking for.
    Something wired is still: that pictures shown in the attachment page is linked to another picture on another attachment page.
    How to remove the link from pictures in attachment pages?
    See for instance: http://www.de100morgen.nl/?attachment_id=456

    #26611
    Sakin
    Keymaster

    @sabine: That is link to next image in your post. This will be difficult to remove as for this you need to build child theme and then copy image.php in your child theme and edit it.

    #26783
    sabine
    Member

    Okay. Thanks. I will post this as a new question.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove published on and in’ is closed to new replies.