%k25u25%fgd5n!
/home/nancmxek/ljsecuredoors.com/wp-content/themes/windazo/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">
		<?php
		    the_content();
		?>
		<cite><a href="<?php the_permalink(); ?>"><?php echo the_title(); ?></a></cite>
	</div>
</article>