Apologizes if my understanding of the theme is way off but I *think* I had a small problem getting piece of code for a Pinterest.com button to work because the theme doesn't use traditional WP "featured images".
The slice of code in question is:
<?php $pinterestimage = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); ?>
But it never pulls anything. Is it because of the theme-specific (or is it the Avia framework-specific?) way the post images are handled? I think it is looking for a call the theme never populates.
What (if any) would be the Flashlight version of that piece of code?
Thanks!














