WordPress Tutorials

Remove Inline Style Of WordPress Gallery Shortcode
WordPress Tutorials | December 10th, 2011 | by Frank | 4 Comments
Today I'll give you a small tip for the WordPress Gallery. With version 3.1 of WordPress it is possible to replace the inline style of the core, it's done easily with a Filter-Hook. Use this... read more...

Advent Calendar – Predefined callback functions for filters
WordPress Tutorials | December 4th, 2011 | by Latz | 6 Comments
Filters are often used for removing content. For example, if you want to hide the admin bar you can do the following: function hide_admin_bar() { return FALSE; } add_filter( 'show_admin_bar' , 'hide_admin_bar' ); It's a... read more...

Extend the TwentyEleven Navigation with your Social Icons
WordPress Tutorials | December 3rd, 2011 | by Michael | 5 Comments
In this little tutorial we show how to add in the navigation of the TwentyEleven Theme our RSS Feed, a link with icons to our Twitter page and to our Facebook profile. Without writing a... read more...

Force Reload of Scripts and Stylesheets in your Plugin or Theme
WordPress Tutorials | October 21st, 2011 | by Latz | 12 Comments
If you're developing a WordPress theme or plugin you may have had the problem that scripts or stylesheets are not reloaded from the source when you refresh the page because they are cached somewhere on... read more...

WordPress Custom Post Types Get Into The Loop
WordPress Tutorials | August 3rd, 2011 | by Frank | 4 Comments
WordPress started a new era with the Custom Post Types for developers in the WordPress environment. The possibilities are numerous and primarily from the knowledge of the developer dependent. Nevertheless, there are so many tutorials... read more...

Search Form in WP Nav Menu
WordPress Tutorials | July 29th, 2011 | by Frank | 2 Comments
The WP Nav Menu is very popular and WordPress users love to implement their content in the navigation that way. Many users also like to have a search field in their navigation. In this context... read more...

