The directory tag has no wiki summary.
17
votes
1answer
837 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 ...
4
votes
1answer
801 views
Change upload directory for PDF files
I would like to change the upload directory for PDF files only, not for other files. For example, the PDF files would be uploaded to wp-content/uploads/pdf but other files would remain in ...
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 ...
3
votes
3answers
2k views
What is the best way to get directory path for wp-config.php?
I am developer of the plugin mapsmarker.com which also offers several APIs which can be accessed directly (eg www.mapsmarker.com/wp-content/plugins/leaflet-maps-marker/leaflet-geojson.php?marker=1)
...
1
vote
4answers
868 views
WP Page and Subdirectory with same name
I have a subdirectory within my WP installation called labs. I created a WP page called labs as well. When a user hits mydomain.com/labs/ I want them to load up the WP page. But instead it's loading ...
0
votes
1answer
59 views
Want to change my site root
Hello I have a wordpress site that has a url at some ip address. Now what I want to do change the url. Instead of http://"My IP Address", I want it http://"My IP Address"/wordpress. instead.Is there a ...
5
votes
6answers
7k views
Cannot access non-wordpress subdirectories as wordpress overrides them with a 404 error
I refer to this question previously asked and not suitably answered:
Wordpress overriding actual subdirectories
and also
Non "Wordpress" pages/code getting 404 error.
I have the same ...
5
votes
1answer
643 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
1answer
1k views
Use a separate upload folder for custom post attachment upload
So, i'm trying to find out a way to use two separate upload folders, being the default one wp-content/uploads for general media uploads, and another one say wp-content/custom for one specific type of ...
6
votes
1answer
543 views
Moving a WP Multisite to a subdirectory
Firstly, I've read a number of posts on this process. However, for various reasons, the process remains difficult to implement or troubleshoot for lack of even abstracted examples, or maybe too ...
1
vote
1answer
662 views
How to build a directory with indexes in Wordpress
I am working on a site that is using posts as a way to manage glossary articles like the example site below. I would like to find a way to display articles alphabetically and grouped by a selected ...
2
votes
1answer
793 views
get_template_directory() vs bloginfo( 'template_directory' ) vs TEMPLATEPATH
I was reading this article: Common WordPress Development Mistakes and How to Fix Them, and in it, they author says:
Getting the theme location: If you are using TEMPLATEPATH or bloginfo(
...
1
vote
2answers
748 views
Creating a searchable A-Z listing of hundreds of companies/services
I am about to create a webbased guide. A guide that will list numerous of companies - their services, contact information and so on. And I need help coding this!
I am using Genesis News Child Theme ...
0
votes
1answer
40 views
Multiple domains for multiple single installs
I've done my share of searching, but apparently my search-fu is failing me, because I haven't found anything that really seems to fit my circumstance. Also, I don't want to just try random solutions ...
0
votes
2answers
128 views
Setting up two separate blogs while using WordPress as a CMS
I need to get this set up ASAP and cannot seem to figure out how to do this after searching and searching.
I am using a WordPress install mostly as a CMS. I would like to have two separate areas on ...
0
votes
1answer
286 views
Permalink Issues by Installing WordPress in Subdirectory / Subfolder
I installed WP in subfolder /cms and it runs live without subfolder. When I use /%postname%/ as permalink I get 404 error on my site. My Server supported mod_rewrite.
My Code
wp-config.php
...