Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #484200

    How can I do to set more words into excerpt of blog entries? of content element

    look at:
    http://www.marumartini.com.ar/web/#se-hizo

    #484219

    Hi!

    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,
    Yigit

    #484538

    I put this in functions.php. But dont work in the HOME BLOG ENTRIES
    look at http://www.marumartini.com.ar/web/#se-hizo

    SCROLL DOWN to the 3 news and look

    #484601

    Dont work!…look at http://www.marumartini.com.ar/web/#se-hizo

    Scroll down at ” LO QUE SE HIZO” there are 3 columns blog entries

    #484839

    Hi!

    May we have temporary access to your website so we can take a closer look?

    Regards,
    Dake

    #485323

    Hello look at
    http://www.marumartini.com.ar/web/
    Scroll down at ” LO QUE SE HIZO” there are 3 columns blog entries

    #485328

    Hey!

    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,
    Yigit

    #485581

    Yigit, could you look at my site?. Have recived your accesss?

    #485672

    Hi!

    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,
    Yigit

    #485986

    Hi 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

    #486000

    Hey!

    I changed 100 to 150 in the code and it worked fine. Please adjust the value as needed.

    Cheers!
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.