Advertisement
Guest User

Untitled

a guest
Jan 24th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3.  
  4. <!-- BEGIN CONTENT -->
  5.  
  6. <div id="content">
  7.  
  8. <h1 class="text-center"><?php _e('Why Am I Seeing This Page?', 'gp_lang'); ?></h1>
  9.  
  10. <div class="sc-divider"></div>
  11.  
  12. <h3 class="text-center"><?php _e('Go to', 'gp_lang'); ?> <a href="<?php echo admin_url(); ?>options-reading.php"><?php _e('<em>Settings -> Reading</em>', 'gp_lang'); ?></a><?php _e(', select "A static page" option and from the "Front page" drop down menu select the desired page (leave the Posts page drop down menu empty).', 'gp_lang'); ?></h3>
  13.  
  14. <div class="sc-divider"></div>
  15.  
  16. <h3 class="text-center"><?php _e('For more info on setting up the theme please read the', 'gp_lang'); ?> <a href="http://ghostpool.com/help/<?php echo $dirname; ?>/help.html" target="_blank"><?php _e('help file', 'gp_lang'); ?></a>.</h3>
  17.  
  18. </div>
  19.  
  20. <!-- END CONTENT -->
  21.  
  22.  
  23. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement