Author: Michael

  • WordPress 2.8 Widgets Options Page – First Screenshot!

    In the current trunk of WordPress is a “first run” of the new widget management available to see. This is a development version, it shows the warning “This page is not 100% ready, please use only on test installations.”.

  • Build A WordPress 2.8 Widget With The New Widget API

    One of the main changes in WordPress 2.8 is the new widget API. This API is fully object oriented and provides the programmer all the necessary functions to create a WordPress widgets. Also, it now allows multiple use of each widget.

  • WordPress: Working With Options

    Options in WordPress are in an extra options table (with Prefix before) stored. Options include the blog name, which theme is used, etc.. Plugins define their settings as options. A simple example of how options can be accessed:

  • Secure Your Mail With WordPress Antispambot Function

    A little-known feature in WordPress is antispambot() from the wp-includes/formatting.php. It is a kind obfuscator of the email address. It doesn’t create a clickable mailto link. Our e-mail with antispambot in the source code looks like this:

  • Plugin Review: Codestyling Localization

    Heiko Rabe, a very talented Plugin-Developer created a plugin, which comes just in time: Codestyling Localisation. Since I am currently developing a premium WordPress theme, which I like to have multilingual, this plugin is an excellent alternative to PoEdit. Compare to PoEdit this Plugin has the decisive advantage that you can translate a theme or…

  • Spelling WordPress Always Correctly

    Sometimes it happens that you have misspelled WordPress in your article because you were in a rush. Since WordPress is a registered trademark, it should be natural to write WordPress the correct way. As Lorelle mentioned on her blog, Matt wrote a script, which forces WordPress into WordPress across all of the 5 million plus…