Support » Themes and Templates » Not Valid XHTML

Viewing 5 replies - 1 through 5 (of 5 total)
  • The trouble is these lines:

    <link rel="archives" title="September 2004" href="http://www.cytheria.org/blog/index.php?m=200409" />
    <link rel="archives" title="August 2004" href="http://www.cytheria.org/blog/index.php?m=200408" />

    The “Link” tag can only exist inside the <head> tag. I am not sure how those are getting in the middle of the document either – but since you have such a highly modified WP index page, you’d probably need to show me the source file for me to figure it out.
    If you’d like to do that, make a copy of index.php, and rename it to index.phps and I can look at that.

    BTW, like the 800×600 button, and also, you can create the same layout without the table 😉

    Thread Starter Jenniferr

    (@jenniferr)

    http://www.cytheria.org/blog.phps
    I have a feeling it is this –
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    But I can’t get it in to the “head” bit because it’s in my header file…. unless i put that in my header bit on my skin headers?
    chuyskywalker – thanks! and how? without making it alltogether (i sliced it)

    Thread Starter Jenniferr

    (@jenniferr)

    I’ve made it valid.. 🙂 i used the above thing lol k thanks

    Sure!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not Valid XHTML’ is closed to new replies.