// read more link
add_filter('the_excerpt', 'wma_readmore');
function wma_readmore($output) {
return $output .'';
}
Bu kodu bir deneyin bakalım.
// read more link
add_filter('the_excerpt', 'wma_readmore');
function wma_readmore($output) {
return $output .'';
}