Title: Adding content to single.php
Last modified: February 16, 2023

---

# Adding content to single.php

 *  [cookiemonster258](https://wordpress.org/support/users/cookiemonster258/)
 * (@cookiemonster258)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/adding-content-to-single-php/)
 * I have manually inserted the breadcrumb navigation on my theme as you can see
   here: [https://www.careerreload.com/choose-right-resume-template/ ](https://www.careerreload.com/choose-right-resume-template/)
 * Is there a way to accomplish this with this plugin?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadding-content-to-single-php%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/adding-content-to-single-php/#post-16539897)
 * Hi [@cookiemonster258](https://wordpress.org/support/users/cookiemonster258/),
 * Can you provide an example of what you did to manually insert the navigation?
   What code you added where, etc?
 *  Thread Starter [cookiemonster258](https://wordpress.org/support/users/cookiemonster258/)
 * (@cookiemonster258)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/adding-content-to-single-php/#post-16548462)
 * I added this piece of code to the themes single.php file:
 *     ```wp-block-code
       <?php echo flatsome_apply_shortcode( 'block', array( 'id' => 'breadcrumb-blog-posts',) ); ?>
       ```
   
 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/adding-content-to-single-php/#post-16828667)
 * 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.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/adding-content-to-single-php/#post-16828667)
 * Status: not a support question