Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Hi @cookiemonster258,

    Can you provide an example of what you did to manually insert the navigation? What code you added where, etc?

    Thread Starter cookiemonster258

    (@cookiemonster258)

    I added this piece of code to the themes single.php file:

    <?php echo flatsome_apply_shortcode( 'block', array( 'id' => 'breadcrumb-blog-posts',) ); ?>
    Plugin Author Shea Bunge

    (@bungeshea)

    Where did you insert this line? If you’re using a theme that provides an action hook in the appropriate location, then it’d definitely be possible to handle this with Code Snippets.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding content to single.php’ is closed to new replies.