How do I include a Page within a Page
-
I am currently using the AWSOM News Announcement plugin on my home page, but I need to be able to include TWO announcement areas and this plugin only supports the inclusion of ONE.
So, I guess my first question is does anyone know of another plugin that works in a similar way that allows more than one news module?
And if not, here’s my next question. Is it possible to include a Page within a Page in WordPress? I am thinking to create the div for the announcement block and then using a PHP include to pull in another WP page that is excluded from the navigation. Does that make sense?
I tried using this type of thing to include a page, but all I got were errors:
<?php include(TEMPLATEPATH . '/left.php'); ?>
- The topic ‘How do I include a Page within a Page’ is closed to new replies.