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
- Make Themler slider pull WP content, posts
- Output Posts by category on the page inside Widget Area
- Easy editable Themler slider without Themler (ACF PRO licence required)