Answer the question
In order to leave comments, you need to log in
Is it possible, if not, to bring the heading to the page?
Hello!
I decided to place breadcrumbs on the site, I found this code:
function my_breadcrumb() {
echo ' Main »
';
$categories = get_the_category();
if($categories[0]){
echo '
'. $categories[0]->name . ' ' ';
}
echo '
';
echo the_title();
echo '';
}
placed in Functions.
But here is such a problem, when I click on the link of the heading, it throws me to the Main page, but how can I not bind the heading to the page?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question