Beispiel #1
0
<div id='bump'>
<article class="<?php 
echo page_custom_field('header-style', '');
?>
"> <!-- Dictating the color of the header/nav links -->
<?php 
theme_include('header');
?>

    <section class="article" id="article-<?php 
echo article_id();
?>
">
      <div class="overlay"></div>
      <div class="featured-image" style="background-image: url(<?php 
echo page_custom_field('featured-image', '/themes/balzac/img/soft-trees.jpg');
?>
);"></div>

      <article class="wrap post">
        <header class="post-header">
          <hgroup>
            <h1><?php 
echo page_title();
?>
</h1>
          </hgroup>
        </header>
    
        <?php 
echo page_content();
Beispiel #2
0
        <?php 
theme_include('header');
?>
  
        <article>
        	
        	<section>
	        <h1><?php 
echo page_title();
?>
</h1>
	        <h3><?php 
echo page_custom_field('subheading-page');
?>
</h3>
        	</section>
        	
	        <?php 
echo page_content();
?>
        </article>

        
        
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
        <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
        <script src="_scripts/plugins.js"></script>
        <script src="_scripts/main.js"></script>
   
        <?php 
theme_include('footer');