Category: WordPress Themes

  • Use More Flexibility In WordPress Templates

    Those who have wanted to create their Theme for WordPress quite flexible, and loves the modularization, had always to involve the path to the template. With WordPress 3.0, this will be different and it is possible to use a function, which makes it easy to load the template.

  • 3rd Door – Today The Advice: Don’t Steal Premium WordPress Themes

    A friend called me and informed me that he had found two links in his footer to spam websites. He “found” the premium theme, which he was using “on the Internet”. I have looked at the theme again and the footer.php was consisted of the following (shortened by me):

  • Use WordPress Login

    WordPress makes it pretty easy to log in and out of WordPress in a theme. Basically with two functions

  • Themes and automatic_feed_links

    Since WordPress 2.8, there is the function automatic_feed_links() in the function.php. Which writes the link elements for the RSS protocols in the header of the document. The advantage of this feature is, you do not need to worry about whether a change comes in the Feed-protocoll in a new version of WordPress, removed or a…

  • Deactivate WordPress Default Widgets

    You do not always want to have all the widgets active, which comes within the WordPress core. You can disable the unneccessary Widgets in your functions.php of your theme with a small function. The following syntax will switch off all the standard widgets. It should therefore be adjusted depending on your requirements: // unregister all…

  • WordPress Basis Theme – Also In HTML5

    Since I deal with WordPress (version 0.71), I have my own theme layout created, which I always use to start with a new theme – WP Basis. I published this theme under GPL since then and it is quite popular. I have continued the development on the theme and it has grown with every version…