Viewing 3 replies - 1 through 3 (of 3 total)
  • Yep, I took out the div that wraps the permalink:
    I changed line 82 (ish) from $excerpt .= "<div class=\"more-link\"> <a href=\"". get_permalink() . "#more-$id\">$more_link_text</a></div>";
    to $excerpt .= "<a href=\"". get_permalink() . "#more-$id\">$more_link_text</a>";
    I guess you could swap the div for a span instead.

    Easier option is to place this in your style.css:

    .more-link {
    display: inline;
    }

    Thread Starter anthonyqkiernan

    (@anthonyqkiernan)

    Cool. Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the_excerpt Reloaded’ is closed to new replies.