I have a shortcode for my content. This shortcode organizes a couple of things in my posts on the frontend.
However, when I look at my feed, the content in the entirely leaves out any content from my shortcode and only starts after the shortcode content.
When I take the content outside of my shortcode it shows up in the
Why is my shortcode content not showing in the description of the feed? It worked great before I introduced the shortcode!
I have found a similar issue here with no resolution: http://wordpress.org/support/topic/execute-shortcodes-in-feed-content
Update:
So I just read that shortcodes are being stripped by wordpress. How can I prevent this behaviour?
I have also tried this without any luck: the_excerpt and shortcodes
Ok I had to write my own custom excerpt like such: