Hi Robert,
For the sake of simplicity I have excluded custom fields from the content_blocks post type, but this can be easily changed.
In the file post-widget.php on line 145 change the following:
'supports' => array( 'title','editor','revisions','thumbnail','author' )
to:
'supports' => array( 'title','editor','revisions','thumbnail','author','custom-fields' )
Hi Johan,
That worked perfectly, thank you!
This plugin is a must for every WordPress installation. I actually use the Content Blocks area not just for Widgets, but for anything on a template. I can just use PHP code to call the content block wherever I want it. Everything from a logo, to footer contact information, etc… Amazing job on this over the years!