badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Removing Duplicate Entry Title / Page Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42738
    joevenables
    Participant

    Hi,
    On individual posts, by default, the post title displays twice, in the Page Title Wrap bar and also at the top of the Main div.
    I would like to remove the second of these.

    However, using

    #content .entry-title {display: none;}

    or

    .entry-header {display: none;}

    also removes the Post Titles from the main blog page, which makes it unusable.

    I would like to remove the entry-title (or whole entry-header) from the individual post content (eg. http://www.unasound.com/dub-vault-vol-2-coming-soon-260316/ ) but leave the Post Title present on the blog page (eg. http://www.unasound.com/blog/)

    Please advise me how to achieve that, preferably only using CSS, but by editing the PHP if necessary.

    Thanks!

    #42800

    Hi joevenables,

    Just try below css

    .single .entry-title {
        display: none;
    }

    Hope this may help you
    Thank you!

    #42802
    joevenables
    Participant

    Great, thanks — that’s exactly what I needed!

    #42834

    Great !
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/interface
    We really appreciate your rating.

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.