christinarule
Member
Posted 1 year ago #
So whenever I post a comment on ANY post on my WP theme it redirects me to the http://www.blokmovaz.com/blog/athlete-of-the-month/reggie-bush/comment-page-1/#comment-54
which is just a "featured" post that I have for my site... so no matter where I post a comment it not only redirects me to a different URL but it also then echos the comments on ALL my posts....
any ideas what is wrong???
christinarule
Member
Posted 1 year ago #
would it be an issue with my comments_template() or my single.php?
christinarule
Member
Posted 1 year ago #
for anyone who is reading this I figured out the issue
in my single.php file I was using a php include function to display a custom sidebar image
"<?php include(TEMPLATEPATH . '/includes/spotlight.php'); ?>"
I got ride of that and it worked!
still would love to hear some feedback on this