Linux 软件免费装

Templ33t

开发者 Ryan Willis
更新时间 2012年6月27日 04:25
PHP版本: 2.9 及以上
WordPress版本: 3.0.1

标签

page template admin editor blocks custom fields tabs cms editable tabbed templete teml33t

下载

0.1

详情介绍:

Add tabs for custom content blocks to the edit page with enhanced theme-specific configuration and smart template switching. Makes use of custom fields, page templates and a theme-specific XML file. This plugin is based on Page.ly MultiEdit. Visit Templ33t Home for updates and info.

安装:

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. Templating: use the templ33t_block('block_name') function wherever you want to add custom content (replacing 'block_name' with your custom block name). Configuration File: create a file named templ33t.xml in your theme directory. It should be structured like this: <templ33t> <template> <file>custom-footer-template.php</file> <main>Main Content</main> <block>Custom_Footer</block> </template> <template> <file>two-column-template.php</file> <main>Left_Column</main> <block>Right_Column</block> <block>Custom_Footer</block> </template> </templ33t> You can have as many <template> elements as you like. Each one identifies the template file name (<file>), the label for the main content tab (<main>) and all custom content blocks (<block>) added to your template code. Multi-Site Installation: Drop the contents in the wp-content/mu-plugins directory. Move templ33t.php into the parent directory and change the TEMPL33T_ASSETS path definition near the top of the file to WP_CONTENT.'/mu-plugins/templ33t/'

更新日志:

0.1