Current File : /home/kelaby89/teamhachem.com/wp-content/themes/artkombat/tmpl/post-formats/list-quote.php
<?php
/**
 * Quote post format
 */

$post_class = '';

?>
<article id="post-<?php the_ID(); ?>" <?php post_class( esc_attr($post_class) ); ?>>
	<blockquote>
		<cite><?php echo the_title(); ?></cite>	
		<a href="<?php the_permalink(); ?>">
		<?php
		    echo strip_tags( get_the_content() );
		?>
		</a>
	</blockquote>
</article>
Page not found – Hello World !