Download RC Custom Fields GUI

RC_CustomFieldsGUI Support Starts Here

Please go to the RC Custom Fields GUI page here: http://www.abandonedplugins.com/rc-custom-fields-gui/  to download the plugin.


The plugin that I modified allows you to put custom fields into your “write” tab page. There is a custom field box there already, but this will allow you to have the fields directly below your posting window all the time. Just fill in the field and you are done.I found this plugin from wp-plugins.net and http://rhymedcode.net.I changed the style of the input elements to all match the wordpress admin area, as well as changed how the program works with the conf.ini file.I also added:
- descriptions that will show in italics below the field.The data that is pulled from the ini file is passed to the field constructor functions as the $data array. The array is parsed and data is placed into variables using PHP’s variable variables.

If custom field values don’t show on your blog, add this:
<p>
<?php
the_meta();
?>
</p>

to your template pages so that they can see the added information if it is not being displayed. (Main template index, and single post)


Updates:

05-18-08: Added ‘edit_post_form’ hook into the plugin, to make meta information show up on the pages form as well as post form

Sphere: Related Content

2 Comments : 03.10.08

FireStats iconPowered by FireStats