Пример #1
0
	<header id="logo" class="stick">
		<a href="#start"><h1>Dinner and a Suit</h1></a>
	</header>
	
	<aside id="audio">
		<a href="http://soundcloud.com/dinnerandasuit/sets/player/s-CgbPO" class="sc-player">Official Player</a>
	</aside>
	
	<div id="start" class="wrapper">
		<div id="content" class="clearfix" role="main">
			
			<!-- Video -->
			<section id="video">
				
				<?php 
featured_video();
?>
				
			</section>
			<!-- END Video -->
			
			<!-- Twitter Feed -->
			<section id="twitter">
				<h2><span>Twitter Feed</span></h2>
				
				<div class="feed"></div>
				
			</section>
			<!-- END Twitter Feed -->
			
			<!-- Social -->
Пример #2
0
<?php get_header(); ?>

<?php 
	if ( has_post_thumbnail()) {
		$bg = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'homepage-image');
	}
?>

	<div id="header-intro" style="background: #a7a9ac url('<?php echo $bg[0]; ?>') top center no-repeat;">
		
		<div class="container">
			<div class="row">
				
				<div class="span8">
					<div id="video">
			            <?php featured_video(); ?>
					</div>
				</div>
				
				<div class="span4">
					<div id="welcome">
						<div class="wrapper">
							<div class="scroll">
							<?php while (have_posts()) : the_post(); ?>
								<?php the_content(); ?>
							<?php endwhile; ?>
							</div>      
						</div>
					</div>
				</div>