• Hey everyone. A close friend of mine runs a blog with some people (http://www.thatnewjam.com) and I offered to help him adjust anything he needed. I have a decent background in PHP and other languages although I am brand new to WordPress.

    For one reason or another, individual posts are not showing titles. I’ve looked around the forums and found some posts regarding the same issue, although most of them had their title color the same as the background color. This does not seem to be my issue.

    Here is a pastebin of my single.php: http://pastebin.com/EJWgZuWK

    Things i’ve tried:

    • Disabling the IF statement surrounding the <h1 class="title"></h1>
    • Disabling ALL plugins
    • Reverting back to an older version of single.php

    Thanks everyone.

    Almost forgot, the theme is “Mystique”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The HTML on this page: http://www.thatnewjam.com/jon-bellion-the-wonder-years/ shows that nothing is in the title tags:

    <div id="post-7163" class="post-7163 post type-post status-publish format-standard hentry category-indie category-video-2 primary count-1 odd author-admin first">
    <h1 class="title"></h1>

    Not sure if that helps any, but FYI.

    HI

    I have seen the code ,
    you did t print any thing for the title.
    you can use <?php the_title(); ?> to print the title.
    Get the title of the post with post ID.
    use <?php get_post (); with arguments ?> functin.

    Thanks
    P5systems

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single Post Title Not Appearing’ is closed to new replies.