Viewing 1 replies (of 1 total)
  • The Advanced “Change Content Directory” feature makes 2 changes:

    1. It adds the following 3 lines to the TOP of the wp-config.php file:

    //Do not delete these. Doing so WILL break your site.
    define( ‘WP_CONTENT_URL’, ‘http://www.domain.com/whatever’ );
    define( ‘WP_CONTENT_DIR’, ‘/whatever/new_wp-content_dir/’ );

    2. It renames the wp-content folder to the new wp-content folder name.

    Undo these two changes and you should be ok.

    dwinden

Viewing 1 replies (of 1 total)

The topic ‘Restore wp-content’ is closed to new replies.