Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.42 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php get_header(); ?>
  2.  
  3. <!-- Show the welcome box and slideshow only on first page.  Makes for better pagination. -->
  4. <?php if ( $paged < 1 ) { ?>
  5.  
  6. <!-- Begin Welcome Box -->
  7. <?php if (is_home()) include (THEMELIB . '/apps/welcomebox.php'); ?>
  8.  
  9.  
  10. <!-- Begin Blog -->
  11. <?php include (THEMELIB . '/apps/blog.php'); ?>
  12.  
  13. <!-- End Better Pagination -->
  14. <?php } ?>
  15.  
  16.  
  17.  
  18.  
  19.  
  20. <!-- Begin Footer -->
  21. <?php get_footer(); ?>