jayminkapish
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] super cache breaks after 1.1 updateNevermind. I figured. Variable
$wp_cache_make_known_anon = 0; //Added by WP-Cache Manageris in wp-content/wp-cache-config.php file
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] super cache breaks after 1.1 updateThis is the only error in logs and wp-admin is completely down. How and where should I update this option?
Forum: Fixing WordPress
In reply to: Fatal error: with wpdb::has_cap() in schema.php on line 22@nemo-maritime, Upgrade HyperDB as well if you are using it
Forum: Plugins
In reply to: [Plugin: Simple Taxonomies] Error in the link generated by taxonomyYou may need to flush rewrite rules after registering taxonomy.
add these two lines after
register_taxonomy( $taxonomy['name'], 'post', array( 'hierarchical' => false, 'label' => $taxonomy['label'], 'query_var' => true, 'rewrite' => true ) );line in yoast_simple_taxonomies function.global $wp_rewrite; $wp_rewrite->flush_rules();These lines needed only once to flush rewrite rules. You can remove them later.
Forum: Fixing WordPress
In reply to: Restricting Date Archive to one categoryGive this a try: Date Archive for a Category
Viewing 5 replies - 1 through 5 (of 5 total)