コード例 #1
0
                        <?php 
        echo has_post_thumbnail($news->ID) ? get_the_post_thumbnail($news->ID, "thumbnail") : '<img src="' . get_template_url() . '/img/vinny-news.jpg" alt="News">';
        ?>
                        <h4 class="heading"><?php 
        echo $news->post_title;
        ?>
</h4>
                        <span class="by"> - <?php 
        echo date("M d", strtotime($news->post_date));
        ?>
 by <?php 
        echo the_author_meta('display_name', $news->post_author);
        ?>
</span>
                        <p><?php 
        echo stringTruncate(strip_tags($news->post_content), 400, "#");
        ?>
                        </p>
                    </div>
                    <div class="moreNewsBlock">
                        <h4 class="heading"><?php 
        echo $news->post_title;
        ?>
</h4>
                        <span class="by"> - <?php 
        echo date("M d", strtotime($news->post_date));
        ?>
 by <?php 
        echo the_author_meta('display_name', $news->post_author);
        ?>
</span>
コード例 #2
0
ファイル: test.php プロジェクト: fixbugs/tips
 public function testtrunc()
 {
     $ts = 'abcdefghijklmnopqrstuvwxyz';
     var_dump(stringTruncate($ts, 10, ''));
 }
コード例 #3
0
ファイル: news.php プロジェクト: swapnildahiphale/wordpress
            <?php 
        echo has_post_thumbnail($post->ID) ? get_the_post_thumbnail($post->ID, "thumbnail") : '<img src="' . get_template_url() . '/img/vinny-news.jpg" alt="News">';
        ?>
            <h4 class="heading"><?php 
        echo $post->post_title;
        ?>
</h4>
            <span class="by"> - <?php 
        echo date("M d", strtotime($post->post_date));
        ?>
 by <?php 
        echo the_author_meta('display_name', $post->post_author);
        ?>
</span>
            <p><?php 
        echo stringTruncate(strip_tags($post->post_content), 450, "#");
        ?>
            </p>
        </div>
        <div class="moreNewsBlock">
<!--            <img src="--><?php 
        //echo get_template_url();
        ?>
<!--/img/vinny-news.jpg" alt="News" class="moreNewsBlockImg">-->
            <h4 class="heading"><?php 
        echo $post->post_title;
        ?>
</h4>
            <span class="by"> - <?php 
        echo date("M d", strtotime($post->post_date));
        ?>