Hello.
How can we set different excerpt values to show in category pages? I have this page for example http://lastminutegoals.byethost9.com/wordpress/category/epl-news/
And what I would like to acomplish is that for example http://i.gyazo.com/f68b5d8113dbd649add3f4cde0a8e30c.png NO text and no that huge padding.
Thanks!
1 Answers
To resolve this issue, you can add the following code to the style.css file:
.archive .entry-content { display: none; }
Hope this helps !
You saved my day! simple as that.Probably I’ll have more issues during the day actually but thanks a lot!
Please login or Register to submit your answer
replied 10 years ago
I’ mean here for example. http://i.gyazo.com/a429300c27f5abb34575a6896dac53d0.pngThe first text I have in this posts is html and the problem is the category page ignore the How can I fix this please?