Pligg Pages are used to display static content. Examples of pages might be an about page, terms of use, license and other pages that don't require comments, votes and other features that Pligg stories use.
When you add a page to your site, a link to that page
IS NOT placed in your template automatically. We do not insert a link because each person or template author might have a different opinion on where a link should go, or whether the page even deserves a link. We leave it up to each individual user to insert a link to their pages using their templates.
Database
Page data is stored in the same database table as story data, under pligg_links.
Customization
If you would like to use of {php} and other smarty tags in pages you must change the line in
page_center.tpl from
to
Code:
{eval var=$page_content} After making this change you will then be able to embed PHP and Smarty code into the content area of your page.