• On every blog page on my site (https://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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter michaelper22

    (@michaelper22)

    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.

    Thread Starter michaelper22

    (@michaelper22)

    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().' &raquo;'); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Titles Showing within Posts’ is closed to new replies.