WordPress Hacks, Tips, Tutorials from the last decade.
-
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.
-
Comment And Ping Count In WordPress 2.7
The comment area changed a lot in WordPress 2.7. A good reason to check your comments.php and make some changes to it. Especially I like to seperate the comments from Ping- and Trackbacks. Matt shows in an excellent tutorial how to do it: Separating Pings from Comments. But I didn’t like one thing in this…
-
Add Avatar To WordPress Default
Avatars are popular as identification and with the service Gravatar it is largely used in the comment area of different applications. WordPress allows the user some basic settings. For example loading a default or generated Avatar, if the commentator doesn’t have one. Various themes have a standard Avatar to match the design. But even here…
-
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…
-
Gravatars Use Easy
Since version 2.5 of WordPress, Gravatar service is included in the core files. On one hand, you can use it to make the comment overview more nicely. But you can also integrate this function in your template and you don’t have to use a Plugin.