Year: 2010

  • WordPress Import Not Include In WP Core

    WordPress Import Not Include In WP Core

    WordPress came with several new or changed features – one feature which changed is the functionality to import content from other systems.

  • How To List All Posts Of An Archive, A Category Or A Search Result

    Archive pages are usually paged according to your settings in options/reading. Sometimes you may want to offer a page with all posts for an archive (time, category, search result). You need: a separate address for the unpaged archive, a filter for the internal WordPress query and a link to your ‘all posts’ page. We put…

  • Create a Separate Page for Blog Posts in WordPress

    WPBeginner wrote a nice post today, how to create a separate page for blog posts. And we appreciate WPBeginners great posts, but before you start to use their solution, here is a 3 second solution to make this work faster, I hope WPBeginner doesn’t mind:

  • List All Subcategories

    Sometimes you just need a list of all child categories only and nothing else. The requirements of projects can be very diverse, as the solution can, and in my case it is a small code snippet that takes care of the output of Subcategories. Something for you to play, improve and expand. Enjoy!

  • 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…