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 need to include another WP page into site’s footer.
When I try to include like described above Page Builder can’t interpreter that content as builder.
$footer_page = get_post(7325, ARRAY_A); $content = apply_filters('the_content', $footer_page['post_content']);
For example, I want to add Number counter into page footer. How I can do that?
Thank you.