How do I get my related posts to show an image. I believe it worked when I was using a 'slideshow' image in a post, otherwise it just shows the title of the post alone with no image. Why can't i get the related post to pull the 'featured image' from each post?
Related posts thumbnail issues
6 posts from 4 voices-
Posted 9 months ago #
-
Hi,
How are you displaying the related posts? A plugin? A built-in widget?
Regards,
MyaPosted 9 months ago # -
Using Angular's built in 'related post' option that displays under posts.
Posted 9 months ago # -
Hi!
Angular uses the first slideshow image as "featured image". Currently it's not possible to use the "featured image" option to set a thumbnail.
Best regards,
PeterPosted 8 months ago # -
is it possible to set slideshow settings so it WILL NOT crop the uploaded image in the post?
Posted 8 months ago # -
Hi NowYouNoah,
I believe the post images are already set to not be cropped but it may need to be added to the featured item in your functions.php (in the theme files) as well. So open up functions.php and find:
$avia_config['imgSize']['featured'] = array('width'=>930, 'height'=>340);
Replace it with:
$avia_config['imgSize']['featured'] = array('width'=>930, 'height'=>340, 'crop'=>false);Regards,
Devin
Posted 8 months ago #
Reply
You must log in to post.














