WordPress Announcements News and Information
WordPress Announcements News and Information

Chunks for WordPress Theme Developers

Chunks is a WordPress plugin by kovshenin for theme developers that have their themes filled with footer notes, copyright notices, block titles and descriptions, slogans, etc, which are sometimes hard-coded into the theme, sometimes localized (can be changed in po and mo files) and sometimes taken out to the theme options.

A “chunk” is a piece of HTML code that could be inserted anywhere in your theme and edited from the Theme Chunks page under Appearance in your admin panel. Use register_chunks() in your functions.php to register chunks for your theme and use the chunk() to get the chunk value anywhere in your template files.

Download: http://wordpress.org/extend/plugins/chunks/

Getting Started with Chunks: http://kovshenin.com/wordpress/plugins/chunks/

Leave a comment

Your email address will not be published. Required fields are marked *