Home  >  Article  >  CMS Tutorial  >  Where do wordpress images exist?

Where do wordpress images exist?

藏色散人
藏色散人Original
2019-07-20 10:46:004206browse

Where do wordpress images exist?

#Where are the pictures in wordpress stored?

Image files in Wordpress are stored in the wp-content/uploads directory by default, and related information is saved in the wp_posts table. post_type is attachment and post-mime-type is image/png. Associated with posts via post_parent.

Wordpress introduction:

WordPress is a free and open source blogging software and content management system based on PHP and MySQL. WordPress has a plugin architecture and template system. As of April 2018, over 30.6% of the top 10 million websites use WordPress. WordPress is the most popular website content management system. WordPress is currently the most popular blogging system on the Internet.

For more WordPress technical articles, please visit the WordPress Tutorial column!

The above is the detailed content of Where do wordpress images exist?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn