Yoast breadcrumbs PHP for Generate press
-
On my website(testwebsite) https://rickmoeliker.nl I am using through WordPress theme Generatepress premium Yoast breadcrumbs using hook in GP with PHP:
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘
<p id=”breadcrumbs”>’,'</p>
‘);
}
?>The appearance on my website, as you can see on my two postpages Creativiteit en Uitvindingen is: ( https://rickmoeliker.nl/creativiteit/ )
Home>Berichten>Creativiteit, hoe ontstaat dat
My question is: As I am using Start instead of Home, is it possible to change this? And how can I change it?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Yoast breadcrumbs PHP for Generate press’ is closed to new replies.