Forums

Site home page showing duplicate text (2 posts)

  1. Jimak
    Member
    Posted 8 months ago #

    After I altered the Header code in php homepage theme, I encountered duplicate text on my website home page...The current H code is below:

    <h2><?php the_title(); ?></h1>
    <?php the_content(); ?><h2><?php the_title(); ?></h2>
    <?php the_content(); ?>

    [Please post code snippets between backticks or use the code button.]

    Please, I need to delete one of the duplicate text on my site's home page..Wordpress 3.2.1.
    Website is http://www.theboaconsulting.com

    Thank you in advance....

  2. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

    <h1><?php the_title(); ?></h1>
    <?php the_content(); ?>

Reply

You must log in to post.

About this Topic