Category: WordPress Themes

  • Hide The Comment Pagination

    Ever since version 2.7 WordPress offers the option to adjust the number of comments on each page. From SEO’s perspective, this is not very smart, as there were many articles and discussions about this topic in the past. If you turn off the comment pagination, the empty HTML fragment is still in the source code…

  • Tweet This with WordPress

    Twitter seems to continue to gain in popularity and one or the other has even completely move – not a blog anymore, only an address in Twitter. After going through my subscriptions in my feed reader, I noticed several articles where one or the other Plugin was recommended, which place a Twitter button to recommend…

  • 10 Checks to the Perfect WordPress theme

    This is the title of Joost de Valk post, which I don’t agree completely, some points are too stiff and should be considered and well thought through by the author ahead of the actual coding. I made some thoughts and wrote down how I would start programming a perfect theme. Please don’t hesitate to comment…

  • Secure Include Plugin In WordPress

    Some people use more and other less Plugins in WordPress. but it is allways advisable to check via code if a Plugin is active or not. That makes sure the theme wouldn’t break if the Plugin is not active. It’s pretty easy to include a little bit code to check for inactivity. I show you…