• Resolved alauer

    (@alauer)


    Hi
    Your plugin puts Quotation Marks around the whole post.
    That does not make sense cause when you put an image below the quote (which can be done) the image is part of the quotation.

    How can i remove the Quotation marks?

    axel

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support andrewsupport

    (@andrewsupport)

    Hi,

    This functionality is not available. We will consider it, and if we deem it necessary, we will make the necessary changes to the plugin.

    If you’re inclined to futz with the code, it’s in /quotes-and-tips/quotes-and-tips.php, at line 474:

    Change

    <i>"' . get_the_content() . '"</i>
    

    to

    <i>' . get_the_content() . '</i>
    

    To strip out the double-quotes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Without Quotation Marks’ is closed to new replies.