コード例 #1
0
ファイル: footer.php プロジェクト: dbal0/blog
                         <a href="<?php 
    the_permalink();
    ?>
"><?php 
    the_post_thumbnail('thumbnail');
    ?>
</a>
                         <a href="<?php 
    the_permalink();
    ?>
"><h6><?php 
    the_title();
    ?>
</h6></a>                         
                         <?php 
    echo zeroerror_lite_content(12);
    ?>
                         
                        </div>
                 <?php 
}
?>
                  
                    
                </div><!--end .widget-column-3-->
                
                <div class="cols-4 widget-column-4">
                <?php 
if (get_theme_mod('contact_title') !== "") {
    ?>
                   <h5><?php 
コード例 #2
0
ファイル: header.php プロジェクト: jasonralph/jasonralph.org
                ?>
">                      
                                    <a href="<?php 
                the_permalink();
                ?>
">
                                      <?php 
                the_post_thumbnail(array(85, 85, true));
                ?>
                                      <h4><?php 
                the_title();
                ?>
</h4>
                                    </a> 
                                    <?php 
                echo zeroerror_lite_content(20);
                ?>
                                   
                                    </div>
                                    <?php 
            }
            wp_reset_query();
            ?>
                                    
                        <?php 
        } else {
            ?>
                                <div class="one_third <?php 
            if ($p % 3 == 0) {
                echo "last_column";
            }