Yeah still not workin 🙁 here my single.php code `<?php get_header(); ?>
<div id=”content” class=”widecolumn”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php include(‘folio-format.php’); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>
<?php get_footer(); ?>`
also im trying to get rid of the no comments text that appear i erased the coding in the single.php and nothing happend.
So theres no way to just get rid of the posts that pop up and replace them with content i want?
Im just trying to get rid of the recent posts so I can put some new content in there like div tables in the 2 columns.