Support » Fixing WordPress » Content tag does not appear (I am not a novice)

  • I am baffled. I use WP as a CMS. I have built a half-dozen such sites. However, this is a new and odd problem. My new website is not showing content on its web pages.

    The site worked fine earlier in the evening. I began adding pages like mad and at some point along the way, the content ceased to appear on the pages. Amid the additions, I added the plugin Exclude Pages. I am not sure if that caused this issue, but it seems the most likely culprit. Thus, I deactivated the plugin. Didn’t help. I uninstalled it. It didn’t help.

    All of the page content shows up in the admin interface.

    The website is running on my server at Rackspace. It is currently the default site on an IP. But like I said, the site was fine earlier in the evening.

    I have stripped everything from the site. I’ve included what is left below. Any ideas would be appreciated.

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes() ?>>
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <title><?php wp_title( ‘-‘, true, ‘right’ ); echo wp_specialchars( get_bloginfo(‘name’), 1 ) ?></title>
    <meta http-equiv=”content-type” content=”<?php bloginfo(‘html_type’) ?>; charset=<?php bloginfo(‘charset’) ?>”>
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’) ?>”>
    <?php wp_head() // For plugins ?>
    <link rel=”alternate” type=”application/rss+xml” href=”<?php bloginfo(‘rss2_url’) ?>” title=”<?php printf( __( ‘%s latest posts’, ‘sandbox’ ), wp_specialchars( get_bloginfo(‘name’), 1 ) ) ?>”>
    <link rel=”alternate” type=”application/rss+xml” href=”<?php bloginfo(‘comments_rss2_url’) ?>” title=”<?php printf( __( ‘%s latest comments’, ‘sandbox’ ), wp_specialchars( get_bloginfo(‘name’), 1 ) ) ?>”>
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’) ?>”>
    </head>
    <body style=”background: #617741 url(/wp-content/images/bg-meet-carmelo.jpg) center 0 no-repeat;”>

    <?php the_content() ?>

    <?php wp_footer() ?>

    </body>
    </html>

    A sample page is located at http://98.129.21.162/reviews.

    Thanks for any insight you can lend.

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Access your WordPress database via phpMyAdmin (most hosting providers offer this in their control panel), check each table and choose “Repair tables” from the pull-down menu.

Viewing 1 replies (of 1 total)
  • The topic ‘Content tag does not appear (I am not a novice)’ is closed to new replies.