Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi i am trying to display the content created with site origin page builder through the get_pages function. but it doesn’t seem to work well for me it either doesn’t display the page builder html format or only the first page content repeated
Hi Xavier
Thanks for reaching out.
get_pages unfortunately isn’t passed through the_content filters. The easiest suggestion would be to use:
https://codex.wordpress.org/Function_Reference/setup_postdata
Hope that helps.
Ok cool ill see if i need that one i actually found another way by calling
For sure. That’ll work :) Glad to hear you’ve made progress.
All the best.