Shortcode always appear on top of page for wordpress
WordPress plugin renders shortcode on top of page
This is a common mistake and easy to fix !
Solution
Instead of echo'ing things in your shortcode handler function, return the string and do not output using echo nor print.
Et voilà !
Recent Comments