Can I set a default featured image for a category?

I’m setting up a site with a theme that takes advantage of the “featured image” feature of WordPress. Since my end users are not the most tech saavy in the world, I’d like to set things up so that the categories would have a default “featured image” assigned to the post. In the event of multiple categories assigned to a post, then it would simply take the first one.

Is there a plugin that will override the “Error establishing a database connection” message?

My provider’s database server recently had some downtime and my site was displaying the classic “Error establishing a database connection” message for about an hour. I knew what the problem was but realised it would be useful if I was able to replace that message with something a little friendlier (ideally a more verbose message … Read more

Admin Filter – Add Post Type Description on Post Type Page

WordPress allows adding descriptions to Custom Post Types whenever it’s registered. ( register_post_type(). I would like to output that title on the Admin Landing Page ( View All Post Type ) preferably underneath the title. I’ve looked into /wp-admin/edit.php but I’m not sure if the filter presented is usable in this case ( and thus it may not be possible to do ).