Forums
Forums / Fixing WordPress / unusual ?> shows
(@alinssite)
17 years, 1 month ago
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
(@esmi)
A link to your site would be more helpful.
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 -->
LOL yep! The code got doubled up somehow. thanks for the quick fix!!
A+
The topic ‘unusual ?> shows’ is closed to new replies.