WP Plugin

May 3rd, 2007

I wrote the Field Layout Manager plugin to organize the Tech Specs on this site. The plugin is available for anyone who wants to download it from the official WordPress site. The way it works is easy.

  1. Download the plugin.
  2. Upload to wp-content\plugins\
  3. Edit the conf.ini file to reflect the layout you want.
    1. Category names go in square brackets.
    2. Under each category enter the field name followed by ‘=’ and then label you want to appear for each field
    3. One field per row
  4. Add function call to template:


<?php if(function_exists(‘flm_get_custom_field_datagrid’)) { flm_get_custom_field_datagrid(); } ?>

Category names are statically set in the conf file. They are not dynamicgroup categories

Tags: , ,
| No Comments »