• Resolved breakpoint

    (@breakpoint)


    https://www.breakpointcity.com/archives/2007/01/29/
    I’m running a webcomic, and I rely prety heavilly on next_post_index and previous_post_index navigation to go back and forth an issue. The title tag for each post, however, is showing the date (in this example, 2007 January 29) and not the title (Soundbyte.)

    The titles for my archive pages are as follows:
    <title><?php wp_title(''); ?> &raquo; <?php bloginfo('name'); ?></title>

    No idea what’s going on, it should be showing the titles as far as I can tell. Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • sarekofvulcan

    (@sarekofvulcan)

    What’s the code that’s showing “January 29, 2007 ? Soundbyte” just above the comic?

    Thread Starter breakpoint

    (@breakpoint)

    <?php the_date('','',''); ?> &raquo; <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>

    Thread Starter breakpoint

    (@breakpoint)

    It is nice when I answer my own questions for the benefit of the fourm, isn’t it? ?? Did not know the_title worked out of the loop, but there we are.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title tags are showing the post date, not the post title. Why?’ is closed to new replies.