>
Download This Plugin | |
Download Elegant Themes | |
Name | Chunks |
Version | 1.1 |
Author | Konstantin Kovshenin |
Rating | 0 |
Last updated | 2011-03-14 10:46:00 |
Downloads |
855
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Chunks plugin added 3 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
Chunks plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Chunks plugin ads no tables to your Wordpress blog database.Chunks is 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.
Chunks will do the job for you. 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.
It'll take you 5 minutes to implement Chunks in your theme: Getting Started with Chunks