advanced custom fields: repeater field within conditional statement [closed]
If you pasted the exact second block you’ll get errors because you are breaking up the closing and opening PHP tags <?php and ?>. Try this instead, or have a look at this for a better understanding, notice the difference … if ( is_page( ‘about’ ) || ’29’ == $post->post_parent ) { //Start of the … Read more