Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RESOLVED: Get other page's content
#1
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?
Reply
#2
<?php getPageContent('slug'); ?>
Reply




Users browsing this thread: 1 Guest(s)