Two brief questions: 1) how does the cache work? I've got a lot of externally linked images, it'd be great if the plugin grabbed permanent thumbnails for the archive page. It currently takes forever to load. 2) Any way I can completely remove a category from the archive? I had an 'asides' category that doesn't need to be indexed in the archive. Mainly, the posts from it causes one month when I was aside crazy to be way longer then the rest and it sort of throws the whole view off a little.
Vladimir’s WordPress Forum
Cache and removing Categories
20:16
12 March, 2009
Ariah Fine
Two brief questions:
1) how does the cache work? I've got a lot of externally linked images, it'd be great if the plugin grabbed permanent thumbnails for the archive page. It currently takes forever to load.
2) Any way I can completely remove a category from the archive? I had an 'asides' category that doesn't need to be indexed in the archive. Mainly, the posts from it causes one month when I was aside crazy to be way longer then the rest and it sort of throws the whole view off a little.
Thanks!
14:47
13 March, 2009
Ariah Fine
Post edited 19:59 – 13 March, 2009 by Ariah Fine
Found it! The category removal trick, I think.I added
AND post_category != '25'
to line 289 of the snazzy-archives.php page.
Just replace 25 with the category you want to excludes id number
Never mind. That didn't work as far as I can tell. I'm almost sure it would. Any idea why not?