Ashley Cameron Design

Ashley Cameron Design

Shop the Creative Design Market

Good afternoon

Custom ‘Read more’ Text

SnippetsWordPress

About a 1 minute read

"It is the supreme art of the teacher to awaken joy in creative expression and knowledge."

Albert Einstein


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