kprimdal
Forum Replies Created
-
Will however also have influence and enable date archive if that was enabled, but then just add a new function without the Author Arhcive check
Workaround, add this to the functions.php in the current theme folder:
// Remove bug in WordPress SEO by Yoast where Author achive is not working global $wpseo_front; remove_action( 'wp', array( $wpseo_front, 'archive_redirect' ), '10' );Forum: Fixing WordPress
In reply to: CSS template issuesIf that still does not work, make sure that your .htaccess is setup correct. Mine looks like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: CSS template issuesHi Andrew,
I have experienced that sometimes I help to press update two times in the Permalink Settings. That way you are sure that the .htaccess is set correct up and that all url is flushed
Forum: Fixing WordPress
In reply to: help with subscriber user role login dashboardTo remove the 2 boxes click on Screen Option in top right corner and then untick the one you don’t want.
For the new box you want, you need to add a Dashboard Widget
Forum: Networking WordPress
In reply to: Can WordPress do this, or can you ?Thanks a lot Ipstenu.
Had not seen bbPress was out.
You would create all this in a Multisite ? in order to share users ?
Forum: Plugins
In reply to: Newsletter and future postNow is the problem just that Subscribe2 only send a nofication and not the post.
Forum: Plugins
In reply to: Newsletter and future postThanks