Wordpress assets upload folder - wordpress

is it possible in wordpress to define a different uploadfolder for assets like pageheaders and logo's?
I'd like to seperate the whole logo's and headers uploads from the default media upload section.
thanks

Try this plugin - Custom Upload Dir
I needed similar thing in the past and this plugin did the trick for me.

Related

Export original media files from wordpress

I'm trying to export the image media files from a WordPress blog but I'm not able to find any option or a plugin that can solve this issue.
I need to have all the media files, images and audio files, in a zip with the original name so I can rebuild the blog posts entirely in separate html pages.

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

How to export a whole wordpress site including all the html css files?

I was wondering how I can export the whole template on WordPress. There is export under tools, but it only exports the database. I have edited the WordPress template and I would want to use this template for another website. How would I be able to do this?
I think its not enough to copy the theme folder to another WordPress because some themes needs some extra plugins to work Ex. theme builders etc.. and there may be database related configs
to clone a word press website
export the database using a tool like phpMyadmin
import database
copy whole WordPress website including all files (you can use filezilla ftp client for this or use hosting panel. there should be a file manager compress the all files and take)
find the wp-config file in the root and change the new db, usernames, password ..
you may need to login to the wordpress dashboard -- > settings --> general and change the wordpress base URL
it should work
With an FTP program you can download all the template files from /wp-content/themes/[YOUR TEMPLATE NAME]
There are different plugin for exporting Wordpress pages to HTML/CSS files.
One of them is "Export WP Page to Static HTML/CSS" from ReCorp

How to add a custom WordPress PDF file link

I have a WordPress website. I want to add a PDF file in my site. and i want the permalink to me custom. I want to change the permalink of the PDF file according to my requirements.
What can i do.
Thank You.
You may upload your file to the root of your FTP server; Wordpress does not provide an easy way to do what you want.

How to change default folder for video files?

How to change WordPress default upload folder for video files? I want to seperate videos and other medias.
There's a great plugin for that,
http://wordpress.org/plugins/custom-upload-dir/

Resources