Raphael-D / wordpress-advanced-custom-fields-extend-plugin-unofficial-

Now developing.....

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUSTOME FIELDS AUTO EXPORTER

  1. Create custom fields by Adv Custom Fields.
  • You need Wordpress plugin "Advanced Custom Fields".
  • The display condition is "equal for post categories".
  • Exist naming rule of field name. Example, "$category-slug_XXXXX".
  1. Create function the "Check exist custom fields to display post" on child theme's functions.php.
  • You're need write this function is behavior the "which exist to display post?", to child theme's functions.php.
  • Return the "true" of case is exist custom fields, return "false" case does not exist.
  1. The function of "create_custom_fields()" is for display side custom field element.
  • This function is generate exort custom field at post display side.
  • Apply the CSS class name by category slug at the CSS class of part "custom-field-table-'. $category_state .'".

About

Now developing.....


Languages

Language:PHP 62.1%Language:JavaScript 23.2%Language:CSS 14.1%Language:SCSS 0.5%Language:XSLT 0.0%Language:Shell 0.0%Language:Smarty 0.0%