top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How media files can be inserted into the Wordpress site?

0 votes
708 views
How media files can be inserted into the Wordpress site?
posted Mar 13, 2017 by Arun Angadi

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Media files can be inserted to your Pages or Posts from libraries, from local storage or from URLs.
To Upload a File in a Post :

Step 1 : On the Dashboard menu, click Posts, and then click Add New to display the "Add New Post" page.
Step 2 : On the Upload/Insert menu, click the icon for the type of file you want to upload and the "Add media files from your computer" page will appear.
Step 3 : Click the Select Files button.
Step 4 : In the dialog box, select the file you want to upload.
To select multiple files, hold down the SHIFT key (for PC users) or the COMMAND key (for Macintosh users).
Step 5 : Click Open.
Step 6 : When your file uploads, a field appears. At the bottom of the field, click the Insert into Post button.

To Upload a File in a Page :

Step 1 : On the Dashboard menu, click Pages, and then click Add New to display "Add New Page."
Step 2 : On the Upload/Insert menu, select the icon for the type of file you want to upload and the "Add media files from your computer" page will appear.
Step 3 : Click the Select Files button to open a dialog box.
Step 4 : In the dialog box, select the file you want to upload.
To select multiple files, hold down the SHIFT key (for PC users) or the COMMAND key (for Macintosh users).
Step 5 : Click the Open button.
Step 6 : When the upload is complete, a field with your file appears. At the bottom of the field, click the Insert into Post button.

To Upload a File for Later Use :

Step 1 : On the Dashboard menu, click Media and then click Add New to display the "Upload New Media" page.
Step 2 : Click the Select Files button to open a dialog box.
Step 3 : In the dialog box, select the file you want to upload. To select multiple files, hold down the SHIFT key (for PC users) or the COMMAND key (for Macintosh users).
Step 4 : Click the Open button.
Step 5 : When the upload is complete, a field with your file details appears. Below the field, click Save all changes.

Note : If you are having problems uploading files with the default Flash uploader, you may want to use the Browser Uploader instead.

To Upload a File with the Browser Uploader :

Step 1 : To upload a file for later use : on the Dashboard menu, click Media, and then click Add New to display the "Upload New Media" page.
-Or-
To upload a file in a page : on the Dashboard menu, click Pages, click Add New to display "Add New Page," and then, on the Upload/Insert menu, click the icon that represents the type of file you want to upload.
-Or-
To upload a file in a post : on the Dashboard menu, click Posts, click Add New to view the "Add New Post" page, and then, on the Upload/Insert menu, click the icon that represents the type of file you want to upload.
Step 2 : Below the Select Files button, click the link to “Browser uploader."
enter image description here
Step 3 : When the Browser uploader appears, click the Choose File button to display a dialog box.
Step 4 : In the dialog box, select the file you want to upload. To select multiple files, hold down the SHIFT key (for PC users) or the COMMAND key (for Macintosh users).
Step 5 : Click the Upload button.

answer May 30, 2017 by Biplab Roy
Similar Questions
0 votes

I am a beginner in WordPress. I have already set up my WordPress-Theme for Desktop and I am happy with it and now I have tried to make some tweaks in the theme for the mobile device, but when I open my page on my mobile phone, those changes don't show up.

I have tried to make the theme for mobile device by overwriting the CSS-Selectors with the following:

@media (max-width: 700px) {
    …
}

But this is does not work on mobile device. How can I solve this? Can anybody help me?

0 votes

In my wordpress site I have a picture in header section. On a full screen it looks ok but on mobile and when minimized the picture is on the left of the page. I would like it to be on the right. I thought that maybe I had to use CSS to reposition it so I did the following:
.widget-header img { float: left; } to .widget-header img { float: right; }
in hopes that it would work. However nothing seems to have changed. Can anybody help me how I fix this problem?

0 votes

I want to create a separate custom 404 page for my wordpress site that when 404 error occurs then that page will be display. I create a 404 page but when I tried to test it, the 404 page of the root site appears. Can anybody help me?

0 votes

I need to force HTTPS for my e-commerce site, but when I try, it goes into an HTTPS -> HTTP -> HTTPS loop. I reviewed my .htaccess, by couple of experienced techs but they found no issue on that. I checked my wp_config.php, and nothing there. Where else should I be looking? How would I hunt this down?

...