コード例 #1
0
    <div class="container">
    <div class="grid-row col-2">
      <div class="event-header-logo">
           <?php 
        the_post_thumbnail("event-logo");
        ?>
      </div>
      <div class="event-header-date">
        <h3><?php 
        echo strip_tags(multieditDisplay('eventdate', true));
        ?>
</h3>
      </div>
      <div class="event-header-reg">
       <h3><?php 
        echo strip_tags(multieditDisplay('eventregistration', true));
        ?>
</h3>

    

       <?php 
        $register_button = get_post_meta($post->ID, 'register_button', true);
        if ($register_button) {
            ?>
<a href="<?php 
            echo $register_button;
            ?>
" class="register">Register Now</a>

<?php 
コード例 #2
0
ファイル: template-demo.php プロジェクト: bensethro/runcyb
        </h2>
        <?php 
        the_content();
        ?>
       

      </div>
      <div class="grid-unit">
        <aside>
          <?php 
        multieditDisplay('Info');
        ?>
        </aside>
        <aside>
          <?php 
        multieditDisplay('Quote');
        ?>
    
      </div>
    </div>
  </div>
  <!-- .container --> 
</section>
<section role="main" class="site-content testimonials">
  <div class="container">
    <?php 
        do_action('woothemes_testimonials', array('limit' => 3, 'display_author' => true, 'category' => 11));
        ?>
  </div>
</section>
<?php 
コード例 #3
0
ファイル: template-shop.php プロジェクト: bensethro/runcyb
      
 
        <?php 
        the_content();
        ?>
        
         <?php 
        wp_reset_query();
        ?>
        <?php 
    }
}
?>
 
<div class="bluebox"><p><?php 
echo strip_tags(multieditDisplay('demopromo', true));
?>
</p><a href="+" class="button	">DEMO CENTER</a></div>
      </div>
      <div class="grid-unit">
      <img src="<?php 
bloginfo('template_url');
?>
/img/tempimages.png" />
     
      </div>
    </div>
  </div>
</section>	  

	 
コード例 #4
0
ファイル: template-home.php プロジェクト: bensethro/runcyb
    ?>
">
        <div class="event-logo"><?php 
    the_post_thumbnail("event-logo");
    ?>
</div>
        <div class="event-content">
          <h4><?php 
    the_title();
    ?>
 | <span class="date"><?php 
    echo strip_tags(multieditDisplay('eventdate', true));
    ?>
</span></h4>
          <p><?php 
    echo strip_tags(multieditDisplay('intromessage', true));
    ?>
</p>
        </div>
      </a>
      <?php 
}
wp_reset_query();
//this is the most important function, this makes sure the the query resets so wordpress' loop can kick in
?>
    
    </div>
  </div>
</section>