Tagged: 

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

    Hello,
    how to turn ON related entries in portfolio single page ?

    #163459

    Hey denye!

    In single-portfolio.php replace

    
    get_template_part( 'includes/loop', 'portfolio-single' );
    

    with

    
    get_template_part( 'includes/loop', 'portfolio-single' );
    
    //show related posts based on tags if there are any
    get_template_part( 'includes/related-posts');
    

    Regards,
    Peter

    #163460

    Thank you , Dude !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘related entries’ is closed to new replies.