• Alright, first off thanks for taking your time to read my post =) and lets get down to my question.

    Basically I want to move my wordpress/wp-content/theme directory somewhere else and still allow wordpress to still read my themes in a sense I want to “share” my .css and images with some of my other non-wordpress pages on my site, I did some google searches tried some plugins, and sad to say I wasn’t able to understand.

    So if anyone has a link that teaches me how it is done and more or less dummy proof please link me or if you know how its done please teach me =)

    Thanks in advance for any help I might get =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 751428

    umm anyone?

    This may help. Found on https://codex.www.ads-software.com/Editing_wp-config.php

    Moving wp-content

    Since Version 2.6, you can move the wp-content directory, which holds your themes, plugins, and uploads, outside of the WordPress application directory.

    Set WP_CONTENT_DIR to the full local path of this directory (no trailing slash), e.g.

    define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/blog/wp-content' );

    Set WP_CONTENT_URL to the full URI of this directory (no trailing slash), e.g.

    define( 'WP_CONTENT_URL', 'https://example/blog/wp-content');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving my wp-content/themes directory’ is closed to new replies.