change […] in excerpt
-
I want to change that […] when an excerpt is displayed.
I’ve found that […] in /wp-includes/functions-formatting.php on line 732. It says:
array_push($words, '[...]');I’ve changed this to:
array_push($words, '...<br /><br /><a href:"'.get_permalink.'">read more</a>);
But it doesn’t work…That gives me a PHP error.
Does anyone has an idea what I’m doing wrong?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘change […] in excerpt’ is closed to new replies.