Sometimes when Wordpress runs out of available RAM on its housing server, it can yield some pretty strange results, including blank pages, timeouts, and unexplained errors. Wordpress isn’t terribly verbose about memory related errors when they are encountered, and as such – one can spend a lot of time looking for errors in your PHP code, where none truly exist.
Posts Tagged ‘Wordpress’
When using Wordpress as a CMS, I’ve found that clients sometimes want to treat pages as a source of regularly updated information, as well as using the regular post features of their blog. There’s a lot of plugins available which offer lists of regularly added posts, but I hadn’t been able to find any which provided lists of recently published pages.
This plugin fills that gap. Via the use of a custom template tag, this plugin will enable you to output a list of either recently added pages, or posts, wherever you decide to call it within your theme.
When re-designing the Narfstuff site, I thought it might be a good time-saving function to have Wordpress automatically assign a category based image tag, whenever a post was published. You can see this effect when viewing posts on my main page – categories such as ‘Wordpress Development’ are accompanied with a little graphical tag situated at the top-left of the post. It helps to add a bit more variety to the text area, and looks pretty neato too.
Using template tags, we have a really easy way of automating the process for our blog.