Only Blog title on Home page.

Hello,

Is there a way where I can display “ONLY” the title of the blog on the home page alongwith the image? The content should be available to read only after one clicks on the title. I do not want the whole content neither the summary of the topic on the home page.

So the Home page should only show the image and title of every blog starting from the latest blog I post, if the reader wants to read the content he should click the title and enter inside.
For ref:my website is www.digitalmarketingmonks.com

Many thanks in advance.

Hi @fijoygk,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

body.home.blog #main .entry-content {
    display: none;
}

Best Regards,
Movin