Archived topic
Add SEOPress Breadcrumbs PHP code to header
1 reply · Started by Shaun on December 10, 2022
Hi
How can I add the SEOpress Breadcrumbs PHP `<?php if(function_exists('seopress_display_breadcrumbs')) { seopress_display_breadcrumbs(); } ?>
` to a site.
I am using a child theme. I will use a plugin if necessary but I would prefer not to.
Thanks
Shaun
Hi there,
Have you checked out this article?
https://docs.generatepress.com/article/adding-breadcrumbs/
It shows you several options there.
If SEOPress comes with shortcode like all other SEO plugins then the shortcode method introduced in the video is the easiest way to go.