} else {
                ?>
                            <div class="slide-noimg"><?php 
                _e('No featured image set for this post.', 'magazino');
                ?>
</div>
                         <?php 
            }
            ?>
                         <div class="slide-content">
                            <h2 class="slide-title"><?php 
            the_title();
            ?>
</h2>
                         	<?php 
            echo magazino_excerpt(25);
            ?>
	
                         </div>						
                      </div>
                    </div>
                    <?php 
        }
        ?>

                    <?php 
        wp_reset_postdata();
        // reset the query
        ?>
                  
                  <?php 
Пример #2
0
?>
        <h2 class="entry-title"><a href="<?php 
the_permalink();
?>
" title="<?php 
printf(esc_attr__('Permalink to %s', 'magazino'), the_title_attribute('echo=0'));
?>
" rel="bookmark"><?php 
the_title();
?>
</a></h2>		
    </header><!-- .entry-header -->
    
    <div class="entry-content post_content">
        <?php 
echo magazino_excerpt(12);
?>
    </div><!-- .entry-content -->
    
    <div class="go-button"><a href="<?php 
the_permalink();
?>
" title="<?php 
printf(esc_attr__('Permalink to %s', 'magazino'), the_title_attribute('echo=0'));
?>
" rel="bookmark"><?php 
_e('&#9654;', 'magazino');
?>
</a></div>
    
	<?php