Tag: WP

  • Optimize Syndication Frequenzy

    Today a standard becomes 9 years old. But hardly ever noticed: The Syndication-Module 1.4.1 of RDF Site Summary 1.0. What is it good for? Apparently some of you publishing posts less than 10 times per day. Shame on you … not! WordPress, however, assumes that you can not even stop, so write it in the…

  • Display Private Posts to Logged in Users

    Sometimes I use the function of private posting in WordPress. These contributions can only see the user who has created the post, or the administrator. To show all these article to users who are logged into the system, you can go different ways. But I’d like to highlight just two different ways. With custom fields…

  • Use WordPress Cron

    WordPress has its own cron to automatically and scheduled run certain themes. Therefore WordPress provides several functions to use the cron. In our first example we send every hour a mail with the help of the WordPress function wp_mail(). FYI, this is just a possibility, please don’t do it on your system! As default, WordPress…

  • Update RSS Language Value

    And today opens the 13th door of our Advent Calendar. You cannot only use a language key for your blog, but also for your feed:<language>en</language>. WordPress also has provided an option, but not easy to maintain. However, it is advisable to use the key according to the codec and therefore I show you some ways.

  • If Post is Older Than

    12th door of our Advent Calendar, we are half through! Sometimes you need a query that satisfies the requirement that the advertising is displayed only if the article has reached a certain age. Who does not want to rely on a Plugin, we recommend the following little solution.

  • Change Wording for Password Page

    If you create a password protected page in WordPress, you have the standard sentence: “My post is password protected. Please ask me for a password:”. To change this sentence without losing the changes after the next upgrade, just place into the functions.php of your theme the following code: