Example #1
0
                                		<div class="blog-meta"><?php 
            echo get_the_time('j');
            ?>
<br /><?php 
            echo date('M');
            ?>
</div><!-- blog-meta -->
                                        <div class="blog-right"><h4><a href="<?php 
            the_permalink();
            ?>
"><?php 
            the_title();
            ?>
</a></h4>
                                        						<?php 
            echo skt_natureone_content(25);
            ?>
                                                                <a href="<?php 
            esc_url(the_permalink());
            ?>
"><?php 
            _e('Read More...', 'nature-one');
            ?>
</a>
                                        </div><!-- blog-right -->
                                </div><!-- blog-box --><?php 
            if ($j % 2 == 0) {
                ?>
<div class="clear"></div><?php 
            }
            ?>
Example #2
0
	            <div class="post-thumb"><?php 
    the_post_thumbnail();
    ?>
	        <?php 
}
?>
            </div><!-- post-thumb -->
        </header><!-- .entry-header -->
    
        <?php 
if (is_search() || !is_single()) {
    // Only display Excerpts for Search
    ?>
            <div class="entry-summary">
                <?php 
    echo skt_natureone_content(40);
    ?>
                <a class="read-more" href="<?php 
    the_permalink();
    ?>
"><?php 
    _e('Read More &raquo;', 'nature-one');
    ?>
</a>
            </div><!-- .entry-summary -->
        <?php 
} else {
    ?>
            <div class="entry-content">
                <?php 
    the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'nature-one'));
Example #3
0
                ?>
                                                            <h5><?php 
                the_title();
                ?>
</h5>
                                                            	<?php 
                if (has_post_thumbnail()) {
                    ?>
                                                            		<?php 
                    echo skt_natureone_content(15);
                    ?>
                                                                <?php 
                } else {
                    ?>
                                                                	<?php 
                    echo skt_natureone_content(200);
                    ?>
                                                                <?php 
                }
                ?>
                                                                <<a href="<?php 
                esc_url(the_permalink());
                ?>
">><?php 
                _e('Read More', 'nature-one');
                ?>
</a>
                                                        <?php 
            }
            ?>
                                            </div><!-- box-first -->
Example #4
0
            ?>
                                                            <h5><?php 
            the_title();
            ?>
</h5>
                                                              <?php 
            if (has_post_thumbnail()) {
                ?>
                                                                <?php 
                echo skt_natureone_content(15);
                ?>
                                                                <?php 
            } else {
                ?>
                                                                  <?php 
                echo skt_natureone_content(32);
                ?>
                                                                <?php 
            }
            ?>
                                                                <a href="<?php 
            esc_url(the_permalink());
            ?>
">><?php 
            _e('Read More', 'nature-one');
            ?>
</a>
                                                        <?php 
        }
        ?>
                                            </div><!-- box-first -->