Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1472059
Moving Breadcrumbs to below Title section
Closed

Comments

  •  1
    Jennifer Reinfeld started the conversation

    Hello,

    Is it possible to move the breadcrumbs to below the title section (left side), ideally in line with the comments icon? I am attaching a screenshot which shows where I would like to put it.

    I would love to be able to add the code to make the change to the child theme.

    Thanks and best wishes,
    Jennifer

  •  7,092
    Oliver replied

    Hi,

    Sorry, there are now screenshot...

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  1
    Jennifer Reinfeld replied

    Hi. Sorry about that. Here it is.

    Best wishes,

    Jen

  •  7,092
    Oliver replied

    Hi, 

    you need to edit template:

    /wp-content/themes/thegem/content-page.php

    after the line 

    <div class="post-meta-left">

    add this:

    <?php gem_breadcrumbs() ?>

    before the editing copy this file to the child theme.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  1
    Jennifer Reinfeld replied

    Thanks!