Tue Nov 14 2023 16:19:48 GMT+0000 (Coordinated Universal Time)
Saved by @Shesek
<?php add_filter( 'excerpt_length', 'custom_excerpt_length' , 999 ) ; function custom_excerpt_length( $length ) { return 20; // number of words. Default is 55. }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments