Tagged Questions
0
votes
1answer
18 views
Include paths and functions for external scripts
I try load external script as plugin , the idea it´s use one easy plugin and call script and load this script into admin but i have problems with some configuration files and css files , in the case ...
0
votes
1answer
26 views
Absolute paths in backend for plugins after moving wordpress
I wanted to move my wordpress from www.domain.com/old-name to www.domain.com/new-name. I thought that this is no problem and I missed backing up...
Now if your are logged in into the dashboard the ...
0
votes
0answers
14 views
Modules don't show up in my Admin Panel [closed]
I am using the cubepoints plug but because I use a different dir name and path for my plguin library the Modules from CP directory don't show up under CP->Modules.
This is in my wpconfig for the ...
0
votes
1answer
60 views
WP-DBManager Plugin Can't Find Mysql Path
I support a WordPress 3.4.2 site, lifering.org, running on a GoDaddy Virtual Server. Recently I chose to upgrade the underlying O/S from CentOS 5 to CentOS 6. The rebuild was entirely automated and ...
0
votes
1answer
350 views
Change the path where wordpress plugins are uploaded
Currently my plugins are getting uploaded to public_html/sitename/wp-content/plugins instead of public_html/wp-content/plugins. Is there any way that I can change the path where word press uploads the ...
4
votes
1answer
166 views
Which method is best to enqueue scripts
I'm currently authoring the development of a plugin for wordpress, and I'm having trouble figuring out which would be the best way to add scripts to the plugin. I'm in the process of adding more ...
0
votes
1answer
461 views
Replace image urls(absolute instead of relative) by using filter in single page
I'm using a plugin called Foliopress WYSIWYG. While using this plugin, images found in the_content loop using relative image path instead of absolute paths. So all the feed images looks broken.
This ...
2
votes
2answers
531 views
Get uploaded image url
I am working on a plugin that constructs a newsletter witch uses a template with a few images.
The images have been uploaded using the Media Library (uploads/current_year/current_month/) and I want ...