• Hello,
    I have started a website allgovernmentjobs.org and when I am trying to put a post, The description of the post, comes up on the posts page (Which is also my home page). I want to remove the description and show only the Post title. I am not able to figure out how to remove the description.

    Please Help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter allgovtjobs1

    (@allgovtjobs1)

    Hi,
    The question is around removing the details of the post from the home page where the list of posts is coming. I am looking for just the heading and no other details from the post on the home page (blog). It was working fine earlier but has started giving issues in last post.
    please visit https://allgovernmentjobs.org/ and see the difference in first post heading on home page compared to next posts appearing on this page.

    Rgds.

    • This reply was modified 7 years, 8 months ago by allgovtjobs1.

    Hi,

    You have to add below custom css in custom css area of theme options

    .home.blog .hentry .entry-content.article {
            display: none; 
    }

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove post description from posts page’ is closed to new replies.