.htaccess on multisite and roots theme?

well, I have both roots and multisite. However, I do not have roots specific rewrite rules. I have the vanilla rewrite rules defined in the docs. I use the ones for subdomains instead of subfolders. RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond … Read more

Custom link color or stylesheets

In answer (im not a theme developer) so please improve this answer In WordPress 3.4 the Theme Customiser was introduced for example in Twenty Eleven theme you have a colour wheel. Have a look at Otto’s write up on how to leverage Theme Customiser http://ottopress.com/2012/how-to-leverage-the-theme-customizer-in-your-own-themes/

Entire VPS locks up when using particular theme [closed]

Usually the first step is to make sure there is no problem by changing the theme to Twenty Eleven and running the ‘same steps’ to recreate the problem. Some themes may not be ready for WordPress 3.4.1 as it introduced a lot of theme related changes. So see if there is anything on the WordPress.org … Read more

Moving WordPress with Super Skeleton theme

Steps: Install and activate your Theme on the new server (Optional) Export/Import Theme options, either via the Theme itself (if the Theme provides options export/import), or by copying the Theme’s entry, and the {themename}_theme_mods entry, in the wp_options DB table, and then importing to the new server. Doing this manually will require direct SQL access, … Read more