• Resolved alinssite

    (@alinssite)


    On every page of my blog except the admin control panel a weird ?> shows below the comment button and all other content right below the footer, could it be an improperly closed tag somwhere?

    Screenshot of it is here

Viewing 4 replies - 1 through 4 (of 4 total)
  • A link to your site would be more helpful.

    Thread Starter alinssite

    (@alinssite)

    alinssite.iguido.com/wordpress/

    I thought I put a link LOL oops

    Check your theme’s sidebar.php file. I think you have some doubled-up code at the end of the file:

    </div>
    <!-- end sidebar -->
    ; ?>
    
    </ul>
    
    </div>
    <!-- end sidebar -->

    Reduce it to just:

    </ul>
    
    </div>
    <!-- end sidebar -->
    Thread Starter alinssite

    (@alinssite)

    LOL yep! The code got doubled up somehow. thanks for the quick fix!!

    A+

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

The topic ‘unusual ?> shows’ is closed to new replies.