integrate accordion tab field in my page
-
Hi, I just can’t understand how it’s work … My fields display on my page but not tabs as indicated normally, what is the code has to insert into my page? I’m desperate please … I found this but where I have to put this ? And it’s look like the syntaxe is not right …
php include_once( 'includes/acf-accordion/acf-accordion.php' ); add_filter( 'acf/accordion/dir', 'acf_accordion_dir' ); function acf_accordion_dir( $dir ) { $dir = get_template_directory_uri() . '/includes/acf-accordion/'; return $dir; }
Thanks a lot !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘integrate accordion tab field in my page’ is closed to new replies.