Support

Account

Home Forums General Issues How to insert a field on a CPT "homepage" Reply To: How to insert a field on a CPT "homepage"

  • Hi,

    You should setup options page and make field for portfolio background. When just use background field to portfolio template like this:

    <?php the_field('fieldname', 'options');?>

    In this case you will choose background only once, but it will be visible on each portfolio post.