Home Forums WoodMart support forum Breadcrumbs before the title

Breadcrumbs before the title

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #277010

    lelikletter
    Participant

    Hello, how can I move the breadcrumb on the product category page subtitle or above the title https://yadi.sk/i/_wExjdr2K2FMlg ???

    #277062

    Hello,

    Unfortunately, there is no option to move the breadcrumbs in the place you show. Such modification would require complicated, time-consuming customization that is not covered by our support.

    If you have any questions please feel free to contact us.

    Best Regards

    #277084

    lelikletter
    Participant

    I have very long bread crumbs https://yadi.sk/i/2_PCvdRlEixdqg tell me what you can think of?

    #277135

    Hello,

    Unfortunately, there is no option to move you can hide them or try to confiruge them with a free Yoast SEO.

    If you have any questions please feel free to contact us.

    Best Regards

    #277158

    lelikletter
    Participant

    Let’s say I will use Yoast SEO, how do I insert them before the page title?

    #277310

    Hello,

    As far as I know (not sure 100%) Yoast Seo has the option to configure URL, in addition, you can configure URL in the Dashboard > Settings > Permalinks.

    Best Regards

    #277317

    lelikletter
    Participant

    I know that there are breadcrumbs in Yoast Seo. I want to know how to insert them on the category page above or under the heading in your theme woodmart. Yoast Seo has a shortcode [wpseo_breadcrumb]. Maybe try adding it via functions.php??

    #277469

    Hello,

    Please add this code to the functions.php of the child theme:

    add_action(
    	'woodmart_after_header',
    	function() {
    		echo do_shortcode( '[wpseo_breadcrumb]' );
    	},
    	20
    );

    Best Regards

    #277760

    lelikletter
    Participant

    thank you, you were very helpful!

    #277777

    You are welcome! If you have any questions please feel free to contact us.

    We will appreciate highly if you spend a couple of minutes and answer the questions provided here: https://8uehqcg4tjy.typeform.com/to/IgyV2EiP

    Best Regards

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