This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--[if IE 9]> | |
| <style type="text/css> | |
| Your style here | |
| </style> | |
| <![endif]--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if(of_get_option('home_posts') == 'yes') { ?> | |
| <div id="home-posts"> | |
| <?php $recent = new WP_Query("cat=&showposts=" .of_get_option('home_cat_num'). ""); while($recent->have_posts()) : $recent->the_post();?> | |
| <div class="post-highlight clearfix"> | |
| <a href="<?php the_permalink() ?>" rel="noindex"><?php the_post_thumbnail('home-thumbnail'); ?></a> | |
| <h4><a href="<?php the_permalink() ?>" rel="noindex"><?php the_title(); ?></a></h4> | |
| <p class="post-meta"><?php the_time('F j, Y'); ?> / <a href="<?php the_permalink(); ?>#comments"><?php comments_number(__('Make A Comment'), __('1 Comment'), __('% Comments')); ?></a> / <?php the_category(', ') ?></p> | |
| <?php the_content_limit(275, "Read More"); ?> | |
| </div> | |
| <?php endwhile; ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div style="text-align:center;"> | |
| <p>Your Content Here</p> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'supports' => array('title', 'editor', 'thumbnail', 'excerpt', 'page-attributes', 'custom-fields') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if(get_post_meta($post->ID, "blog", $single = true) != ""){ ?> | |
| <span class="twitter"><a href="<?php echo get_post_meta($post->ID, "blog", TRUE); ?>" target="_blank">Blog</a></span> | |
| <?php } ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="coda-slider-wrapper"> | |
| <div id="coda-nav-1" class="coda-nav"> | |
| <ul> | |
| <li class="tab1"><a href="#1"><?php echo ot_option('panel_1'); ?></a></li> | |
| <li class="tab2"><a href="#2"><?php echo ot_option('panel_2'); ?></a></li> | |
| <li class="tab3"><a href="#3"><?php echo ot_option('panel_3'); ?></a></li> | |
| <li class="tab4"><a href="#4"><?php echo ot_option('panel_4'); ?></a></li> | |
| <li class="tab4"><a href="#4">Tab Title</a></li> | |
| <li class="tab4"><a href="#4">Tab Title</a></li> | |
| </ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="coda-slider-wrapper"> | |
| <div id="coda-nav-1" class="coda-nav"> | |
| <ul> | |
| <li class="tab1"><a href="#1"><?php echo ot_option('panel_1'); ?></a></li> | |
| <li class="tab2"><a href="#2"><?php echo ot_option('panel_2'); ?></a></li> | |
| <li class="tab3"><a href="#3"><?php echo ot_option('panel_3'); ?></a></li> | |
| <li class="tab4"><a href="#4"><?php echo ot_option('panel_4'); ?></a></li> | |
| <li class="tab4"><a href="#4">Tab Title</a></li> | |
| <li class="tab4"><a href="#4">Tab Title</a></li> | |
| </ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--[if IE 7]> | |
| <style type="text/css"> | |
| .wrap {margin-top: 140px} | |
| </style> | |
| <![endif]--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--[if lte IE 7]> | |
| <style type="text/css"> | |
| .wrap {margin-top: 140px} | |
| </style> | |
| <![endif]--> |