GetSimple Support Forum

Full Version: Component in content
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So on one page I want some HTML... rather than putting it into the content using the Source view and letting it put <p> tags around everything, I figured I'd simply made a Theme Component then display that in the page.

However, it doesn't work.
When I put
Code:
<?php get_component('allsolutionspage'); ?>
then save it turns it into <
Code:
!--?php get_component('allsolutionspage'); ?-->
which obviously causes issues...

How to fix this? Thanks!
you have to use the dynpages plugin

and {% componentname %}
Awesome thank you it's working great! You're a life saver Big Grin