Tag: development

  • Adding Input Fields To Comment Form

    Adding Input Fields To Comment Form

    Most comment forms contain the same input fields: Name, Email, URL and the comment text field. This is sufficient for most use cases but there are situations where you might want to know a bit more about your commenter: their age, the city they live in, or the color of their underwear. This article explains…

  • Comment Form Hooks Visualized

    Most themes (e.g. TwentyTen) use the comment_form() function to insert the comment form after posts. There are quite some hooks inside the function but they are hard to localize. The codex documentation isn’t too helpful, neither. To give you an easy overview the following diagrams visualize the points where the various hooks are anchored. The…

  • Add trash button to WordPress Admin Bar

    Add trash button to WordPress Admin Bar

    Add Custom buttons to WordPress Admin Bar Since version 3.1 of WordPress you have an Admin Bar with several functions. It’s an easy task to add custom buttons to the Admin Bar. I will show you how with an example of a “trash” button. This will be another example how to extend your Admin Bar,…

  • php-Console with Chrome and WordPress

    Google Browser Chrome and their Chromium project are becoming more popular. Initially it was the speed of Chrome, which made it so popular but now also the extensions are getting in the focus of the users. Nowadays the extension market of Chrome is full of very useful extensions. Of course there are also many enhancements…

  • Linux Programming Fonts

    I’m working on different systems and every system uses different fonts in their editor. I like to introduce some fonts in Linux and it might help you to find your favorite. This is not an article about WordPress directly, but many of us using an editor for the most time, while developing with WordPress.

  • Exclude Post from WordPress Feed

    In a previous post I provide a solution on how to exclude certain categories from your feed. You can do the same with other content and I will show you in this post how you can exclude certain posts from your feed.