Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Read more link into button?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42281
    johnjf
    Member

    I’m trying to change the read more link on my wordpress post excerpts from a read more link to a button.

    is this possible? if so how could I achieve this?

    I’m using the

    and my function is

    function new_excerpt_more($more) {
    global $post;
    return ‘ 
    ID) . ‘”>’ . ‘Read More »’ . ‘‘;
    }
    add_filter(‘excerpt_more’, ‘new_excerpt_more’);
    ?>

    #122422
    johnjf
    Member

    hmm my function didn’t show up properly, anyway I’m sure some of you get the idea?

    Thanks for the help if anyone can help me out on this.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.