how to move 'continue reading' to right side & change the number of characters before

  • Anonymous

    #41797
    Quote:
    Ok. It’s my mistake.

    Please try with this code instead:

    function new_excerpt_length() {

    graphene_set_excerpt_length( 50 );

    }

    add_action(‘graphene_before_post_content’, ‘new_excerpt_length’);

    Just to mention, it will work if you have nothing in excerpt field under edit post option, and in theme options you have checked “show excerpt on front page”.

    works perfect.

    thank you, sir!

Viewing 11 post (of 11 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.