Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Change Portfolio Post Type Excerpt Length

Home / Forums / Virtue Theme / Change Portfolio Post Type Excerpt Length

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
September 13, 2018 at 12:21 pm

Hi there,

How would I modify this code in my child functions.php to make portfolio post type excerpts longer?

add_filter( ‘excerpt_length’, function($length) {
return 20;
} );

Thank you in advance!
Amy

  • The forum ‘Virtue Theme’ is closed to new topics and replies.