recover pictures from upload folder in wordpress - wordpress

I have a damaged WordPress site, there is a lot of important gallery. so I want delete all WordPress file except upload folder and install new WordPress. so do you have any solution to recovery my picture from upload folder in new WordPress?
my mean from recovery is Reconnoiter all files in upload folder to new WordPress!

Copy everything from http://yourdomain.com/wp-content/uploads/ to some local folder via FTP.

Related

Upload the images folder with sub-folders in WordPress site dir and use it for creating posts

I have a images folder with a lot of subfolders in it. Each subfolder contains images for one Wordpress post.
I want to upload the whole Images folder to the server
then access the subfolders with WP Media Library when creating one WP post(news) for each subfolder.
How to a do this? Is there plugin that can help?

Avada uploading zip folder to godaddy cpanel and extracting it to the correct wp-content or wp-theme folder

Hello I would like to know if anyone can help me with the correct placement of files on godaddy cpanel. I bought Avada zip files and would like to upload it to cpanel and place it in the public_html folder to the correct wp-content folder so the theme works. Can anyone help me to navigate to the right folder to place the Avada theme? It seems like a very simple task but I can't figure it out. I can't find video on it either. Thank you for your help. Eva
Lets write from Beginning. Download Avada From themeforest. Unzip it first there you will find a folder name avada.zip thats the theme only file. Or from themeforest you can download wordpress installation file only. Then go to Godaddy and then browse your server file manager.
Go to public_html and then upload wordpress.zip folder which you have to download from WordPress.org . Then unzip it. you will get a unzipped folder named wordpress. if you want to install wordpress in root just go inside and move all files in publick_html and delete wordpress folder.
Then browse wp-content>themes and upload avada.zip there and unzip it.
Then follow WordPress regular installation guide you can find available online.

Where Can I Download The Wordpress Penscratch Theme Files?

My website is www.rosstheexplorer.com.
I am fairly sure I have managed to corrupt / break my Penscratch Wordpress Theme.
When I try and load my website I am greeted with a white page.
Where can I redownload the Wordpress Penscratch theme files?
I have access to my file manager. I was hoping to be able to download the Penscratch php files and then upload them to my file manager.
A simeple google search for you theme suggests this url
https://en-gb.wordpress.org/themes/penscratch/
You can click on download button and get the files then backup old files and replace the whole folder with downloaded version of theme. You may need to unzip it before uploading via ftp or if using filemanager make sure you place files in correct folder and unzip them properly.
Thank you for peoples suggestions.
I used that site and it was what I needed. Although in the end I did not have to reupload the theme. I was able to correct my existing theme.
Look here for more explanation Finding custom-header.php in file manage on Wordpress Penscratch theme

Wordpress cant upload to wp-content/upload

So a client asked to make some changes to his wordpress site, I can install and run plugins, but when I try to put some images or pdf files into the media it gives me the following error: "cant upload to wp-content/upload". I have created an admin user but cant upload any media.
Check if your "uploads" folder has the right permissions.
It should be at least 755.
Uploads folder is located at /wp-content/uploads

Folder permissions for custom Wordpress uploads folder

I have created a new Wordpress website on my server and done everything as I normally would (nothing fancy or custom, just upload theme, a couple of plugins etc.) except I wanted a custom file path to my media folder.
I have created the folder '/public_html/i', updated my .htaccess file, updated the Setting > Media section in Wordpress with the file path and all is working fine.
My issue is that I do not want the uploads folder to be visible by navigating to the URL (www.site.com/i/).
If I change the folder permissions to execute only for group / world (711) the images become unavailable / unviewable and although I can still upload they show as broken images.
If I set to execute and read (755) the images and uploads work fine but the folder can be viewed by typing in the URL.
What are the correct permissions I should be using for a custom uploads folder to make images on the site viewable but the containing folder itself not?
Note that this is a site that will regularly have new images uploaded to it, so I would also need to be able to upload without having to change the permissions each time, which is one solution I have found online.
Thanks in advance for any help.
Add the following to your .htaccess file with the WordPress .htaccess instructions:
Options -Indexes

Resources