Merhabalar,
Sitemdeki 1 .kutucuktaki alıntı yazısında daha fazla devam etmesini istiyorum bunun için ne yapmam gerekiyor?
İyi çalışmalar
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
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
Çok teşekkür ederim Yiğit bey. Gerçekten çok işime yaradı.
İyi çalışmalar.