This topic has 2 replies, 2 voices, and was last updated 9 years by Model.

  • Author
  • #24515
     Model
    Participant

    Hi:

    Is it possible to add the phone number under the breadcrumb similar to what you have in the Kleo theme.

    Attachments:
    You must be logged in to view attached files.
    #25018
     Catalin
    Moderator

    Hello,

    Add this code in your functions.php file from your child theme folder:

    COPY CODE
    
    
    function add_phone()
    {
    
        echo '<p>Phone number</p>';
    
    }
    
    add_action( 'kleo_after_breadcrumb','add_phone');
    
    

    You will need to add some css code to style it based on your theme design,

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #25302
     Model
    Participant

    resolved! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Breadcrumb Sweetdate’ is closed to new replies.

Log in with your credentials

Forgot your details?