Tagged: blog layout, excerpt
-
AuthorPosts
-
August 17, 2015 at 10:01 pm #489163
Hi there!
I found this code in another thread about setting a character limit on excerpts and added it to functions.php:/* * add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }However, when you go to the following pages, you’ll notice the excerpt length is a LOT less than 300 characters.
EXCEPT on this page where the length of the excerpt can be short or very long:
Page 4Any ideas on where I went wrong?
-
This topic was modified 10 years, 2 months ago by
thelistener.
August 17, 2015 at 10:57 pm #489195Hi!
I think the code should be:
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Regards,
JosueAugust 17, 2015 at 11:19 pm #489202I added that to the bottom of the functions.php page and it’s still showing up just the same as it was before…ugh!
August 17, 2015 at 11:30 pm #489205Hi!
Are you copying the code from the forum or from the email?
Let us know!Best regards,
BasilisAugust 17, 2015 at 11:47 pm #489209From the forum (see screenshot)
August 18, 2015 at 4:12 am #489235Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueAugust 18, 2015 at 4:25 am #489241Here you go! :-)
August 18, 2015 at 5:50 am #489268Hi!
Check it now.
Best regards,
JosueAugust 18, 2015 at 4:12 pm #489575Maybe I’m missing something, but it still looks the same.
August 18, 2015 at 9:01 pm #489716Hi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/wv2orC02
Regards,
JosueAugust 19, 2015 at 4:39 am #489804I see that now…where did you input the updated code? I’d like to reduce the amount of characters in the excerpt. THANKS AGAIN!!!!!!!!!!!!!!
August 19, 2015 at 5:08 am #489812Hey!
Check in Plugins > Edit Functions.
Regards,
JosueAugust 19, 2015 at 5:15 am #489816Josue, you are the man. THANKS!
August 19, 2015 at 6:38 am #489833You are welcome, glad to help :)
Regards,
JosueAugust 20, 2015 at 9:04 am #490599Hi!
happy you got the problem solved, I will now lock the topic here, feel free to open a new one if you need assistance.
Cheers!
Basilis -
This topic was modified 10 years, 2 months ago by
-
AuthorPosts
- The topic ‘Excerpt Length functions.php fix not working’ is closed to new replies.
