Zamień fragment wielokropka na Permalink - CSS-Tricks

Anonim

Jest to przydatne, jeśli chcesz zamienić wielokropek (…) z fragmentu na bezpośredni link do posta.

functions.php dodawanie:

function replace_excerpt($content) ( return str_replace('(… )', ' Continue Reading ', $content ); ) add_filter('the_excerpt', 'replace_excerpt');