GetSimple Support Forum
RESOLVED: Get other page's content - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: RESOLVED: Get other page's content (/showthread.php?tid=3458)



RESOLVED: Get other page's content - michaellindahl - 2012-08-21

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?


RESOLVED: Get other page's content - Oleg06 - 2012-08-21

<?php getPageContent('slug'); ?>