Skip to content

Fix Category Archives for Posts and Chapters

I just noticed that my post and chapter archives are disabled, except for uncategorized posts… Need to fix.

I just removed the code which disables these aspects of the site. This code was copied from my main site, but is not necessary on dev. The problem is that I still want it to function the same as the homepage, search page, and tag pages.

This means I need to add the thumbnail grid code to a template for archives. That way the full post isn’t shown in the archive, which is the default for most blogs. Only the thumbnail grid with excerpt should be shown. I will detail this code change once completed.

Published incurrent