Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Steve Taylor

    (@gyrus)

    The scope parameter is currently “inclusive”, so the above would apply the meta box to all pages as well as ones that have the template ‘page-portfolio.php’ (obviously redundant).

    Did you try this?

    'scope' => array('template'=> array( 'page-portfolio.php' ))

    Thread Starter Dinesh Kesharwani

    (@cyberwani)

    OK… It works for me. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Developer's Custom Fields] Trouble With Scope using Template’ is closed to new replies.