Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tepelstreel

    (@tepelstreel)

    Hi Kevin,

    At the moment it’s not in the widget. But if you change line 89 of the A5_ExcerptClass.php from

    if ($readmore) $this->output.=' <a href="'.$link.'" title="'.$title.'">'.$rmtext.'</a>';

    to

    if ($readmore) $this->output.=' <a href="'.$link.'" title="'.$title.'" class="myClass">'.$rmtext.'</a>';

    it should work. You will loose your class with the next update though.

    Regards,
    Stefan

    Plugin Author tepelstreel

    (@tepelstreel)

    Hello Kevin,

    you can enter your own class for the ‘read more’ link now.

    Regards,
    Stefan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Advanced Featured Post Widget] Add a class to "Read More" text’ is closed to new replies.