Viewing 1 replies (of 1 total)
  • Plugin Author Johan van der Wijk

    (@vanderwijk)

    Hi Willian,

    As my objective is to keep this plugin as simple as possible, I deliberately did not create an options page for it. That being said, there is a (relatively) easy way to solve your problem and that is by adding the following code to your (child-) theme’s functions.php file:

    /*-------------------------------------------------------------------------------
    	Make Content Blocks Public
    -------------------------------------------------------------------------------*/
    function filter_content_block_init() {
    	$content_block_public = true;
    	return $content_block_public;
    }
    add_filter('content_block_post_type','filter_content_block_init');
Viewing 1 replies (of 1 total)
  • The topic ‘Best plugin’ is closed to new replies.