Yes! I forgot to change the status, I went to the header.php and changed
<div id="featured">
<div class="featured_text">
<h1>Welcome</h1>
<p>
<?php $recent = new WP_Query("page_id=29"); while($recent->have_posts()) : $recent->the_post();?>
<?php the_excerpt(); ?>
<?php endwhile; ?>
</p>
</div>
</div>
to
<div id="featured">
<div class="featured_text">
<h1>Welcome</h1>
</div>
</div>
Thanks !
Thank you for your response!, but I am very new to this, Could you give me any more specifics? I’ll keep on reading and see if I can change this
Thanks!,
Ale
I think the person who created the website, created the theme as well.
If I change the theme, is there a specific website to download it from so that this doesn’t happen again?