Home › Forums › Lite Version › Full Text instead of Summary
- This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by
Masonry Guy.
Viewing 6 posts - 1 through 6 (of 6 total)
- AuthorPosts
eduardw
GuestMasonry Guy
KeymasterHi Eduardw,
You can add this in your functions.php
add_filter('excerpt_length', 'my_excerpt_length'); function my_excerpt_length($length) { if (is_home()): return 9999999; else: return 20; endif; }
This should do for you.
Thanks
eduardw
GuestHello!
I have a problem with the sharing icons for the partner networks on the start page. All icons share the same post, the first that appears at the beginning. This is repeated in all posts.
You could verify what you are following. I tried but I could not solve the problem.Masonry Guy
KeymasterHi eduardw,
Can you please send me that page url ?
Thanks
eduardw
GuestMasonry Guy
KeymasterHi eduardw,
From where did you got those social share icons ? Was that custom coded ? It is not from our plugin’s inbuilt social share. I think from this plugin. (https://wordpress.org/plugins/sassy-social-share/)
So please use our plugin’s social share.
Thanks
- AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)