Hi,
I want that when people click on my categories they see the articles in that category but only with excerpt. Like on my blog. (I use a blog module where I could configure that option)
Right now if I go in my categories I can see the full articles which is not cool because you have to scroll a lot in order to see all the blog posts in a specific category.
Can you tell me how I do that? I am quite surprised because on another theme I used before enfold it showed the post with excerpt automatically…
Moreover, I don’t want either the category pages to display title in header and I can’t figure out how to do it as well…
I am in mode maintenance so please don’t tell me to send you a link to my site I don’t want to put it online before it’s done.
Kind regards
Hi,
Please, I really need to put my site online now but I don’t want to do it before I have been able to resolve this problem..
Can anyone help?
Kind regards,
Anyone?
Hi,
1.) You can use the <!–more–> tag to set your excerpt for archive pages.
http://en.support.wordpress.com/splitting-content/more-tag/
2.) To remove the archive title, add this on your custom.css or Quick CSS
.archive.category .main-title {
display: none;
}
Regards,
Ismael