Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'jnews_single_post_before_title', 'add_breadcrumbs_on_template_10' );
- function add_breadcrumbs_on_template_10( $post_id ) {
- $single = JNews\Single\SinglePost::getInstance();
- if ( jnews_can_render_breadcrumb() && jnews_show_breadcrumb() && '10' === $single->get_template() ) {
- ?>
- <div class="jeg_breadcrumbs jeg_breadcrumb_container">
- <?php $single->render_breadcrumb(); ?>
- </div>
- <?php
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement