• etanisla

    (@etanisla)


    My blog is using WordPress 1.2. I’ve changed style sheets, and added some things to the menubar, but haven’t made any significant changes to the coding.
    When you are on the main page (index.php), the title links to the proper page (www.carelessthought.com). When you have clicked on a post, the title now reflects the post’s url (www.carelessthought.com/index.php?p=##). There is no way to click back to the main page of the blog.
    I’m looking for a definitive list of what labels are used in the code. I’m thinking that $siteurl is being mis-defined somewhere.
    But until hell freezes over, and I understand php and css as a native language, could anyone point me in the right direction?

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

    (@xircom)

    works fine for me … not sure what the issue is.

    In Source, I see this:
    <h1 id=”header”>Careless Thought</h1>
    So the first href=”” will produce a reloading page.
    I’d check what you have at the tiop of index.php for the header.

    I’ll try this again 🙂
    <h1 id="header">Careless Thought</h1>

    Thread Starter etanisla

    (@etanisla)

    The “tisket” stuff is a hidden honeypot link for misbehaving robots. That whole directory is disallowed in robots.txt, so only misbehaving robots will pull that link. I’ve actually caught (and subsequently ip-banned) a few robots that way.
    I had completely forgotten about that. I wonder…
    @xircom: If you start on the http://www.carelessthought.com/index.php, then the title link is http://www.carelessthought.com as is appropriate. But once you click on a post, (say “Call for Suggestions, post #137), then the link titled “Careless Thought” becomes http://www.carelessthought.com/index.php?p=137. The title does not link back to ../index.php.
    Is this the intended behavior of WP 1.2? I was under the impression that the title of the blog is supposed to link back to the ‘front page’.
    But I will take out that honeypot link. Just in case…

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

The topic ‘Title link changing with each post.’ is closed to new replies.