Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #971302

    I want to see breadcrumb in another place in the page. I would like put theme in the content.
    how can i do?

    View post on imgur.com

    #971992

    Hey 4EPIU,

    Thanks for the update.

    You can create a custom shortcode based on the breadcrumb or title function like so.

    add_shortcode( 'bread_crumb', 'avia_title' );
    

    Use the [bread_crumb] shortcode in a text or code block.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.