Hi . You would need to copy /inc/page-title.php to the same subfolder in a child theme. Near the top of the file is this section:
<?php elseif ( is_single() ): ?>
<ul class="meta-single group">
<li class="category"><?php the_category(' <span>/</span> '); ?></li>
Then replace the “category” line with the bcn code.
Hi bdbrown,
Just for the clarification: I need to create /inc/page-title.php file in a child theme and copy all of it from the main theme. Then replace category line with bcn code right.
But I don’t know what do you mean by bcn code.
Thanks
Yes, copy the entire file to a child theme. If you’re not using a child theme you can install one from within Hueman:
1. In Theme Options click the Help tab in the upper righthand corner.
2. One of the options in the list is to download a sample child theme. This downloads the theme zip file to your local computer.
3. Install the new theme in your Admin panel by selecting Add New > Upload Theme > Choose File, then select the zip file you downloaded.
4. Activate the child theme.
You’ll now have a pre-configured child theme with a style.css file and functions.php file to which you can add customizations.
Then you need to manually add the php code to implement the breadcrumbs as noted in the plugin installation instructions.
It is working perfectly. Thanks.
Hi,
Instead of post the tittle in the breadcrumb I want to use custom text like “Here” or something like that. How can I do that?
Thanks
Check this post from the BCN support forum.