Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think the misunderstanding here is that

    define ('WP_CONTENT_DIR','/full/path/to/your/content/dir');
    define ('WP_CONTENT_URL','http://example.com/full/path/to/your/content/dirs/url');

    need to be defined in wp-settings.php not wp-config.php. The reason being is that the paths are defined already in wp-settings.php which is called into wp-config.php, meaning that the paths would be overwritten by the original settings.

    To make this work, you need to scan through wp-settings.php for lines 113 & 356 to make the alterations suggested by Otto42.

    Has anyone got any further on this? WP 2.7 is now out and it still doesn’t allow adding of categories to media, like links and posts have.

    Is this being worked out for a future release, or is there a plugin anywhere for this functionality? I would really love to know as I desperately need categories for media…

    Forum: Fixing WordPress
    In reply to: Static Page option
    Thread Starter designermonkey

    (@designermonkey)

    Thanks for that! It worked!

    That’s very confusing you know, the way the Codex makes it sound is that WordPress automatically links the two together, but obviously not!

    Thanks again for your help…

    Forum: Fixing WordPress
    In reply to: Template problems
    Thread Starter designermonkey

    (@designermonkey)

    Thanks for the response mercime, but you obviously haven’t read my problem.
    My code is working for all of the site, including 404’s where i try and view a blog post that isn’t there.
    When i try and view a category that I have added via admin, but not posted in, nothing shows up. I expect to get a 404 but nothing.
    This also happens in the default theme.
    Is this normal??
    I would expect my visitors to get at least a 404 telling them there is no content matching their query, not nothing!

    Examples:
    When I view: /category/gallery/ I get a list of posts with category.php, as I have posted to this category.
    When I view: /category/gallery/fine-art/ I get nothing, even though the category exists in admin. I expect a 404 as I have no posts in the category.

    Does this make sense now? Does anyone know what is wrong??

Viewing 4 replies - 1 through 4 (of 4 total)