Tag: Theme

  • WordPress and register_sidebar

    Everyone who is building WordPress Themes probably implement the widget function in their theme. Code for the widgets is in functions.php. Here a code snippet of the default theme:

  • Use Constants To Integrate WordPress In Other CMS

    Sometimes you need to integrate WordPress into another CMS, like Typo3, Drupal or whatever is out there. The blog should have the same design, use same images and Javascript or implement existing links. Mostly you run the WordPress blog on a subdomain like blog.example.com and the data lies on example.com/css/ and so on.

  • YAML 3.1 Released

    What a great Day! Barack Obama is sworn in as 44th US president, my friend Dirk Jesse released version 3.1 of the XHTML and CSS Framework YAML and it’s my birthday. Also launched the new YAML Developer Blog today, where I was honored to code the WordPress Theme.

  • Identify Authors With Gravatars

    Since WordPress version 2.5, it is easier to include the Gravatar of a comment author in the comments. WordPress offers a feature that is easy to use and it brings some parameters with. In order to use and how to include a Gravatar, I would refer to the article „Gravatar Use Easy“. But with this…

  • Adding A Private Page Into The Navigation

    If you use pages which have the state private, they will not be shown in the navigation. Nevertheless it can make sense to show this specific page in the navigation, if you want to provide easy access to this page for your users. The page should only appear to privileged users for sure. I will…

  • Create Your Own WordPress Login Design

    WordPress 2.7 has been released these days and comes with some updates to the backend design. I think most of you already know that there is a new login-section. The design is now equal to the new backend’s and the team did only little changes. From my point of view this is very important to…