I have integrated Flexslider into a WP theme using a tutorial. I have activated Thumbnail navigation control, however, all of the thumbnail links are broken.
I have tried inserting the following code into the <li data-thumb="">
part, but I think I may be missing something in my Slider.php or Functions file.
The code I have tried inserting to create thumbnails is:
<li data-thumb="<?php echo ( wp_get_attachment_url( $single_gallery_attachment->ID, 'thumbnail' )); ?>">
Can anyone help me or point me in the right direction?