Home › Forums › Lite Version › How to Reduce the excerpt length in post
Tagged: excerpt
- This topic has 5 replies, 1 voice, and was last updated 7 months, 1 week ago by
asd.
- AuthorPosts
Wayne
Guesthow do i reduce the lenghth of the post , can someone help me 🙂
Masonry Guy
KeymasterHi Wayne,
We use the except length as the default of wordpress. However, you can change the length by keeping this code in your functions.php
add_filter('excerpt_length', 'my_excerpt_length'); function my_excerpt_length($length) { return 20; // Change 20 to your desire length }
Hope this helps.
Thanks
Wayne
GuestThanks so much, I have solved the problem 😀
sneha
Guesthow can i add read more link in post excerpt?? and i also want to add share buttons and copy this button in my masonry boxes. I am using free version of this plugin. can not afford pro…plz reply asap. thanks.
Masonry Guy
KeymasterHi Sneha,
You need to edit this file. wp-masonry-layout/themes/default/layout.php. And under line, please add read more link.
But please avoid updating this plugin, if you do you will loose these custom changes.
Thanks
asd
Guestasdasdasd
- AuthorPosts