MyFDB Profiles

0

This plugin provides detailed information about fashion models, companies, and brands from MyFDB (My Fashion Database). The data presented by the plugin is displayed on individual posts

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_tag
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

This plugin provides detailed information about fashion models, companies, and brands from MyFDB (My Fashion Database).

The data presented by the plugin is displayed on individual posts or on pages. It also be implemented as a widget (which will appear on your site based on your theme). The MyFDB profile widget can be dragged and dropped into any widget container.

The plugin includes two pre-defined styles (presentation templates, but you can also create your own custom styles.

Advanced

This Plugin has two additional functions:

  1. Short code function: [myfdbprofile category=”ProfileCategory” tagname=”ProfileTagName” [template=”template”]] – can be used to output the profile in post/page text.
  2. PHP function for output a profile(s) assigned to any post: myfdb_profile_lists(myfdb_profile_lists(array(array(‘cat’=>’p’, ‘tag’=>’some_tag_name’), array(‘cat’=>’c’, ‘tag’=>’some_tag_name’))), template). The profiles array consists of mini arrays that have ‘cat’ (category) and ‘tag’ (profile tag name) parameters.