GetSimple Support Forum

Full Version: RESOLVED: Get other page's content
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I get other page's content? I know I can get the current page's content by using
Code:
<?php get_page_content(); ?>
However I would like to have a page that includes all the pages content using something like
Code:
<?php get_page_content(slug); ?>
However that does not work. Any ideas?
<?php getPageContent('slug'); ?>