michaelper22
Member
Posted 2 years ago #
On every blog page on my site (http://www.nyceducated.info/blog/page/1 for example), the post title is repeated within the post body. I looked in my theme's templates, and couldn't find anything that hints to this behavior. I deactivated various plugins, and that didn't solve anything. Something has hooked itself into the_content(), but I can't figure out what, and I don't feel like hacking core code to fix it.
As the author of the theme, I would like to comment here saying, it is not a theme issue.
try re-installing the theme / try another theme and see if it happens.
Sadish
michaelper22
Member
Posted 2 years ago #
It works fine under the Anaconda theme, the extra titles don't show up with that theme. I am not pointing the finger at you Sadish, rather at some nasty plugin or my own mistakes.
michaelper22
Member
Posted 2 years ago #
OK, fixed it. The problem came from my insertion of the_title() in the middle of the_content() in the Loop in index.php, like so:
<?php the_content('Continue Reading'.the_title().' »'); ?>