Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php get_header(); ?>
  2.   <div id="bd" class="yui-navset">
  3.        
  4.     <div id="yui-main">
  5.         <div class="yui-b" >
  6.             <div class="yui-ge">
  7.      
  8.       <div class="yui-u first">
  9.  
  10. <!-- item -->
  11. <div id="content_bg_top"></div>
  12.         <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
  13.         <div class="item entry" id="post-<?php the_ID(); ?>">
  14.                  <div class="itemhead">
  15.                           <h3><?php the_title(); ?></h3>
  16.                           <div id="kreska_post"></div>
  17.                  </div>
  18.                  <div class="storycontent">
  19.  
  20.                 <?php the_content(); ?>
  21.  
  22.                 <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
  23.  
  24.             </div>
  25.         </div>
  26.  
  27.  
  28. <!-- end item -->
  29.  
  30.         <?php endwhile; ?>
  31.        
  32.     <?php endif; ?>
  33. <!-- end content -->
  34. <!-- 2nd sidebar -->
  35. <div id="content_bg_bottom"></div>
  36. </div><!-- end yiu-u -->
  37.  
  38. <div class="yui-u" id="third1"><div class="menu1"></div><div id="bgbg"><div id="bgbgnaglowek"></div><?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('rightsidebar') ) : ?><h4>Extra Column</h4><p>Lorem ipsum</p><?php endif; ?></div><div class="menu2"></div></div>
  39. <!-- end 2nd sidebar -->
  40.             </div>
  41.         </div>
  42.     </div>
  43.     <div class="yui-b" id="secondary">
  44.  
  45. <?php get_sidebar(); ?>
  46.  
  47.     </div>
  48.   </div>
  49. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement