Posts Tagged ‘WordPress Tutorials’

Comment Form Hooks Visualized
WordPress Tutorials | April 27th, 2011 | by Latz | 7 Comments
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,... read more...

php-Console with Chrome and WordPress
WordPress Tutorials | March 30th, 2011 | by Frank | 10 Comments
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... read more...

Exclude Posts and Pages in WordPress Search
WordPress Hacks | January 26th, 2011 | by Frank | 10 Comments
Sometimes you don't like to display every post and page on search results. Today I like to show you how to filter the search in your frontend. Therefore I add a filter to the query... read more...

Exclude Post from WordPress Feed
WordPress Hacks | January 20th, 2011 | by Frank | 11 Comments
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... read more...

Use More Flexibility In WordPress Templates
WordPress Themes | May 6th, 2010 | by Frank | 7 Comments
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... read more...

Example How To Add Meta Boxes To Edit Area
WordPress Plugins | April 1st, 2010 | by Frank | 19 Comments
Additional fields, meta boxes, in the edit area of WordPress often are useful and easier for customers instead of using Custom Fields. A small Plugin will show you three options. Use it, make WordPress even... read more...



