• Hi!

    How would I change or remove the … part in the excerpt? I already added a ‘Read more’ link, I just need to make a few light edits to the ellipsis.

    Thanks a lot!

    Rosa

Viewing 1 replies (of 1 total)
  • \omega\partials\entry.php

    if ( ‘excerpts’ === get_theme_mod( ‘post_excerpt’, ‘excerpts’ ) ) {
    if ( get_theme_mod( ‘excerpt_chars_limit’, 0 ) ) {
    the_content_limit( (int) get_theme_mod( ‘excerpt_chars_limit’ ), get_theme_mod( ‘more_text’, ‘[Read more…]‘ ) );
    } else {
    the_excerpt();
    }
    }

    But when I change this [Read more..] into my language site doesn’t work, wierd…

Viewing 1 replies (of 1 total)
  • The topic ‘Change … in excerpt’ is closed to new replies.