This topic has 3 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #159505
     quickbro
    Participant

    1. I need to change portfolio’s excerpt length. How can I do it?
    I tried to add the following code to functions.php file:

    function custom_excerpt_length( $length ) {
    return 100;
    }
    add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );

    It doest’t work.

    2. I’d like to change the excerpt length on Pinterest styled main page as well. Standard code doesn’t work; I tried but I didn’t find answer on support site. Is it possible to do?

    I am not a programmer.
    Thanks on advance.

    #159506
     quickbro
    Participant
    Not marked as solution
    #159630
     Laura
    Moderator
    Not marked as solution
    #159656
     Radu
    Moderator
    Not marked as solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?