Hello guys,
i have installed following template: http://shapebootstrap.net/item/starter-responsive-wordpress-onepage-theme/
The problem is, that on single page, the page builder content is displayed so as i did it. But i have problems with the front page. There is a function that just echoes the content of different posts: echo $post->content;
Can you tip me, if it is possible and how could i do this to programmatically let page builder interpret the content of the post? Here are 2 screenshots:
http://cl.ly/Uo8u
http://cl.ly/UoBm
Best regards,
Edgar
I found out: just maybe it will help someone. Set $post variable to actual post and then just call: the_content();
Hi Edgar
Glad you managed to resolve this issue and thanks for sharing your solution.