-
Author
-
October 20, 2016 at 19:26 #140563
meltdown
ParticipantHello – I would like to increase the length of my excerpts. I tried adding the following to my kleo-child functions.php but it had no effect:
function custom_excerpt_length( $length ) {
return 70;
}
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );Any ideas? Thank you
October 20, 2016 at 21:39 #140593Radu
ModeratorInstead of 70 put 300 or a larger value
Tell me where you want to modify the excerpt (screenshot that points out)
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 24, 2016 at 16:42 #140905Radu
ModeratorHi,
When I have investigated the WooCommerce sidebar problem i saw in functions.php the snippet but with wired quotes i’ve corrected that quotes please check now
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 24, 2016 at 18:50 #140957meltdown
ParticipantHi Radu – Nope, the snippet is still much shorter than it should be (I’ve flushed the cache and checked again). Any thoughts?
Thanks again
October 24, 2016 at 20:34 #140995Radu
ModeratorThat it should work, odd try with this instead
http://pastebin.com/raw/bQNqX2TH
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 25, 2016 at 11:57 #141128meltdown
ParticipantThat did the trick – Thank you! I’ve marked this as resolved
October 25, 2016 at 19:25 #141211Radu
ModeratorGreat
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 6, 2017 at 09:40 #154860LittleClue
ParticipantHi, I have the same problem. Changing the excerpt length. Have seen a few posts like that but no solution. Using this code:
<?php
function custom_excerpt_length( $length ) {
return 20;
}
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );
?>March 7, 2017 at 15:20 #154977Radu
ModeratorHi,
Please follow this link: https://archived.seventhqueen.com/forums/topic/excerpt-lenght-in-wordpress-blog-page/#post-154906
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.