Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

How to hide readmore text? #127

Open
vhoanghac opened this issue Nov 24, 2017 · 3 comments
Open

How to hide readmore text? #127

vhoanghac opened this issue Nov 24, 2017 · 3 comments

Comments

@vhoanghac
Copy link

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
Copy link
Owner

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
Copy link
Owner

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

@lacymorrow
Copy link
Owner

This would be perfect for a newbie PR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants