</div>
                    <div class="info-text"><img src="<?php 
        echo get_template_directory_uri();
        ?>
/style/img/comments.png" /><br /><a href="<?php 
        the_permalink();
        ?>
"><?php 
        echo comments_number('0', '1', '%');
        ?>
</a></div>
                </div>

                <div class="blog-content-holder">
                    <div class="blog-post-text  shortcodes"><?php 
        the_excerpt_length(800);
        ?>
</div>
                    <a class="blog-cell_read_more" href="<?php 
        the_permalink();
        ?>
"><?php 
        _e('More', tk_theme_name);
        ?>
</a>
                </div>

                <div class="clear-both"></div>
                <div class="post-separator"></div>
                <div class="clear-both"></div>
            </div><!--closes one_cell-->
        the_title();
        ?>
">
                        <?php 
        the_post_thumbnail();
        ?>
                    </a>
                </div>
            <?php 
    }
    ?>
            <div class="<?php 
    if (has_post_thumbnail()) {
        echo 'span6';
    } else {
        echo 'span8';
    }
    ?>
">
                <p><?php 
    the_excerpt_length(340);
    ?>
</p>
            </div><!-- .span6 or .span8 -->
        </div><!-- /.row -->
    </div><!-- /.row -->
    <?php 
}
// close if is single
?>
</div><!-- /.post_class -->
Example #3
0
        echo $fullwidth;
        ?>
">

                        <?php 
        if (has_post_thumbnail()) {
            ?>
                             <p><?php 
            the_excerpt_length(270);
            ?>
</p>
                        <?php 
        } else {
            ?>
                            <p><?php 
            the_excerpt_length(400);
            ?>
</p>
                         <?php 
        }
        ?>
                           
                            <a href="<?php 
        the_permalink();
        ?>
"><?php 
        _e('Read moreā€¦', tk_theme_name);
        ?>
</a>
                        </div><!--/service-text-->
                    </div><!--/service-one-->
                echo '<div class="front-blank-image"></div>';
            }
            ?>
                        </div>
                    </div>
                </div><!--ends page-image-holder -->

                <div class="front-post-title"><a href="<?php 
            the_permalink();
            ?>
"><?php 
            the_title();
            ?>
</a></div>
                <div class="front-post-text"><?php 
            the_excerpt_length(100);
            ?>
</div>
                <a class="cell_read_more" href="<?php 
            the_permalink();
            ?>
"><?php 
            _e('More', tk_theme_name);
            ?>
</a>
                <div class="clear-both"></div>
            </div><!--closes one_cell-->
            
            <?php 
            $i++;
            ?>
Example #5
0
                ?>
</li>
                            </ul>
                        </div><!--/home-latest-news-category-->
                    </div><!--/home-latest-news-right-->
                    <?php 
            }
        }
        ?>

                    <?php 
        if ($format !== 'image') {
            ?>
                        <div class="home-latest-news-text left">
                            <p><?php 
            the_excerpt_length(260);
            ?>
</p>
                        </div><!--/home-latest-news-text-->
                        <div class="blog-read-more left"><a href="<?php 
            the_permalink();
            ?>
"><?php 
            _e('Read more...', tk_theme_name);
            ?>
</a></div><!--/blog-read-more-->
                    <?php 
        }
        ?>

                </div><!--/blog-one-->
Example #6
0
        ?>
"><?php 
        the_title();
        ?>
</a>
                                        <?php 
        if ($member_title) {
            ?>
<span><?php 
            echo $member_title;
            ?>
</span><?php 
        }
        ?>
                                        <p><?php 
        the_excerpt_length(60);
        ?>
</p>
                                    </div><!--/meat-our-team-one-text-->
                                </div><!--/teams-images-one-->

                    <?php 
    }
    ?>
                    <?php 
} else {
    ?>
                    <?php 
}
?>