• Resolved Ronaldo_SL

    (@ronaldo_sl)


    Hi.

    I’ve been helping a friend with his WordPress site. I didn’t build it, and I have a very limited knowledge of WP.

    Apparently the person who did build it made it so that the titles of each page and blog post do not appear at the top of the page. It was done for a specific reason that is no longer relevant, and needs to be undone.

    How do I undo this? Specifically for the blog posts and not the pages.

    If it’s a tough question to answer without having designed the site, then maybe just some idea of what to look for? There are 26 files for the theme, and I have no idea where to start looking. Any help would be appreciated.

    Oh also I’ll mention that the titles do not appear to have been hidden using CSS.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You might want to look at http://codex.wordpress.org/Theme_Development
    – especially the anatomy of a theme.

    Hi Ronaldo_SL,

    in the theme files wp_title() might be missing… for displaying titles.

    My suggestion is if you have a download of the latest version of WordPress, check out the default theme (aka Kubrick theme). You can really learn about the WordPress loop, how pages should be etc. Of course, the WordPress Codex is great as esmi has said and you should also read up on anything there too.

    Thread Starter Ronaldo_SL

    (@ronaldo_sl)

    Thanks for the input. I was able to figure it out.

    The Codex is indeed helpful and I am grateful for it. I may well learn WordPress beyound this project.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘missing titles’ is closed to new replies.