lacymorrow / casper

Casper 👻 theme for Wordpress
http://lacymorrow.com/casper
GNU General Public License v2.0
556 stars 93 forks source link

How to hide readmore text? #127

Open vhoanghac opened 6 years ago

vhoanghac commented 6 years ago

I just wanted to show only title and a picture. If someone wants to read my article, they have to click on the title.

lacymorrow commented 6 years ago

If you would like to hide the content and readmore link, you can add this CSS:

body.home section.post-content { display: none; }

Unfortunately there is no way to show the picture and hide the text without manipulating the HTML/PHP

lacymorrow commented 6 years ago

If this is a necessary use-case then I can assist you in changing the theme and submitting a pull-request

lacymorrow commented 6 years ago

This would be perfect for a newbie PR