-
AuthorPosts
-
August 6, 2015 at 10:52 pm #484200
How can I do to set more words into excerpt of blog entries? of content element
August 6, 2015 at 11:57 pm #484219Hi!
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; }and adjust 100 as needed
Regards,
YigitAugust 7, 2015 at 2:20 pm #484538I put this in functions.php. But dont work in the HOME BLOG ENTRIES
look at http://www.marumartini.com.ar/web/#se-hizoSCROLL DOWN to the 3 news and look
August 7, 2015 at 4:35 pm #484601Dont work!…look at http://www.marumartini.com.ar/web/#se-hizo
Scroll down at ” LO QUE SE HIZO” there are 3 columns blog entries
August 8, 2015 at 7:20 pm #484839Hi!
May we have temporary access to your website so we can take a closer look?
Regards,
DakeAugust 10, 2015 at 2:26 pm #485323Hello look at
http://www.marumartini.com.ar/web/
Scroll down at ” LO QUE SE HIZO” there are 3 columns blog entriesAugust 10, 2015 at 2:30 pm #485328Hey!
Do you mind creating a temporary admin login and posting it here privately?
We saw that it is not working when you made your second post, we just want to check the code :)Regards,
YigitAugust 10, 2015 at 8:00 pm #485581Yigit, could you look at my site?. Have recived your accesss?
August 11, 2015 at 1:37 am #485672Hi!
We can see your site and we can see that excerpt has not changed. We are asking for admin logins to your WordPress dashboard to check the code. You can use (Email address hidden if logged out) as email but please post login credentials here privately.
Best regards,
YigitAugust 11, 2015 at 3:22 pm #485986Hi Yigit, i cant send you an email
“A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:”I put the credentials privatly here
August 11, 2015 at 3:34 pm #486000 -
AuthorPosts
- You must be logged in to reply to this topic.
