2017-09-03, 21:24:08
Hi Carlos, I was trying to figure out how to display my featured image in my side component. at the moment I can display some posts at random with an excerpt but cant get my feature image to work.
Here is my code without the feature image, where should I be inserting it?
Cheers!
Here is my code without the feature image, where should I be inserting it?
Code:
<p style="margin-bottom:10px;">
<?php nm_set_custom_excerpt(220);
nm_set_custom_maxposts(3);
nm_custom_display_random('
<h3 style="margin-bottom:-10px;"><a href="{{ post_link }}">{{ post_title }}</a></h3> <br />
{{ post_excerpt }} <a href="{{ post_link }}" style="color:#fff;text-decoration:none;">[...]</a> <br /><a href="{{ post_link }}" >More...</a>
');
?></p>
Cheers!