How can I manage all multisite pending comments in one place?

I haven’t tried it. but this plugin looks like it satisfies your alternative option http://wordpress.org/extend/plugins/mu-manage-comments-plugin/ Conveniently shows a list of blogs with spam or unmoderated comments so that the Network Administrator can manage the the comments on network blogs. The list shows counts by blog with links to each comment. However. the plugin warns that … Read more

Creating a Dev box from an existing production machine?

Yes, reasonable. Setting up development clones of WordPress is very easy. Copy your files (rsync/scp are fine) to your dev server Setup a new database and database user (and setup permissions) on your dev server Update your wp-config.php file with your new database info: DB_NAME, DB_USER, DB_PASSWORD, DB_HOST (if other than localhost) Update: If this … Read more

What is the correct form action URL for network options pages?

When referring to urls within the network-admin, you should consider the network_admin_url(). core function, that falls back to admin_url() for non-multisite setups. So try this, using add_query_arg just as @toscho uses in the answer OP links to: echo esc_url( add_query_arg( ‘action’, ‘your_option_name’, network_admin_url( ‘edit.php’ ) ) ); instead of hard-coding it with possible wrong assumptions … Read more

New Multisite Network: redirected you too many times

I followed the advice in this answer, and changed the given .htaccess template by WP Network installation: RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ – [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) featured/$2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ featured/$2 [L] … Read more

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