Author Archives: alchymyth

60 | Adding a Custom Widget Area to a WordPress Template

The Codex has a chapter on how to add new widget areas (commonly referred to as ‘sidebars’) to a theme’s template: ‘Widgetizing Themes‘ This example here is to give you the direct code to add to functions.php and to the … Check the whole post »

Posted in Easy Coding for Wordpress, Tips & Tricks, WordPress | Tagged , , , , , | 1 Response

59 | Custom Web Site Design and Programming

I am building web sites for quite a few years now, and want to present a web site I programmed in static xhtml a while ago: kunstaufseide.com. This is a German language site promoting colourful artwork. Semi-integrated into this site … Check the whole post »

Posted in Custom Web Design, WordPress | Leave a comment

58 | Adsense Ad at Random Position in a Posts Page

This code is made to output an adsense ad (or any other block of output) at a random position within the loop, with the restriction to a preset number of possible positions. Thanks to the tutorials of http://www.php.net/ …

Posted in Tips & Tricks, WordPress | Tagged , , , , , | Leave a comment