Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants