• Im trying to get my content back online. I had re-uploaded wp-config.php file because I needed to make a manual change to the file. I had also reuploaded all 14 php files found in my Downloaded WordPress’ Root folder. (not smart) Now my theme is not populating any of my content, or any content at all.

    My URL is collinrobert.com
    All my pages,images,menues are gone from the admin panel.
    My wp-content folder looks to have all the files I had uploaded over the past year.

    My wp-config file looks to be defining a database and other values but I fear I may have wiped my site completely.

    Any insight is appreciated,
    Collin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Your content is in your database. Check if you have a database.
    Did you or somebody else delete it…

    Thread Starter digtech1

    (@digtech1)

    Looks like I have a database. It has the same name that is listed in the wp-config.

    Do I need to somehow connect to the database?
    Import my database?

    I added the top two lines to my config file and my wordpress database is in collinrobert/wordpress folder. Does that seem right?

    define(‘WP_SITEURL’, ‘http://collinrobert.com/’);
    define(‘WP_HOME’, ‘http://collinrobert.com/’);

    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘col1334205095988’);

    Review this page to find out how to setup wp-config.php to connect to your database.

    Ignore step 1 on the page because you already have a database.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘All my content is missing’ is closed to new replies.