Tagged Questions
0
votes
0answers
13 views
Preventing collisions between permalinks and subdirectories [duplicate]
I've deployed a WordPress installation on the root of my site. This site also has a few subdirectories that should remain accessible, such as /somefolder/. I've configured WordPress to use ...
0
votes
0answers
17 views
Plugin folder isn't accessible for plugins
When a plugin needs to include a file from it's own folder it can't be read. It returns the 404 theme page.
For example. If a plugin installs some CSS to the header of a theme like so:
<link ...
0
votes
2answers
34 views
Disable plugin visibility at the plugin directory
Hello I have recently pushed my plugin's files to WordPress SVN trunk.
Unfortunately, it's not a ready to use release.
I don't want anybody accidentally download this half-baked 'release'.
Can I ...
0
votes
0answers
46 views
where is the path to plugin folder stored? [closed]
today i duplicated one wordpress instance of mine to be able to archive one of them and to further renew the other one:
1) i cloned the DB and changed the values accordingly in wp-config.php
2) i ...
-1
votes
1answer
57 views
Directory List For WordPress? [closed]
I was hoping someone could suggest a good Directory Listing Script Or Plugin that is friednly with WordPress?
I don't like what WordPress has to offer in it's free Plugins, so I am willing to pay.
I ...
1
vote
2answers
176 views
Opendir and Wordpress Path
I wrote a simple function to get the contents in a folder (called templates) in my wordpress plugin, but am having problems getting the path to work (thus the function always dies). My question is: ...
0
votes
2answers
2k views
plugin for meet the team page [closed]
I am trying to create a Meet the Team page using a plugin. Smash magazine showed several examples of these types of pages and I am sure they are heavy w/ coding. ...
7
votes
1answer
100 views
How MUST the directory for a plugin be structured?
I get the basic plugin concept.
I've read the Codex article on Writing a Plugin
That article talks about the "main plugin file".
How does Wordpress determine "the main plugin file" ?
Q1:
Is it ...
14
votes
8answers
1k views
How to structure a plugin
This isn't a question about how to build a WordPress plugin. Rather, what, if any, guides could be applied to how to put together the file architecture of any plugin.
Some other programming languages ...
17
votes
1answer
835 views
Add multiple plugin directories
The task
You can register add additional Themes directories using register_theme_directory() for your WP installation. Sadly core doesn't deliver with the same functionality for plugins. We already ...
2
votes
1answer
200 views
What is the best way to move a plugin´s subdirectory+files to wp-content/uploads-directory?
I am developer of the plugin Leaflet Maps Marker (http://www.mapsmarker.com - "Pin, organize & show your favorite places through OpenStreetMap, OGD Vienna or any custom WMTS-map")
and have one ...
0
votes
1answer
624 views
How to write to the plugin's directory?
My plugin needs to create some directories for its use when it's executed. On many hosts (those using suPHP for example) there is no problem and everything works fine. But on other hosts, PHP does ...
2
votes
1answer
101 views
Hosting plugin Google Code with auto update?
I've been developing a WordPress plugin for a friend who needs something completely out-of-the-box, at least what WordPress is cornerned. Now, I could use the WordPress plugin repository to host this, ...
5
votes
1answer
640 views
Custom Post Type Templates from Plugin Folder?
I'd like to offer my custom post type as a Plugin, so that people can use it without touching their theme folder. But custom post type templates -- such as single-movies.php -- reside in the theme ...
3
votes
3answers
506 views
How to create a mini directory in WordPress?
I'm looking to create a simple directory, something similar but not so powerful as SOBI2 for Joomla.
Is there something like this for Wordpress?
I want to store informations like:
Name
URL
Address ...