I have a blog where in sidebar, I need to fetch posts belonging to video category. Now Videos are embedded using shortcodes. But since the_content is used to show the posts in sidebar, any text and even image in a video post gets shown in sidebar which makes it messy.
How to filter the_content so that only shortcodes display in that sidebar and rest of content gets filtered out.