badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Need Only shows the feature image, Title. Please don’t show Content of Post !

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #92603
    ad.3x4you
    Participant

    Hello !
    When I create a post and go the the homepage, it shows the feature image, title, body text of the post. I want the user the only see the feature image, title. After clicking on feature image, the user goes the the normal post page. I don’t want show body text of post on homepage? And on category and archives pages. Only see the feature image, title.
    Please help !
    Thank you !

    #92605
    ad.3x4you
    Participant

    I want when the mouse pointer moves to it not to show the content inside the article.

    #93304

    Hi @ad-3x4you,

    Just add the below custom CSS code in Appearance > Customize > Additional CSS to hide the body text of posts.

    .post-main .post p {
        display: none;
    }

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.