• If you take a look at this page, the content has disappeared. However, the content I hard-coded into the template remains as seen in the second tab (Music) on the same page. I tried deactivating all the plugins and it still doesn’t work. What could be causing this issue? Possibly my host Godaddy?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cpkid2

    (@cpkid2)

    I changed the theme to default and the page content now shows. So the problem is with the theme itself. If anybody has any ideas as to what can be causing the problem, I can use some help. Thanks.

    Everywhere I put <?php the_content (); ?>, the content doesn’t show.

    Thread Starter cpkid2

    (@cpkid2)

    Ok, it’s working after I surrounded the_content w/ a loop.

    <?php if (have_posts()) : while (have_posts()) : the_post();?>
    <?php the_content(); ?>
    <?php endwhile; endif; ?>

    Weird thing is everything was working fine before 3.0.2. Did this get changed?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘page content disappeared but not for hard-coded text…’ is closed to new replies.