Comments Joseph Gardonis started the conversationMarch 18, 2019 at 3:29pmWould like to be able to have the links to these documents to NOT have wp-content/uploads in the urls, and would like them to look like https://teenquest.org/wp-content/APPLICATION-STAFF-INTERN-COUNSELOR.pdfIs there a way to do it via coding for this particular theme? Thanks! 7,095Oliver repliedMarch 19, 2019 at 7:42amHi,Take a look:https://premium.wpmudev.org/blog/change-default-wordpress-uploads-folder/Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverJoseph Gardonis repliedMarch 19, 2019 at 8:24pmHi Gregor,So I tried adding the line {code type=”php”}define(‘UPLOADS’, ‘wp-content/myimages’);{/code}before the line /** Sets up WordPress vars and included files. */require_once(ABSPATH . 'wp-settings.php');attached in the screenshot (which seems to differ in the way its reading in comparison to the link you sent) and it didn't work. Any other suggestions? 7,095Oliver repliedMarch 20, 2019 at 8:03amHi,Sorry, it's not the theme issue, it's customizing of the woo functions. We provide support only with the theme here.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverJoseph Gardonis repliedMarch 20, 2019 at 3:25pmOk....so any suggestions on another forum or site where I can get the solution for this problem? 7,095Oliver repliedMarch 21, 2019 at 7:51amHere you go:https://wordpress.org/support/forum/how-to-and-troubleshooting/Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Would like to be able to have the links to these documents to NOT have wp-content/uploads in the urls, and would like them to look like https://teenquest.org/wp-content/APPLICATION-STAFF-INTERN-COUNSELOR.pdf
Is there a way to do it via coding for this particular theme? Thanks!
Hi,
Take a look:
https://premium.wpmudev.org/blog/change-default-wordpress-uploads-folder/
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi Gregor,
So I tried adding the line
{code type=”php”}
define(‘UPLOADS’, ‘wp-content/myimages’);
{/code}
before the line
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
attached in the screenshot (which seems to differ in the way its reading in comparison to the link you sent) and it didn't work. Any other suggestions?
Hi,
Sorry, it's not the theme issue, it's customizing of the woo functions. We provide support only with the theme here.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Ok....so any suggestions on another forum or site where I can get the solution for this problem?
Here you go:
https://wordpress.org/support/forum/how-to-and-troubleshooting/
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver