Ashley Cameron Design

Ashley Cameron Design

Shop the Creative Design Market

Good afternoon

Custom ‘Read more’ Text

SnippetsWordPress

About a 1 minute read

"The passion that we seek is within every experience; we just have to find it."

Ashley N Cameron


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