W3 Total Cache Error: Page Cache Rewriting is URL Not Working

If you are using WordPress for your blog and trying to set W3 Total Cache, you may find that on your Administration page, you are getting this error: “W3 Total Cache Error: Page Cache Rewriting is URL Not Working. Please verify that the server configuration allows .htaccess” There can be a few reasons for this but you can try this …

W3 Total Cache Error: Page Cache Rewriting is URL Not Working Read More

WordPress – WP Tab Widget Broken Fix

Since the WordPress update to version 4.5, you may have noticed that your WP Tab Widget may not be working. There is an update coming out soon to fix this, however, in the meantime for a quick fix, you can add the following code to your themes “function.php” file: if (!is_admin()) { wp_deregister_script(‘jquery’); wp_register_script(‘jquery’, (“https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”), false, ‘1.11.3’); wp_enqueue_script(‘jquery’); } This …

WordPress – WP Tab Widget Broken Fix Read More