[wp-trac] [WordPress Trac] #49162: Twenty Twenty: Add excerpts text to pages

WordPress Trac noreply at wordpress.org
Thu Jan 9 22:49:37 UTC 2020


#49162: Twenty Twenty: Add excerpts text to pages
-------------------------+-----------------------------
 Reporter:  axsu         |      Owner:  (none)
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Themes       |    Version:
 Severity:  major        |   Keywords:
  Focuses:  template     |
-------------------------+-----------------------------
 Please add extract text to pages.

 I opened a ticket in Twenty Twenty Support forum but they said that it
 needs some code in Functions:
 https://wordpress.org/support/topic/cant-edit-extract-text/

 {{{#!php
 <?php
 add_action( 'init', function() {
     add_post_type_support( 'page', 'excerpt' );
 } );
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/49162>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list