Example #1
0
                <div class="article_image">
                    <img src="<?php 
        echo get_template_directory_uri();
        ?>
/img/Greece.png" />
                </div>
                <div class="article_texte">
                    <h3><a href="<?php 
        the_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a></h3>
                    <p><?php 
        echo excerpt_home();
        ?>
</p>
                </div>
                <div class="article_auteur">
                    <div class="left">
                        <span class="nom"><?php 
        the_author();
        ?>
</span>
                        <br />
                        <i class="fa fa-pencil"></i><span class="date"><?php 
        the_time('l j F Y');
        ?>
</span></div>
                    <div class="right">
Example #2
0
                ?>
</a>
		<?php 
            }
            ?>
		</div>
		<div class="tit-intro">
			<h4><a href="<?php 
            the_permalink();
            ?>
"><?php 
            the_title();
            ?>
</a></h4>
			<p><?php 
            excerpt_home();
            ?>
</p>
		</div>
	</li>
	<?php 
        } else {
            ?>
	
	<li><a href="<?php 
            the_permalink();
            ?>
" title="<?php 
            the_title();
            ?>
"><?php