Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40770
    Roy
    Member

    When I create a Post, the Title does not show up in the body of the post???

    The title is picked up by Widgets that I use as nav to the posts.

    Is this a simple setting or do I need to edit the Template

    (For a Page, the Title always does show up)

    #40775
    Sakin
    Keymaster

    @Roy: Can you post in your site title then I can check in. Post title should be displayed in Catch Evolution Pro theme. You can see it in our demo page http://catchthemes.com/demo/catch-evolution/

    #40785
    Roy
    Member

    here is a page with some post links…. you can check. thank you!

    https://steadytrader.com/register-2/

    #40834
    Sakin
    Keymaster

    @Roy: I see that you have disable the tile from your Custom CSS. So, remove the following css from your Custom CSS box.

    .entry-header, .entry-format {
        display: none;
    }
    #40873
    Roy
    Member

    OK. I did that because while it is good to have the Page Title show up automatically on Posts… it is awkward and really not acceptable to have the title show up on Pages….

    Do I need to change the Page template?

    #40964
    Sakin
    Keymaster

    @Roy: If you want to add back title back only in pages then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .type-page .entry-header { display: block; }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Post Title Not Showing’ is closed to new replies.