I think solved it by myself
edit class-ultimate-post-list-pubblic.php
$more = sprintf(
'<a href="%s"%s>%s</a>',
$escaped_permalink,
$list_settings[ 'link_target' ],
$list_settings[ 'text_after_post_excerpt' ]
);
$excerpt .= $more;
-
This reply was modified 3 years, 8 months ago by geggino.
-
This reply was modified 3 years, 8 months ago by geggino.