Advertisement
Guest User

index.php

a guest
Aug 26th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.02 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. <!-- Container -->
  10.  
  11.  
  12. <div class="CON">
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.   <div class="CON_bg">
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.     <!-- Start SC -->
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.     <div class="SC"><?php if ( is_home() AND !is_paged() ) { ?> <div id="ptitle21"><img src="<?php bloginfo('template_url'); ?>/images/fb.png" type="image/x-icon" />&nbsp;<a href="http://www.facebook.com/pages/Unstage/479984925583">Follow us on Facebook</a></div><div id="ptitle6">Featured Images</div>
  37.  
  38.  
  39.  
  40. <?php $options = array('limit' => 10, 'echo' => 1, 'link' => 'lightbox');
  41.  
  42.  
  43.  
  44. wp_latestphotos($options); ?><?php } ?>
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.       <?php if (have_posts()) : ?>
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.       <?php while (have_posts()) : the_post(); ?>
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.      
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.       <div class="Post" id="post-<?php the_ID(); ?>">
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.         <div class="PostHead"><div id="like"><?php if(function_exists(getILikeThis)) getILikeThis('get'); ?></div>
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.           <div id="ptitle"><a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark">
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.             <?php the_title(); ?>
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.             </a><br> </div>
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.            
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.         </div>
  125.  
  126.  
  127.  
  128. <div class="PostTime">Post Date <strong class="day">
  129.  
  130.  
  131.  
  132.           <?php the_time('j') ?>
  133.  
  134.  
  135.  
  136.           </strong> <strong class="month">
  137.  
  138.  
  139.  
  140.           <?php the_time('M') ?>
  141.  
  142.  
  143.  
  144.           </strong> <strong class="year">
  145.  
  146.  
  147.  
  148.           <?php the_time('Y') ?>
  149.  
  150.  
  151.  
  152.           </strong> <small class="PostAuthor"> - by
  153.  
  154.  
  155.  
  156.           <?php the_author() ?>
  157.  
  158.  
  159.  
  160.           </small> <small class="PostCat">In:
  161.  
  162.  
  163.  
  164.           <?php the_category(', ') ?>
  165.  
  166.  
  167.  
  168.           </small> </div>
  169.  
  170.  
  171.  
  172.      
  173.  
  174.  
  175.  
  176.         <div class="PostContent">
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.           <?php the_content('Click here for more images &raquo;'); ?>
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.         </div>
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.         <p class="postmetadata">Posted <span class="cty"><?php the_category(', ') ?></span></p>
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.         <div class="clr"></div>
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.      
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.         <div class="clr"></div>
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.       </div>
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.       <!--<?php trackback_rdf(); ?>-->
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.       <div class="clr"></div>
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.       <?php endwhile; ?>
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.       <!-- Start Nav -->
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.       <?php if (function_exists('wp_pagenavi')) { ?>
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.       <?php wp_pagenavi(); ?>
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.       <?php } ?>
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.       <!-- End Nav -->
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.       <?php else : ?>
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.       <h2>
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.         <?php _e('Not Found'); ?>
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.       </h2>
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.       <p>
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.         <?php _e('Sorry, no posts matched your criteria.'); ?>
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.       </p>
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.       <?php endif; ?>
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.     </div>
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.     <!-- End SC -->
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.     <?php get_sidebar(); ?>
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.     <div class="clr"></div>
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.   </div>
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408. </div>
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416. <!-- Container -->
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement