Only featured image and title on homepage
-
Hi, i want to know hot to only show featured image and title on wordpress’s homepage and not the whole article cause sometimes articles are too big which doesn’t look good on homepage, it would be great if someone could help me with this.
The blog I need help with is: (visible only to logged in users)
-
Hi conceptcus,
If you have the custom css add-on you could add the following css code and it should hide what you’re looking for.
.home .entry-content { display: none !important; }If you want the meta data gone as well this should do it.
.home .entry-content, .home .entry-meta { display: none !important; }
- The topic ‘Only featured image and title on homepage’ is closed to new replies.