Comments Stephanie started the conversationJune 28, 2016 at 12:14amHi there, I'm wondering where I would change the length of the excerpt for the grid blog type. Classical navigation. Thank you 895TheFox repliedJune 28, 2016 at 7:26amHello Stephanie, thanks for purchasing Thefox!To change the excerpt length for the grid blog type the easiest way is to add a custom functions to the functions.php file, would be nice to use a child theme for your case.What you need to add : function custom_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );Then change 20 to the number of word you want to use.Do not hesitate to contact us if you have more questions. Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Stephanie repliedJune 28, 2016 at 9:33pmGreat. Thank you 895TheFox repliedJune 29, 2016 at 5:44amYou're welcome!Do not hesitate to contact us if you have more questions. Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hi there,
I'm wondering where I would change the length of the excerpt for the grid blog type. Classical navigation.
Thank you
Hello Stephanie, thanks for purchasing Thefox!
To change the excerpt length for the grid blog type the easiest way is to add a custom functions to the functions.php file, would be nice to use a child theme for your case.
What you need to add :
Then change 20 to the number of word you want to use.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Great. Thank you
You're welcome!
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme