When I click a category, I want to show:
Post1’s title Jan 18, 2019
Post2’s title Jan 20, 2019
…
I do not like excerpt_read_more solution which uses too much spaces and display too much information.
Please help, thx
Hey robertchen117,
Please send us over the page.
Lets see if we can hide those with some CSS rules :)
Best regards,
Basilis
My site: https://acctax51.com/category/%E4%B8%AA%E4%BA%BA%E6%89%80%E5%BE%97%E7%A8%8E/
under each category, I just want to show the list of posts with title and date or title only.
Please help.
Hi robertchen117,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.category .post-entry .entry-content p {
display: none;
}
.category .template-blog .post_delimiter {
padding: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria