The directory tag has no wiki summary.
1
vote
2answers
72 views
When developing a distributable Theme, does it HAVE to be “inheritable”?
I'm currently developing a complex Theme (or framework, if it can be called that) for my own personal use.
However, in the event that it becomes appreciated to the public - does it necessarily HAVE ...
7
votes
5answers
4k views
Can wordpress theme folder name be changed freely and nothing technically happens
Can the wordpress theme folder be renamed any time freely and everything works fine after that ,
themes/oldthemename
themes/whatevernewname
or is it so that if you change the folder name that ...
1
vote
1answer
427 views
What's the proper way to use wp_enqueue_script/style?
First, let me tell you how I'm currently doing it. I have this function. It's purpose is to take the the string of a file system path (/root/web/dir/some/path/to/file) and return the equivalent URL ...
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 ...
0
votes
2answers
304 views
Page URL not working due to physical directory
I have a page named http://www.mysite.com/whitepapers/ and it worked fine. I have now added a physical "whitepapers" directory and has since broken my permalink for the page. I realize that it has ...
1
vote
1answer
43 views
Where to save common libraries?
I have a multiple-site WordPress install. I have decided to centralize as many of my libraries as possible into one spot, for obvious organizational reasons, and in order to reduce bloating. Many of ...
0
votes
1answer
112 views
Best way to transfer Wordpress install to root of directory when I'm ready to launch?
I'm currently designing a site for a client and I don't want anyone to be able to navigate to the homepage and see it. So currently the site is located in a subfolder of the main domain. Like so: ...
1
vote
3answers
2k views
Benefits or Problems for using Sub-Directory vs Sub-Domain install of WP Network
Reading through the documentation you have the ability to setup a WP Network in two ways, Sub-Domains and Sub-Directories. The only explanation they give you is
Sub-directory sites
It works with ...
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, ...
2
votes
2answers
88 views
Install theme on multiple domains
i'm hosting several sites. they all have the same base theme that i need to install. I want to develop this theme and have them updated on all the sites simultaneously.
I have the following folder ...
0
votes
1answer
136 views
What is wp-admin/meta for?
I noticed that I have a directory meta/ as a sub-directory of the wp-admin folder, but there is nothing in it. What goes in here? Should I keep it?
2
votes
2answers
301 views
Want to turn Wordpress into a paid subscription directory
I need to create a paid subscription directory where people can register their business and enter its details.
Subscriptions should be paid on a monthly or yearly basis.
Business details include ...
0
votes
1answer
199 views
Is there a way to hide WordPress behind a web visible directory?
Is there a way to hide WordPress behind a web visible directory for extra security using a symlink?
1
vote
1answer
309 views
more than one upload directory?
Is it possible to have 2 separate upload directories? One in which the resized images are created/stored and another to where full size original images are uploaded.
This would let you use the path ...
1
vote
1answer
142 views
Multisite installation on an existing single installation
How to create a blog in a sibling directory of an already installed WordPress directory?
The domain is example.com and there is an existing installation in blog directory and the root directory at ...
0
votes
1answer
279 views
CDN: Origin server URL, WordPress Core files installed in sub-directory
I've just purchased a plan with MaxCDN to deliver my content through CDN, but i've got a small issue before i create a pull-zone. I moved my WordPress core files out of my root and into a ...
5
votes
1answer
636 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 ...
0
votes
1answer
40 views
where is images/image.jpg?
I am being forced to use a SOAP service on a site, and for some of the UI elements it is calling images that I have to put in place.
I can't point them to a theme folder, as I have no control over ...
2
votes
2answers
356 views
How is a student directory best handled in WordPress?
I am doing a WordPress site for a school. One of the pages would have a list of 20 or so students, which would include their name, photo and small blurb.
How is this type of thing handled in ...
1
vote
3answers
199 views
Depth > 2 possible with multisite?
Is there anyway to create blogs with 2 depths using multisite? I want to have an installation in root and blogs with 2 depths. Something like:
/ - WP installation: root aggregate
/foo - ...
2
votes
1answer
2k views
Wordpress .htaccess subdirectory problem
I've been having some issues with my Wordpress install allowing me to access subdirectories, specifically a CodeIgniter install at mydomain.com/codeigniter. I know that technically it should work just ...
0
votes
3answers
540 views
How to setup a membership system in Wordpress?
I have been setting up a wordpress for a business memberships, where the business sign up and list their company information to our site. Once they become a member their company listing and what they ...
3
votes
3answers
614 views
Changing directory and/or URL structure
I'm curious if its possible (and advisable) to change certain directory names and URL structure via customization by themes or plugins. For example, say I wanted the list of all a user's posts to ...
2
votes
1answer
2k views
Wordpress 3.0 Media Upload Directory
I am using Wordpress 3.0 and would like to organize the directory where uploads are made. Is there any way to change where the files get uploaded or is the only real organization the Media tag plugin?
...
1
vote
2answers
745 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 ...
3
votes
3answers
504 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 ...
1
vote
4answers
1k views
Moving to directory creates path problems.. how to solve?
I've moved my installation from example.com/beta to example.com and I've noticed that there are a few broken images. Looking at the source, it appears that they are still looking in looking in the ...
3
votes
2answers
534 views
Creating a Link Directory using WordPress?
I would like to create a dmoz like website, using WP.
Any suggestions on plugins or site's architecture would be welcomed.