Tag Archives: wordpress

A Twitter Search Wordpress Plugin 5

Ok, this is not really a plugin per se, but Wordpress already has the capability of displaying a Twitter search stream via it’s RSS feed widget.
It is dirt simple to set up.
Go into Appearance -> Widgets and select the widget area you wish to add the twitter search stream to;
Add “RSS” and position the widget [...]

Password Protected Folder Gives 404 Not Found in Wordpress Installation Sub-folder. 15

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 [...]

Installatron Wordpress Upgrade Disables Plugins 3

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 [...]

Last Modified Date or Time on Wordpress Template Page 8

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 [...]

A Friendly Reminder to Upgrade your Wordpress Comments Off

Just a friendly reminder from your system administrator to upgrade your Wordpress installation to 2.3!