Uploading media from non-local host computer

It’s not an issue with accessing it from another computer: when you think about it all web servers are another computer. The user PHP runs as on the computer hosting the site needs to have write permission to the directory that WordPress is in (and all subdirectories). Exactly how to achieve that depends on a … Read more

Featured Image add tab

WordPress does not have a built-in hook or function on the PHP side that allows you to directly add a new tab to the Media Library Modal window. To achieve this, you need to use JavaScript to modify the media uploader interface. You can add a custom tab to the WordPress Media Library modal by … Read more

tech