get_archives()
For some reason, WordPress’ “wp_get_archives()” function does not allow us to include or exclude categories by default. This is weird, because many other WordPress hooks include this basic functionality. Thankfully, after struggling for a bit today, I discovered this plugin that solves the issue. It hooks directly into the WordPress core, so customizing is a… Continue Reading Include/Exclude Category from WordPress wp_get_archives()
Read More