Tag: WordPress Tutorials

  • Filter caption-Shortcode in WordPress

    The title may not speak for itself and therefore I will explain a little more on the topic and do not just put a code snippets on this post. If you use the „Mediauploader“ in WordPress not just to load images, but also for integration in the post or page, then a Shortcode will be…

  • Exclude Subcategories in a Loop

    This code snippet excludes the subcategories in a loop. Just insert the code in your functions.php of your theme or in a Plugin and you are done.

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

  • rel=”canonical”-URL for WordPress Theme

    Duplicate content is always an issue in search engines, especially in the context of content management systems and blogging applications. Therefore, they decided together (Google, Yahoo and Microsoft) for a notice using the link tag. In essence, provides the tag with the rel attribute canonical only a reference to the preferred URL. Once again a…

  • Change your WordPress Theme on Dependency

    WordPress is sometimes not only in use as a blog platform, also as CMS application or for a presentation of photos or other purposes. Many times you like to have a different design depending on the purpose of your WordPress blog within your website. Thus, most of the photo blogs having a different design than…

  • Numbering your comments, pingbacks, trackbacks or all

    Since WordPress 2.7 exists an API for the comment area. Thereby you can purge the PHP-portion within comments.php. Jean-Baptiste shows a simple solution to count comments. This solution is very well known and get used pretty much since the first release of WordPress. But if you like to have a filter, which counts only the…