• Resolved Rvervuurt

    (@rvervuurt)


    Hi,

    I have just installed Gridly on a friend of mine’s wordpress website. We are now trying to make the articles on the frontpage look like in the demo, but we can’t figure out how to set up the function that shows the first few sentences on the articles on the front page. I tried with the <!–more–> function, but it doesn’t work.

    Any help is greatly appreciated and the one who can solve the problem gets a cookie ??

    Thanks

    Robbert

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Rvervuurt

    (@rvervuurt)

    Ok, I’m dumb. Apparently I had to turn on the “Excerpts” area in Screen Options ??

    Hi, I’ve encountered the same problem as you, but where exactly are “Screen options”? Thanks!

    @toporfilm: As per the Forum Welcome, please post your own topic. Posting in an existing topic prevents us from being able to track issues by topic. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.

    Julien

    (@juliendargaisse)

    (functions.php)

    ————–

    // hide blank excerpts
    function custom_excerpt_length( $length ) {
    return 40;
    }
    add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );

    ————-

    Move the number 40 as you want ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Gridly – Add front page text’ is closed to new replies.