コード例 #1
0
ファイル: psomic.php プロジェクト: TimurMG/mg-red
    echo get_the_date('d M  H:i');
    ?>
                    </div>

								<?php 
    get_image_thumb(get_the_ID(), array(300, 180));
    ?>
</a>
<div class="txt">
								<a href="<?php 
    the_permalink();
    ?>
">

								<?php 
    the_title_shorten(36);
    ?>

                                </a>

                                
<div style="height: 80px; overflow: hidden;   color: #898989;
  line-height: 18px;
  font-family: Tahoma;
  font-size: 14px;
">
                                <?php 
    echo htmlspecialchars(kama_excerpt('maxchar=120&echo'));
    ?>
</div>
</div>
コード例 #2
0
ファイル: related-news.php プロジェクト: TimurMG/mg-red
            ?>
"><?php 
            get_image_thumb(get_the_ID(), array(64, 64), true);
            ?>
</a>
            <?php 
        }
        ?>
            <h2 class="title"><a href="<?php 
        the_permalink();
        ?>
" title="<?php 
        the_title();
        ?>
"><?php 
        the_title_shorten(50);
        ?>
</a></h2>
            <span class="comments"><i class="comments-ico"></i><?php 
        comments_number('0', '1', '%');
        ?>
</span>
            <span class="views"><i class="views-ico"></i><?php 
        $views = get_post_meta(get_the_ID(), 'views', true);
        echo empty($views) ? '0' : $views;
        ?>
</span>
        </li>
        <?php 
    }
    wp_reset_postdata();
コード例 #3
0
ファイル: header-som.php プロジェクト: TimurMG/mg-red
        ?>

				<li>

                <a style="text-decoration:none;" href="<?php 
        the_permalink();
        ?>
" title="<?php 
        echo htmlspecialchars(get_the_title());
        ?>
">

				<div class="txt-slide">

                <?php 
        the_title_shorten(150);
        ?>

                </div>

				<?php 
        get_image_thumb(get_the_ID(), array(1340, 200));
        ?>

                </a>

                </li>

			<?php 
    }
    wp_reset_postdata();