Place the following in your wp-config.php if (strpos($_SERVER['REQUEST_URI'] , "http://")){ exit; } Simple yet effective
Correct Wordpress Title Case FunctionCurrently working on a Wordpress site and the client has supplied content with the post titles all in UPPERCASE Simple way to correct this: add to your functions.php file in your chosen...
Remove view all posts filed under from Category ListUsing Wordpress as a CMS site and didnt want the "view all posts filed under" showing when you mouseover the links in the Category menu created from wp_list_cats Googled without luck for 20 mins...
.html Wordpress permalink on PAGES pluginRecently creating a Wordpress site and i noticed a little problem, you can add .html in the settings which work fine for POSTS but not pages! I wrote a small plugin that will add the .html to the...

