Custom Shortcode goes to top
-
I made a shortcode for the recent posts in a category. The output renders outside of the flow of the document (not in the css of the document).
I used ob_start(); and it fixed the problem. However, I’ve read that it uses a lot of memory and can cause conflicts with plugins. What is the alternative to get custom shortcodes to work correctly?
Thank you,
John
The topic ‘Custom Shortcode goes to top’ is closed to new replies.