• First of all, I couldn’t be happier with this widget. Hats off to the auothor, if he/she reads this.

    I’m using Quotes Collection (Plugin URL: http://srinig.com/wordpress/plugins/quotes-collection/) a slightly different way than intended: as a Random Fact box. This means I’d have to remove the quotation marks. I’ve had a look in the theme editor, but considering the huge amount of code behind the scenes, I don’t even know where to begin.

    Could anyone more CSS savvy than I point me in the right direction?

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • on quotes-collection.php file, find this line (should b line 159)

    $display = “<p><q>”. $random_quote[‘quote’] .”</q>”;

    replace for:

    $display = “<p>”. $random_quote[‘quote’] .”</p>”;

    This is awesome, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Quotes Collection] Removing Quotation Marks’ is closed to new replies.