Ashley Cameron Design

Ashley Cameron Design

Shop the Creative Design Market

Good afternoon

Custom ‘Read more’ Text

SnippetsWordPress

About a 1 minute read

"I am always doing what I cannot do yet, in order to learn how to do it."

Vincent Van Gogh


1
2
3
function new_excerpt_more($text) {
    return ' [...]';   }
add_filter('excerpt_more', 'new_excerpt_more');