I think you need to hard code this into your own php file before hand?
more on template tags too
http://codex.ww.wp.xz.cn/Stepping_Into_Template_Tags
For example if you wanted the Title (that you set in the admin section of WP) to appear on your web page you would place the following code into your template file:
<?php the_title(); ?>
Thanks Handysolo that article had what i needed
Warning: Cannot modify header information - headers already sent by (output started at /home/champoli/public_html/sitedev/wp-content/themes/revolution_news-21/page_stories.php:7) in /home/champoli/public_html/sitedev/wp-content/plugins/sidebarLogin.php on line 12
Ok so I got the pages working some what now I get this error?