The directory tag has no wiki summary.
1
vote
2answers
180 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
34 views
How to point my domain to a Wordpress install in a sub-directory?
I have recently been re-designed a client's website (whose website is - for example purposes - mywebsite.co.uk)/
I have developed the new website (a heavily modified wordpress install) in a ...
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
2answers
60 views
subdirectory install breaking existing links
I've had this issue several times now. While building a site, including some content, I keep wordpress in a subdirectory (say, /wordpress/). When putting it live, I move/copy 3 files out of the dir ...
0
votes
2answers
87 views
Can't Access Subdirectory
I've moved my blog from http://leghumped.com/blog to http://leghumped.com/ and now I can't access my /images directory. I've tried every combination of rules from trawling for people with the same ...
0
votes
2answers
100 views
Giving WordPress Its Own Directory together with index.html
I want to power my website from http://www.example.com and not from http://www.example.com/foldername
I've completed this task and this is working but before people actually get to the WordPress ...
0
votes
1answer
22 views
WP white screen of death after duping a site that works fine on same server
I have simply duped a site that runs absolutely fine on a separate domain into a sub directory of another domain for development purposes. I have zipped the /httpdocs/ directory excluding cache and ...
0
votes
1answer
74 views
Unwanted redirect in admin area
I have a strange behaviour on my backend. This is possible due to the way my WordPress is located.
I installed it in a VirtualBox, using Ubuntu from the standard repository (i.e., apt-get install ...
0
votes
1answer
170 views
Upload an image at frontend > Create direction and/or rename filename possible?
I have a form for a non-profit-club, that publish posts + up to 20 images. The image-path will be writen in a custom-field. Images are uploaded. Ok, now i want to rename the pictures or (much better) ...
0
votes
1answer
297 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
...
0
votes
1answer
61 views
Accidentally Changed Wordpress Url
So I have two different wordpress applications located at
test/wordpress1
test/wordpress2
I wanted to switch between them under the same domain (localhost) so while on the wordpress1 application, I ...
0
votes
1answer
106 views
Menu Custom link - using relative link when WP is in a subdirectory
I tend to develop sites in a subdirectory, and I tend to use a fair amount of custom links in my menu ( the "Custom Links" option in the WP admin Appearance > Menus section) to display archive pages.
...
0
votes
1answer
270 views
Allow Access To Subfolder Of HTML For Logged In Visitors
have a wordpress site installed in the root folder. Beneath the root is a /docs folder with a bunch of older html files. I'd like to allow only logged in wordpress users to be able to have access to ...
1
vote
0answers
40 views
Checking for page templates in child theme
I have a simple problem I'm hoping someone can shed some light on. I have a child theme with a custom page template and I'm simply trying to check weather or not the template is in use. Under normal ...
1
vote
0answers
45 views
Moved Wordpress site to new server, directory permissions not working correctly
I built a Wordpress on my hosting space and then transferred it my clients server - followed all the instructions and pretty much everything works fine.
The ONLY problem I have is that the directory ...
1
vote
0answers
71 views
I have a page using a pretty url and a mod_rewrite rule matching it. I expected it to give an error but it's working. Why?
this may seem like a weird question but I have something working and I don't understand how.
I have moved my wordpress install to a subdirectory and am using the .htaccess file to redirect anything ...
1
vote
0answers
44 views
Moving from one test to multiple final environments
I'm working on a Wordpress website in the following test environment url: www.example.com/wordpress.
Once the site is complete and everything is tested, I want to deploy to three live environments:
...
0
votes
0answers
52 views
Change upload directory and url
I am developing a plugin and I changed the upload directory of the v.3.5 media uploader to this: \wp-content\plugins\deixto\cle.
I used the following function and filter:
function ...
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
0answers
37 views
Order posts by meta value then by random with pagination
Firstly thank you in advance for your help.
I am creating a directory site. My client needs featured directory listings to appear before standard listing but they also need to be in a random order ...
0
votes
0answers
30 views
WordPress MU with Multi-level URL's
I have a bit of a complex question. Is it possible to create a multi-level URL with WordPress MU. By this I mean so that I would have the install on xyz.example.com, I could then create ...
-2
votes
0answers
29 views
wp-content will move but not rename
define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/new-wp-content-name' );
define('WP_CONTENT_URL', 'http://www.site.com/new-wp-content-name');
This works so long as I keep the folder called ...
