コード例 #1
0
" data-post-order="<?php 
    echo $post_order;
    ?>
" data-href="<?php 
    the_permalink();
    ?>
">
    
    
    
    <?php 
    if (smamo_image_filter(get_the_ID())) {
        ?>
    
        <?php 
        if (smamo_has_filtered_thumbnail(get_the_ID(), 'news-preview-small')) {
            ?>

        <div class="archive-img">
            <?php 
            smamo_filtered_thumbnail(get_the_ID(), 'news-preview-small');
            ?>
        </div>

        <?php 
        } else {
            ?>
    
        <div class="archive-img filter">
            <?php 
            the_post_thumbnail('news-preview-small');
コード例 #2
0
 <?php 
    echo $size;
    ?>
" id="news_<?php 
    echo $news->ID;
    ?>
">
            <div>
                
                
                <?php 
    if (smamo_image_filter($news->ID)) {
        ?>
    
                    <?php 
        if (smamo_has_filtered_thumbnail($news->ID, $size)) {
            ?>

                    <div class="news-img">
                        <?php 
            smamo_filtered_thumbnail($news->ID, $size);
            ?>
                    </div>

                    <?php 
        } else {
            ?>

                    <div class="news-img filter">
                        <?php 
            echo get_the_post_thumbnail($news->ID, $size);