Skip to content

bonus3/Infinity-Fields-Widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infinity Fields Widget

Widget to add infinity custom fields. Inspired in the ACF plugin, however, focused to be used in Widgets

How to use

After installation, will enable use of Widget Infinity-Fields-Widget in Appearance > Widget in WordPress Panel

Add a title and for each dynamic field, insert a the label and a the value. To add new fields, click in button Add

Result

The widget result in a list.

Translate

Currently, the plugin has support to: English AND Português (Brasil)

Developers

You can get the values in an array, using the function ifw_get_fields() that return an array two-dimensional.

$ifws = ifw_get_fields();

So you can use in the loop

foreach ($ifws as $ifw)

echo '<p>' . $ifw['label'] . ' -> ' . $ifw['value'] . '</p>';

About

WordPress Plugin: Widget to add infinity custom fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors