Tag: WP

  • Flattr Button for WordPress without a Plugin

    There is a lot talking about Flattr and the idea certainly is worth a try. That’s why I wanted to test and integrate Flattr in our blog. However, I don’t really like the Plugin and that’s why I created a small little function, which integrates the button as you can see right under the tweets…

  • Our WordPress Developer Toolbox

    Again and again the question comes in: What do you use as an environment to develop with WordPress. Some suggestions I would like to give, these are just my preferences, but I would be happy if you tell me your preferences of tools. Maybe there is one or the other useful tool included, I never…

  • Better Plugin List in WordPress 3.0

    One of the main reason why WordPress is so popular is the amount of available Plugins. Most users using Plugins via the most popular way – in the folder plugins under wp-content, and activate them in the backend of WordPress. For other possibilities of plugin integration WordPress 3.0 try to provide a more user friendly…

  • Customize WordPress WYSIWYG Editor

    Adjustments to the editor TinyMCE via hook, so regardless of the core files of WordPress is also possible and must be used in a number of requirements. So in this article are some examples that can be adapted to its needs and should give an introduction of customizing the TinyMCE editor in WordPress.

  • Display Post Thumbnail Also In Edit Post and Page Overview

    WordPress version 2.9 introduced the function of Post Thumbnail. We wrote about this feature in this post and here and also in many other blogs. I find it an advantage, if the overview of articles and pages also provides the associated thumbnail. Therefore, I would like to introduce a small code snippet that makes just…

  • Load A Stylesheet Only If Use Gallery

    In relation to the better Gallery it is actually not necessary to load the stylesheet if there is no gallery, so it is worth it to check in advance whether the gallery will be used in the post or not. For this you have to parse the post which can be done in two ways.