Viewing 1 replies (of 1 total)
  • Plugin Author tormorten

    (@tormorten)

    Hi,

    You can put this snippet in your theme’s functions.php:

    add_filter( 'fa_post_types', 'my_fa_post_types', 20, 1 );
    
    function my_fa_post_types( $post_types ) {
    
    	return array( 'page' );
    
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Metabox only on pages.’ is closed to new replies.