Tag: WordPress Tutorials

  • List All Users in WordPress

    The possibility in WordPress to display all users is not available in a standard installation. To get a simple list of all users, you can use following function. To display just specific user groups or users, there are many template tags available to do so, go to WordPress-Codex – Author Tags.

  • Publish The Feed Later

    Some of you know this problem already, you publish a post and while you are publishing you notice an error. That’s very annoying, the error is in your feed an published to the whole world. That happened quite often to me, my fellow readers a writing comments so fast, right after publishing, to tell me…

  • Quick Tipps For WordPress Query

    The loop of WordPress is a powerful tool. Most users just use the standard loop. But you can adjust and use loops very good for your requirements. I showed an example in my last post for feeds. I will show some other examples, which are barely used, but often asked by users, in this post.…

  • Customize Your WordPress-Feeds

    WordPress offers several different feeds for your reader, but not always is their desired format available. In some cases the reader has the desire to receive just specific news of a website and not all of them. WordPress is flexible enough to meet these requirements. How you can implement this via function in a theme…

  • Disable WordPress Feed

    A really good feature for many websites and already a standard on many blogs is the possibility to subscribe via feed for new posts. But if you use WordPress for a specific purpose, for example as a CMS, it’s possible that you really don’t need that feature because it has no extra value for your…

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