We'll create fresh WordPress site with Zen Custom Fields installed. You have 20 minutes to test the plugin after that site we'll be deleted.
The plugin converts regular HTML tables, embedded in your page, into arrays of values that you can use in your templates to output the data.
Custom fields can hold text and any HTML code (except for tables). Array of values can be simple index based or more complex key value pairs.
You can embed many tables with values on your page with various data.
If your would like to use multiple tables with values you should name ech table and use table name as the last parameter of zen_field()
function
…
It is possible to iterate over values from your tables. The variable ‘$zen_fields->tables’ holds the array with values from all the tables on the page.
By default output is not escaped which allows you to use links, images and another HTML content in your custom fields. If you would like to escape the output use ‘zen_field_esc()’ function instead of ‘zen_field()’.
For more details check ‘Screenshots’ section