PageRenderTime 44ms CodeModel.GetById 9ms RepoModel.GetById 1ms app.codeStats 0ms

/blog/wp-content/themes/extinct/sandbox-097/page.php

https://bitbucket.org/sergiohzlz/reportaprod
PHP | 25 lines | 17 code | 8 blank | 0 comment | 1 complexity | 21be304182f50ab42bc25947f3981de8 MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, AGPL-1.0, LGPL-2.1
  1. <?php get_header() ?>
  2. <div id="container">
  3. <div id="content">
  4. <?php the_post() ?>
  5. <div id="post-<?php the_ID(); ?>" class="<?php sandbox_post_class() ?>">
  6. <h2 class="entry-title"><?php the_title(); ?></h2>
  7. <div class="entry-content">
  8. <?php the_content() ?>
  9. <?php link_pages("\t\t\t\t\t<div class='page-link'>".__('Pages: ', 'sandbox'), "</div>\n", 'number'); ?>
  10. <?php edit_post_link(__('Edit', 'sandbox'),'<span class="edit-link">','</span>') ?>
  11. </div>
  12. </div><!-- .post -->
  13. <?php if ( comments_open() ) comments_template() // Add a key+value of "comments" to enable comments on this page ?>
  14. </div><!-- #content -->
  15. </div><!-- #container -->
  16. <?php get_sidebar() ?>
  17. <?php get_footer() ?>