PageRenderTime 102ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/blog/wp-content/themes/digg3/browse.php

https://bitbucket.org/sergiohzlz/reportaprod
PHP | 9 lines | 5 code | 4 blank | 0 comment | 2 complexity | 92444fe2823259a0f2b10b37fcace6b6 MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, AGPL-1.0, LGPL-2.1
  1. <?php if (is_single()) : ?>
  2. <div class="browse"><?php previous_post_link('&laquo; %link') ?> <?php next_post_link(' %link &raquo;') ?></div>
  3. <?php else : ?>
  4. <div class="browse"><?php posts_nav_link() ?></div>
  5. <?php endif; ?>