• For some reason my comments aren’t working. The leave a comment button leads to a error page.

    The link that shows up on like this http://www.smashed.summerhugs.com/http:/www.smashed.summerhugs.com/post-name#respond

    This is what my header.php looks like. The coding seems to be in proper order.

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
    	   "http://www.w3.org/TR/html4/strict.dtd">
    
    	<html lang="en">
    	<head>
    	   <title><?php wp_title(); ?> <?php bloginfo('name'); ?></title>
    
    	<!-- Meta Data -->
    	   <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" >
    	   <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" >
    	   <meta name="description" content="A Personal Blogging &amp; Graphics Site" >
    	   <meta name="keywords" content="keywords, that, describe, your, blog" >
    
    	<!-- CSS -->
    	<link type="text/css" rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.css" >
    
    	<!-- RSS Feeds -->
    	<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php bloginfo('rss_url'); ?>
    
    	<!-- Ping URL -->
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>
    
    	<!-- Get Archives Tag-->
    	   <?php wp_get_archives('type=monthly&amp;format=link'); ?>
    
    	<!-- Call to various plugin data -->
    	   <?php wp_head(); ?>
    
    	</head>
    
    	<body>
    
    	<!--main width definition-->
    	<div id="container" >
    
    	<!--Navigation-->
    
            <div id="nav">
            <center>
    	<a href="http://www.smashed.summerhugs.com" class="nav">Blog</a> &nbsp;&nbsp;
    	<a href="http://www.smashed.summerhugs.com//writings" class="nav">Writings</a> &nbsp;&nbsp;
    	<a href="http://www.smashed.summerhugs.com/Contests" class="nav">Contests</a> &nbsp;&nbsp;
    	<a href="http://www.smashed.summerhugs.com/visitor-content" class="nav">Visitor</a> &nbsp;&nbsp;
    	<a href="http://www.smashed.summerhugs.com/site" class="nav">Site</a> &nbsp;&nbsp;
    
            </center>
            </div>
    
    	<div id="Header">
    
           <img src="http://i86.photobucket.com/albums/k97/natasha_b7/Header.png" width="968" height="399" alt="Taylor Lautner <3">
    
           </div>	
    
    	<!--right container-->
    	<div id="main" >

The topic ‘Comments Won’t Work’ is closed to new replies.