• when installing themes from the dashboard they install to:

    /var/lib/wordpress/wp-content/themes

    but my theme dir is:

    /var/www/wp-content/themes

    how can i fix this without reinstalling?

Viewing 1 replies (of 1 total)
  • at wp-config.php set this

    $theme_root = WP_CONTENT_DIR . ‘/var/www/wp-content/themes’;

    it think it will do the job.

Viewing 1 replies (of 1 total)
  • The topic ‘theme install-to directory’ is closed to new replies.