• I noticed in the source code of any post that I use this plugin the code is duplicated. However, it only shows on the post once. Anyone know why it is duplicated in the source html code of the site twice?

Viewing 1 replies (of 1 total)
  • Plugin Author Kevin Batdorf

    (@kbat82)

    The plugin will store the raw code you type in, as well as the HTML output. WP will render it so that only the data marked as output is sent to the browser though, which is why you only see the one.

    Additionally though, the raw code might be included if you have the copy button enabled, so that users can copy it as you typed it, without the html and formatting.

    Is that what youre seeing?

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.