I am using the option to show the blog page using Advanced Layout Editor. Only thing is, archive pages ignore this… so I found the functions that make the archive display as grid layout, but that is default 3 and I have 2 on the main blog… so I found a thread showing how to edit archive.php from 3 columns to 2.
So I got that working, but my main blog page is set to show big image and title only. The archive pages show an excerpt. How do I remove the excerpt from the archive pages? (this is way too complicated for an obvious and common need)
Thanks!
Also, as a feature suggestion, Grid Layout should have a few simple options such as be able to set columns without having to edit multiple PHP files.
Hey draig,
This function displays the excerpt
the_excerpt()
. You can remove it from your archive.php and the excerpt will not be there any more.
Let me know if this was helpful.
Best regards,
Victoria