Archive pages for posts based on their taxonomy?

The Template Hierarchy Codex entry is your friend. Archive page for category hair: category-hair.php Archive page for taxonomy shampoo: taxonomy-shampoo.php Archive page for taxonomy shampoo term dry: taxonomy-shampoo-dry.php To display some cross-query between different taxonomies, such as category and a custom taxonomy, such as hair, you’ll need to do a custom query, and display it … Read more

Cache previous versions of website?

I’d say go with categories: it seems your categories are already being used for ‘back-end’ purposes, so I’d imagine they’re already hidden from the front-end users. Otherwise, go for a custom taxonomy (something like ‘issue’ taxonomy perhaps), which is a bit more work, but gives you a lot more control. Take a look at the … Read more

Remove Archive Headline and Archive Intro Text fields on category and tag archive pages in WordPress Admin with Genesis framework

It’s not because of the archive_box in cpt-archive-settings.php but because of genesis_taxonomy_archive_options in genesis/lib/admin/term-meta.php. You can remove it using if you place the following in child theme: remove_action( ‘admin_init’, ‘genesis_add_taxonomy_archive_options’ ); Update: Those settings are appearing because of the action genesis_add_taxonomy_archive_options attached to admin_init hook. add_action( ‘admin_init’, ‘genesis_add_taxonomy_archive_options’ ); Which again is like this function … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)