• I’m using the Architect Pro theme with Genesis Portfolio Pro plugin, and I’d like to register the plugin for the portfolio pages as well, so I can choose a header image via the metabox on the individual portfolio items and they will show that image in the header instead of a default image.

    Could you advise how to do this?

    Thanks – !

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Try adding this in your child theme’s functions.php:

    // Add custom header support for portfolio CPT's single entries.
    add_post_type_support( 'portfolio', 'custom-header' );
Viewing 1 replies (of 1 total)
  • The topic ‘Register plugin for genesis portfolio post types’ is closed to new replies.