Пример #1
0
</a></h3>

                    <div class="clr"></div>

                    <?php 
        appthemes_after_post_title();
        ?>

                    <div class="clr"></div>

                    <?php 
        appthemes_before_post_content();
        ?>

                    <p class="post-desc"><?php 
        echo cp_get_content_preview(160);
        ?>
</p>

                    <?php 
        appthemes_after_post_content();
        ?>

                    <div class="clr"></div>

                </div>

                <div class="clr"></div>

            </div><!-- /post-block -->
Пример #2
0
                                        <div class="clr"></div>

										<p><a href="<?php 
        the_permalink();
        ?>
"><?php 
        if (mb_strlen(get_the_title()) >= $cp_options->featured_trim) {
            echo mb_substr(get_the_title(), 0, $cp_options->featured_trim) . '...';
        } else {
            the_title();
        }
        ?>
</a>
</p>
                                        <p style="color:#020202;"><?php 
        echo cp_get_content_preview(20);
        ?>
<a href="<?php 
        echo the_permalink();
        ?>
" style="color:#0054a6; font-size:12px;">read more</a></p>

										

									</li>

								<?php 
    }
    ?>