WordPress Hacks

Load A Stylesheet Only If Use Gallery
WordPress Hacks | January 26th, 2010 | by Frank | 4 Comments
In relation to the better Gallery it is actually not necessary to load the stylesheet if there is no gallery, so it is worth it to check in advance whether the gallery will be used... read more...

Redirects To Another Page In WordPress Backend
WordPress Hacks | January 21st, 2010 | by Frank | 2 Comments
WordPress allows using a function, to simple redirect to a URL, the function wp_redirect() enables to specify an address and a status. This makes it easy to realize a forward even in the backend of... read more...

Disable HTML Editor In WordPress
WordPress Hacks | January 19th, 2010 | by Frank | 6 Comments
In contrast to the visual editor in WordPress, you can not disable the HTML editor. WordPress does not provide a user setting or a global option. Also, there is no hook, to disable the HTML... read more...

Exclude A Category From Turn Off Comments Automatically
WordPress Hacks | January 6th, 2010 | by Frank | 16 Comments
Thanks to our post New Ideas For 2010? Now It’s Your Turn! we got an email form one of our loyal sponsors Chris Coyier. read more...

Sort Posts With The Help Of Custom Fields
WordPress Hacks | December 17th, 2009 | by Alex | 8 Comments
Quite often, a WordPress developer likes to have posts sorted according to a custom field. If you would write a SQL-statement, it would be quite complex, since you need to JOIN two database tables (wp_posts... read more...


