Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1066451

    Hi,
    can I put a function that allows to “cut” the news title?
    I only find the function tu cut the excerpt
    add_filter(‘avf_postgrid_excerpt_length’,’avf_increase_postgrid_excerpt_length’, 10, 1);

    function avf_increase_postgrid_excerpt_length($prepare_excerpt) {
    $prepare_excerpt = 80;
    return $prepare_excerpt;
    }
    but not the title one
    Thank you!
    federica

    #1066814

    Hey federica_alice,

    I’m not sure I understand what you are looking to achieve, could you try to explain a bit further please?

    Best regards,
    Rikard

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