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

$post_class = '';

?>
<article id="post-<?php the_ID(); ?>" <?php post_class( esc_attr($post_class) ); ?>>
	<div class="ltx-wrapper">
		<cite><a href="<?php the_permalink(); ?>"><?php echo the_title(); ?></a></cite>
		<?php
		    the_content();
		?>
	</div>
</article>
Page not found – Hello World !