• Resolved firenda

    (@firenda)


    HI,
    I want to make excerpt clickable to the post but without text being underlined.
    at the moment I have this added in functions.php

    function clickable_excerpt( $excerpt ) {
    	return '<a href="'. get_the_permalink() .'">'. $excerpt .'</a>';
    }
    add_filter( 'get_the_excerpt', 'clickable_excerpt' );

    So the text is underlined from the start, which I do not want. It needs to get underlined when a mouse is pointed at it,
    please help

    thank you

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘hyperlinked excerpt’ is closed to new replies.