Hide/Remove Wp Directory /wp-content/uploads/

how do we hide /wp-content/uploads/2019/03/?

I want my url of the picture to be like pensionwebsitewi.com.au/nnovating.jpg

See SS below

Thanks

Topic directory ftp Wordpress

Category Web


You can try this code define('UPLOADS','')and also unclick Organize my uploads into month- and year-based folders from media settings.


you can certainly alter the wp-content/uploads and make it to appear as /uploads or media by adding the following code in your wp-config

require_once(ABSPATH.’wp-settings.php’); define( ‘UPLOADS’, ”.’media’ );

or use a plugin as WP Original Media Path

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.