Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20092
    duozhang1992
    Member

    Hi. I’m a user of catch everest pro. the features included are brilliant! However I just have one question regarding my posts. How can I change it so I can have post titles only displaying.

    my website is http://www.duofitness.co.uk

    #20105
    Sakin
    Keymaster

    @duozhang1992: Sorry I am bit confused about your question. Where do you want to show post titles only. You can use “Recent Posts” widget to show post title only in your sidebar from “Appearance => Widgets”

    #20110
    duozhang1992
    Member

    let me rephrase.

    Currently on my post page, the post title and all its content are displayed on the front page. My question is, how can I just have the post title displaying on the front page without the contents showing.

    #20111
    Sakin
    Keymaster

    @duozhang1992: This will be bit technical and you might need to hire customizer to work for you. First you need to build child theme and then copy content.php file in our child theme. Then edit the code by adding the condition is_front_page().

    But if you just want to hide it for the user then you can simply hide the content section in your front page by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .blog .post .entry-content, .blog .post .entry-meta { display: none; }

    #20369
    ralfsen
    Member

    Could this be changed to show title and a short exerpt? Entire post is too much, but just the title is too little 🙂

    #20388
    Sakin
    Keymaster

    @ralfsen: Which theme are you using. You can change out the Excerpt Layout from Theme Options panel. You can check theme instruction at http://catchthemes.com/theme-instructions/

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to have title only posts’ is closed to new replies.