Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    have you tried:

    -deactivating all plugins. If the problem goes away, activate them individually to find the culprit?

    If you don’t have access to to your admin area, try deactivating them manually via FTP or phpMyAdmin.

    -switching to the default theme (Twenty Ten) by renaming your current theme’s folder in wp-content/themes to rule out any theme-specific issue?

    If you don’t have access to your admin area, then access your server via FTP or SFTP or whatever file management application your host provides.

    <div id="featured"> is being hidden by CSS in the single post header:

    #featured {
    background:none repeat scroll 0 0 #67B0DB;
    display:none;
    visibility:hidden;
    }

    Move:

    div id="page-title" class="col-full">
                    <h1><?php the_title(); ?></h1>
                </div>

    out of that div and further down the template and that should fix the problem.

    Thread Starter mvandew

    (@mvandew)

    esmi – Your advice worked perfectly. Thank you!

    Consider it fixed.

    Glad to have helped. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog post title not showing in Single Post’ is closed to new replies.