Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Open your core theme directory.

    Now open “page.php” and “index.php” files into any text editor:

    Now find the below line of code and comment it:

    get_template_part(‘breadcrums’); ?>

    Save the changes.

    Thanks

    Thread Starter veronicajt

    (@veronicajt)

    Hi weblizar,
    I really appreciate your prompt response, but my knowledge is very basic….I don’t understand what you said. Thank you though. I hope your answer helps another person.

    Hi,

    open “page.php” and “index.php” files into any text editor(Like: Notepad):

    Now find the below line of code:

    get_template_part(‘breadcrums’); ?>

    And replace with this

    //get_template_part(‘breadcrums’); ?>

    Save the changes.

    I hope it will help you.

    Thanks.

    Hi,

    You can also try this.

    create a “Child-Theme” first.

    After it create “page.php” and “index.php” file into your “Child-Theme” directory.

    Now copy the code from this LINK and paste into “page.php” file of your

    “Child-Theme” directory.

    Similarly copy the code from this LINK and paste into “index.php” file of

    your “Child-Theme” directory.

    Save the changes.

    Thanks

    Thread Starter veronicajt

    (@veronicajt)

    thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Post repeats the title!’ is closed to new replies.