jd2066
Forum Replies Created
-
Forum: Hacks
In reply to: Need Help With Unique Permalink Setup involving a bit of DNS Configuration@bcworkz: I just thought about it and I think with the help of a custom WordPress Plugin I can use the internal WordPress rewrite engine to do something similar to what you listed without using an external module/plugin like mod_rewrite.
I just need to set the permalink style to “%year%/%monthnum%/%day%/%postname%” for a WordPress install on jdoe.tld and then create a plugin that checks for category.jdoe.tld and if the post is not in that category just return a 404 error to the web browser so I only have one url for the post.
I’ll check the WordPress Codex for functions that will allow me to do that and if I find ones that I think will work, create a plugin and post how it works.
If it works then I will post the code/plugin in case someone else finds this topic and wants to do the same thing as me.Forum: Hacks
In reply to: Need Help With Unique Permalink Setup involving a bit of DNS Configuration@bcworkz: Because using something like mod_rewrite is just a temporary redirect and I want the post url to be permanent for many reasons.
I do not want posts accessible via any other link then the permalink style that I picked above.Forum: Fixing WordPress
In reply to: The Page Not Found Error is not displayedOk, I just did a search online and found the solution.
It’s at http://www.heritage-tech.net/797/improper-404-error-handling-fix-for-wordpress-25/Forum: Fixing WordPress
In reply to: How do I take the sidebar off on just this page?You can also try the plugin at http://www.nexterous.com/scripts/pagesidebars.php to have a different sidebar for a certain page.