Hi Kriesi,
I displayed the archive page like you explained in this topic:
https://kriesi.at/support/topic/category-page-shows-full-posts/
That works great for me too. But the title at the top of the archive page is missing.
I would like to show the title like: ‘Archive for year: 2015’
I added the title ‘Archive’ manually at archive.php
But I don’t know how to automatically show the year of the archive.
Could you explain how I can add this?
This is the page which I’m talking about:
http://www.c-testing.nl/2015/
Thanks in advance.
Greets Mark
Hi Mark_goessens!
Thank you for using Enfold.
The code on the previous thread has nothing to do with the title container. You have this code in the Quick CSS field which hides the archive title:
h1.main-title.entry-title {
display: none !important;
}
Remove it.
Regards,
Ismael
Hi Ismael,
My fault :)
Thanks a lot!
Greets Mark