Допоможіть!!!!

Avatar

Від anderoy 13-09-2013 15:22:59

Новенький · 1 повідомлень

http://pravoslavia.volyn.ua/video
тут відео, я хочу собі так зробити ....
http://landriy.pp.ua/novyny-dnja/page/1/
як вивести в 2колонки?
Код:

<?php
/**
 * The default template for displaying content
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?>

	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
		<header class="entry-header">
			<?php if ( is_sticky() ) : ?>
				<hgroup>
					<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
					<h3 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h3>
				</hgroup>
			<?php else : ?>
	
			<?php endif; ?>

		<div id="videoBlock"><div>
   <a href="<?php the_permalink() ?>" rel="bookmark">
   <div></div>
  <?php the_post_thumbnail(array(262,165), array('border="0'));?>
   <span style="bottom: -19px;"><?php the_title(); ?> 
      <font>
                <?php the_time('j.F.Y.H.i') ?>
       </font>
    </span>
   </a>
</div> 

	<?php if ( 'post' == get_post_type() ) : ?>
			
			<?php endif; ?>

			<?php if ( comments_open() && ! post_password_required() ) : ?>
			
			<?php endif; ?>
		</header><!-- .entry-header -->

		<?php if ( is_search() ) : // Only display Excerpts for Search ?>
		<div class="entry-summary">
			<?php the_excerpt(); ?>
		</div><!-- .entry-summary -->
		<?php else : ?>
		<div class="entry-content">
			
		</div><!-- .entry-content -->
		<?php endif; ?>