Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #247066

    Is there a way to show portfolio items in related posts ?

    Thanks !

    #248056

    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

    #248129

    Thanks !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Show portfolio items in related posts ?’ is closed to new replies.