I am very new to wordpress and learning on my own.I have started to create a website where I need to upload images. I want to ask if you all usually use the same database to store the image(if so, how?) or use a image uploading site? Thanks
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Wordpress images are stored in your wp-content/uploads folder no need for storing in the database, only the img uris get stored there. When you create an new wordpress post or page with your text editor you will notice several icons above it, use the first one to upload images and it will give you the option to add it to your post. Its realy very simple but there are other things to take note of before you do this like setting images sizes etc, i suggest you read up on the codex for image handling.. |
|||
|
|