• For those that are using multiple plugins, if you are using Advance Custom Fields, then you can place your tab coding:

    [tab name="Your tab name 1"]Your tab content[/tab]
    [tab name="Your tab name 2"]Your tab content[/tab]
    [tab name="Your tab name 3"]Your tab content[/tab]

    In your field, but place

    [end_tabset]

    anywhere in the main Word Press Editor. This will execute the shortcode for the Word Press editor as well as the Custom Field.

    dont forget, to have your ACF execute shortcodes, you must use apply_filters(‘the_content’,get_field(‘yourfieldname’)); in order for it to work.

    http://wordpress.org/extend/plugins/put/

  • The topic ‘Resolved: If Using with Advance Custom Fields’ is closed to new replies.