Hi DigitalMcGrath,
I’m having the exact same issue with removing my page titles as lsalter had. I removed: <h1 class=”title”><?php the_title(); ?></h1> from where I’ve ** below, but my page titles are still showing.
<?php get_header();?>
<div class=”grid_11″>
<div class=”entry”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
**
<?php the_content(__(‘Read more’));?>
<?php endwhile; else: ?>
<h1>Not Found</h1>
<p>Sorry…but the content you’re looking for is not here.</p>
<?php get_search_form(); ?>
<?php endif; ?>
<div class=”clear”></div>
</div><!– end of entry –>
</div>
I am using a 3-column template, so that might have something to do with it, but I can’t find where to edit the template. Help please.
Using wpa-storefront theme.
ensellopedia.com