Thread Starter
frhng
(@frhng)
what happens if you temporarily deactivate all plugins?
Thanks a lot !
deactivate all plugins and problem solved!
But still i dont know which plug-in problem
Thread Starter
frhng
(@frhng)
Thread Starter
frhng
(@frhng)
Just try to hide this function then try the_excerpt() function
still not work right
Thread Starter
frhng
(@frhng)
i use this in functions.php
function new_excerpt_more($more){
global $post;
return '...<a class="moretag" href=" '. get_permalink($post -> ID) .'"> continue »</a>'; }
add_filter('excerpt_more', 'new_excerpt_more');