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

    (@vanderwijk)

    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' )

    Thread Starter robertallen

    (@robertallen)

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enable Custom Field Area in WP Editor’ is closed to new replies.