Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #363740

    Merhabalar,

    Sitemdeki 1 .kutucuktaki alıntı yazısında daha fazla devam etmesini istiyorum bunun için ne yapmam gerekiyor?

    İyi çalışmalar

    #363984

    Hey Ceyhun95!

    Thank you for using Enfold.

    We would like to help but google translate is not that clear on its translation of your inquiry. If you don’t mind, please translate it to english. I’ll ask the rest of the support team to take a look.

    Best regards,
    Ismael

    #364061

    Merhabalar

    Lutfen assagidaki kodu Appearance > Editor bolumunden Functions.php dosyasina ekleyin

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

    #364080

    Çok teşekkür ederim Yiğit bey. Gerçekten çok işime yaradı.

    İyi çalışmalar.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Alıntı yazısının karakterini arttırma’ is closed to new replies.