Tag Archives: WordPress

Remove WordPress version from RSS and head tags

By default your WordPress blog is showing which version of WordPress it is running on. This information can be found on these two places: In a head tag: <meta name="generator" content="WordPress 2.9.2" /> In a “generator” tag in your RSS … Continue reading

Posted in Web Development | Tagged , | Leave a comment

Writing your own iframe shortcode plugin for WordPress

When you want simplify publishing of specific elements or code chunks, WordPress Shortcodes might come in handy. Basically it replaces a piece of text that you insert via the editor with something else, defined in your template or in a plugin. Continue reading

Posted in Web Development | Tagged , , , , | Leave a comment

WordPress 3.0 – now available!

One of the most interesting updates of WordPress was launched this evening – WordPress 3.0. Continue reading

Posted in Web Development | Tagged , , , , | Leave a comment

“Installation failed” when upgrading WordPress? Here’s the solution

There are a number of variations on this error message, some more descriptive than others. Here’s one solution… Continue reading

Posted in Web Development | Tagged , , , , | Leave a comment