php - Adding ACF field to post meta -
i found code controlling posts need edit: $img = ( $mode == 'top' ) ? get_the_post_thumbnail( null, 'large' ) : get_the_post_thumbnail( null, 'medium' ); $the_image = sprintf( '<span class="c_img">%s</span>', $img ); $thumb_link = sprintf( '<a class="%s" href="%s" rel="bookmark" title="%s %s" style="%s">%s</a>', $classes, get_permalink( $post ), __( 'link to', 'pagelines' ), the_title_attribute( array( 'echo' => false ) ), $style, $the_image ); $output = ( 'top' == $mode ) ? sprintf( '<div class="full_img fix">%s</div>', $thumb_link ) : $thumb_link; return apply_filters( 'pagelines_thumb_markup', $output, $mode, $format ); } that outputs this: <span class="c_img"><img src="example image"></span> i need insert custom acf (a