• Resolved geggino

    (@geggino)


    Congratulation for this plugin.

    I would like the “text after shortened excerpt” to be a link to the article
    Example

    Title Lorem Ipsum
    is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using (continue)

    (continue) should be a clickable link and open the article.

    any suggestions? Thanks

    • This topic was modified 3 years, 8 months ago by geggino.
Viewing 1 replies (of 1 total)
  • Thread Starter geggino

    (@geggino)

    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.
Viewing 1 replies (of 1 total)
  • The topic ‘link text after excerpt’ is closed to new replies.