The MU forums have moved to WordPress.org

Where are blogs stored? (3 posts)

  1. risky
    Member
    Posted 16 years ago #

    Sorry for the extreme newbie question.. but what is the root that blogs are stored under? For example, where is the information specific to usersblog.yourwebsite.com stored?

    Thank you.

  2. heyguy
    Member
    Posted 16 years ago #

    In the database. Looking for something specific?

  3. drmiketemp
    Member
    Posted 16 years ago #

    Pretty much. Everything is done virtual out of the database. Take a look at the wp_blogs database table. Each new blog gets it's own set of tables as well when created. These names start with wp_{$blog_id}.

    The only time a directory will get created is when an enduser uploads a file. These subdirectories get created within the wp-content/blogs.dir subdirectory.

    And, as asked above, were you looking for something specific?

    Hope this helps,
    -drmike

About this Topic

  • Started 16 years ago by risky
  • Latest reply from drmiketemp