The tag has no wiki summary.

learn more… | top users | synonyms (3)

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 ...
0
votes
0answers
47 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
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
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
11 views

Is there some way to put a theme's header.php and footer.php in a subdir [duplicate]

and still call them with get_header() / get_footer()? For example {themedir}/templates/headers/header.php of {themedir}/templates/footers/footer.php With templates this is easy, but I can't get it ...
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
1answer
20 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
0answers
36 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
29 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 ...
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
1answer
71 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
2answers
58 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
86 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
97 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
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 ...
0
votes
1answer
168 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
0answers
75 views

wordpress automatically created a new 2013/01 subdirectory [closed]

apparently for the new year, wordpress created a new subdirectory(s) '2013/01' in the wp-content/uploads folder. this had the unintended result of breaking all the image links on the site. Does ...
0
votes
1answer
90 views

Make theme editor to show all theme's files

Is there a way to make all files (also in subfolder) in my theme directory visible in the theme editor? I need a way to edit themes without having to upload a new one every time. Thanks!
0
votes
0answers
23 views

Moving a Site within a Directory [closed]

I installed a WordPress site at http://austin.kitson.org/update and went into the settings and changed the url to http://austin.kitson.org. I then moved the directory up to austin.kitson in my FTP. ...
0
votes
1answer
285 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
2answers
172 views

How to produce a sub-page-system in Wordpress

I am currently new to Wordpress development and I am developing a custom theme with a few custom post types and custom functionality. For the most part, it was pretty easy to find the information I ...
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
103 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
269 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 ...
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 ...
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. ...
-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
votes
2answers
416 views

@font-face Paths Don't Seem to be working properly

I'm having issues with my @font-face code in my style.css file for a theme. I've already tested the theme as an HTML site, and the paths are the same. The style.css file uses a relative path to a ...
-2
votes
0answers
27 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 ...

1 2 3