Пример #1
0
                         <a href="<?php 
    the_permalink();
    ?>
"><?php 
    the_post_thumbnail('thumbnail');
    ?>
</a>
                         <a href="<?php 
    the_permalink();
    ?>
"><h6><?php 
    the_title();
    ?>
</h6></a>                         
                         <?php 
    echo skt_girlie_content(8);
    ?>
                         
                        </div>
                 <?php 
}
?>
                          	
              </div><!--end .col-3-->
                      
               <div class="cols-3 widget-column-3">
               
                <h5><?php 
echo get_theme_mod('contact_title', __('Contact Info', 'skt-girlie'));
?>
</h5> 
Пример #2
0
        the_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a></h2>

                        <div class="blog-meta"><?php 
        echo get_the_date();
        ?>
 | <?php 
        comments_number();
        ?>
</div>
                        <?php 
        echo skt_girlie_content(27);
        ?>
                        <a class="MoreLink"
                           href="<?php 
        the_permalink();
        ?>
"><?php 
        _e('Read more &raquo;', 'skt-girlie');
        ?>
</a>

                        <div class="clear"></div>
                    </div>
                <?php 
    }
    ?>