Hi @stevejburge
That is not really true.
Some themes render main blocks of their layout (header, content, footer) with “the_content” hook. Using the plugin with them leads to the series box displayed three times (in this particular case) or as many times that the_content hook was called on the page. In that case, the plugin need to be tweaked, so it can render the box content with another hook.
-
This reply was modified 4 years, 6 months ago by yaoviscoder.