Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10435

    I used the following code to remove page titles (Main, About, etc…)
    .page .entry-header { display: none; }

    But now my post titles are gone too! I manually created post tiles (Heading 1 centered) but on my blog page the feed treats the manually created title as part of the first sentence. I need Post titles back but I still don’t want the page titles.
    Site/Blog page:
    http://www.prattfinancialgroup.com/HereInCase/?page_id=154

    #10468
    Sakin
    Keymaster

    @viaticusgroup: This happen as you have set the page Articles to display your blog. So, it hides all the page titles, which means it will hide the post title in this page as well. To bring this page post title. you can add the following CSS.

    .page.page-blog .entry-header {
        display: block;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Post titles and Page titles’ is closed to new replies.