<?php
/**
 * Theme Name: 		Noisa
 * Theme Author: 	Mariusz Rek - Rascals Themes
 * Theme URI: 		http://rascalsthemes.com/noisa
 * Author URI: 		http://rascalsthemes.com
 * File:			content-custom.php
 * @package noisa
 * @since 1.0.0
 */

// Get panel options
$noisa_opts = noisa_opts();

?>
	
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	
    <?php  the_content( esc_html__( 'Continue reading ', 'noisa' ) . '<span class="meta-nav">&rarr;</span>' ); ?>
 	
</article>