Disabling the page or post name from appearing

  • Posted in : Bloggy WP
  • ldiano
    Participant

    How do I disable the page or post name from appearing?

    Mehmet S.
    Keymaster

    Hi, use this in your custom css field:

    .entry-header { display: none; }
    
    ldiano
    Participant

    Thanks Mehmet.

    What code should I use if I want to disable the name from appearing for a *specific* page or post?

    Thanks

    Mehmet S.
    Keymaster

    Page:

    body.page-id-7 .entry-header { display: none; }
    

    Post:

    body.postid-62 .entry-header { display: none; }
    

    – The numbers are ids.

    ldiano
    Participant

    Thanks, it works perfectly.

    Mehmet S.
    Keymaster

    You are welcome.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register