Archived topic
How to add code before entry-header?
3 replies · Started by Paritosh Negi on March 18, 2018
Viewing posts 1–4 of 4
Hello! I want to show 'Breadcrumb NavXT' on my website before entry-header
The code is:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
I tried to add the code 'After Entry Title', is it possible to add it before Entry Title or entry-header?
Hi there,
You should be able to use the generate_before_content hook.
Let me know :)
Oh! Thank you so much, it worked :)
You're welcome :)
This archived topic is closed to new replies.