[Resolved] Navigate single posts using WP Core taxonomies for CPT

Home Forums Support [Resolved] Navigate single posts using WP Core taxonomies for CPT

Home Forums Support Navigate single posts using WP Core taxonomies for CPT

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2004901
    David
    Staff
    Customer Support

    Aaahh – ok.
    Edit your single-portfolio.php

    This line needs changing from:

    get_template_part( 'content', 'portfolio' );

    to:

    generate_do_template_part( 'portfolio' );

    #2005478
    Eva

    Yesss! Problem solved!!
    Very happy 🙂
    Thank you for your patience and help.

    #2005604
    David
    Staff
    Customer Support

    Glad we could be of help!

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.