Ejemplo n.º 1
0
						
							<!-- ARTICLE IMAGE -->
							<div id="feature-image">
							
								<?php 
            the_post_thumbnail('feature_image_524x373');
            ?>
								
							</div>
						
						<?php 
        }
        ?>
						
						<?php 
        raw_excerpt('excerptlength_blog_long', 'excerptmore');
        ?>

						<a href="<?php 
        the_permalink();
        ?>
" class="button right"><?php 
        _e('More', 'raw_theme');
        ?>
+</a>
					
					</article>
				
				<?php 
    }
    ?>
							<!-- Without Featured Image -->						
							<div class="article-wrapper type-text <?php 
                echo $categories_list;
                ?>
">
								
								<article>
								
									<h1><?php 
                the_title();
                ?>
</h1>
				
									<section>
										<?php 
                raw_excerpt('excerptlength_portfolio', 'excerptmore');
                ?>
			
									</section>
									
									<footer class="post-meta">
										
										<a href="<?php 
                the_permalink();
                ?>
" class="more-link"><?php 
                _e('More', 'raw_theme');
                ?>
+</a>
										
									</footer>