-
AuthorPosts
-
March 31, 2017 at 3:33 pm #770011
Hello,
i want to decrease the length of excerpts to my posts. I have applied many php codes on functions.php, but they don’t work.
I use advanced layout builder and i have selected from Content Elements (Blog Posts). More information for (Blog Posts) – Blog Style (Grid Layout), Define Blog Grid layout (Title and Excerpt).
Which is right php code to decrease Excerpt Length?
Thank you.
April 4, 2017 at 9:59 am #771604Hello,
any idea for that?
Thank you
April 4, 2017 at 2:12 pm #771773Hi,
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Best regards,
YigitApril 4, 2017 at 2:41 pm #771797Hello Yigit,
sorry that doesn’t work for me. I want to decrease the length of excerpt in that page *(News). I want to have a max length of excerpts. If you have write more than 15 words, don’t show the other words.
Thank you
April 6, 2017 at 1:57 pm #773182Hey!
Have you tried the code as following?
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 15; return $length; }Cheers!
YigitApril 6, 2017 at 2:49 pm #773223April 6, 2017 at 3:16 pm #773239Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitMay 3, 2017 at 10:17 am #786994Hello,
i have done. Close it.
Thank you.
May 3, 2017 at 12:27 pm #787060Hi! We’re glad that the solution worked for you.
Please let us know here in the forums if you need help with anything else.
Best regards,
SarahMay 4, 2017 at 9:23 am #787657Hello,
thank you for your help. Close it.
-
AuthorPosts
- The topic ‘Decrease Excerpt Lenght of Posts’ is closed to new replies.
