How to parse shortcodes everywhere

In case you need to parse WP shortcodes everywhere in the theme (for example, inside Text control) please add the following code to the Themler Settings >> CMS Code:

add_filter('theme_body', 'do_shortcode');

How to Show Posts from Specific Category on the Front Page

Please refer to this article.
This solution can му used for any WP Page, not just for front page.

See Also

Tutorials from our customers

### How to parse shortcodes everywhere In case you need to parse WP shortcodes everywhere in the theme (for example, inside Text control) please add the following code to the Themler Settings >> CMS Code: `add_filter('theme_body', 'do_shortcode');` ###How to Show Posts from Specific Category on the Front Page Please refer to [this article](page:40262). This solution can му used for any WP Page, not just for front page. ## See Also ### Tutorials from our customers - [Make Themler slider pull WP content, posts](page:56406) - [Output Posts by category on the page inside Widget Area](page:10934) - [Easy editable Themler slider without Themler (ACF PRO licence required)](page:125207)