Tagged: related posts
Is there a way to show portfolio items in related posts ?
Thanks !
Hi Ronan!
Yes, open up wp-content/themes/enfold/includes/related-posts.php and replace:
'post_type' => get_post_type($this_id),
with
'post_type' => array('post','portfolio'),
Best regards,
Peter
Thanks !