Bogmærker indsamlet fra 16. juni til 17. juni

Code Styling Project » How to use WordPress Metaboxes at own plugins
17. juni
Starting with WordPress Version 2.7 a new kind of metabox handling has been occured at Backend. You are now able to drag/drop or hide this Boxes. This makes daily work easier.

But there is currently insufficient documentation available, how this metaboxes can be used at your own plugin pages. I try here to explain the needed functions and have written a demo-plugin for download based on this articles information.

Using add_meta_box() | Andrew Ferguson
17. juni
In the WordPress 2.5 upgrade, Automattic completely revamped the administration interface – including the way that boxes were created for plugins
Function Web Design & Development [ Blog ] » Tutorial: Creating Custom Write Panels in WordPress
17. juni
Use Custom Write options to easily add any unique data to your post
WordPress › Support » Display List of Current Category’s Children OR Posts
16. juni
So essentially I want to tell WordPress' archive.php page that if is_category() and the category has children, display the kiddies. If it doesn't, display posts.