- Published:
- May 5, 2009 – 6:51 am
- Author:
- By Dave
Came across this little maddening issue again today after fixing it a few months back. I created a directory that is password protected using a .htaccess file. However, when trying to access this folder or anything under this directory, a File Not Found 404 error from Wordpress is displayed before it even prompts you for [...]
Categories: Code Samples, Configurations, Other Code, Software, System Administration
Tagged: 404, apache, htaccess, password, wordpress
- Published:
- March 25, 2009 – 4:15 pm
- Author:
- By Dave
I just found a quick tip on the Installatron forums.
By default Installatron disables all Wordpress plugins when doing an upgrade. This is due to the Wordpress best practices for upgrading the version of their system. When you have a lot of Wordpress installs to go through this is a big pain because it usually [...]
Categories: Configurations, Software, System Administration, Webdesign
Tagged: installatron, wordpress
- Published:
- September 15, 2008 – 10:38 pm
- Author:
- By Dave
I couldn’t readily find an answer to this question via the google. So here it is: If you want to insert a ‘last updated’ or ‘last modified’ date on your wordpress page, then there is a simple bit of PHP code you can use for this:
<?php the_modified_time(‘F jS, Y’);?>
And via Ardamis’s Blog, there is a [...]
Categories: Code Samples, PHP, Software
Tagged: code, templates, wordpress
- Published:
- September 27, 2007 – 11:09 am
- Author:
- By Dave
Just a friendly reminder from your system administrator to upgrade your Wordpress installation to 2.3!
Categories: Site Updates, Software
Tagged: upgrade, Wordpress
installation, wordpress