Title: Using  in single-swfd-topic.php
Last modified: August 31, 2016

---

# Using in single-swfd-topic.php

 *  Resolved [taborro](https://wordpress.org/support/users/taborro/)
 * (@taborro)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/using-in-single-swfd-topicphp/)
 * Hi, first of all, I’m your new best friend. 🙂 Thank you for creating this plugin
   as it takes care of three nagging issues.
 * I was hoping to use <uo_breadcrumbs()> inside of my customized page:
 * single-swfd-topic.php
 * This file resides in my theme child’s folder. I’m using Avada 3.9.4 and the standard
   Avada Classic demo child theme.
 * I added the code like so:
 *     ```
       <?php get_header(); ?>
       	<div id="content" <?php Avada()->layout->add_style( 'content_style' ); ?>>
   
       			  <?php uo_breadcrumbs(); ?>
       		<?php while( have_posts() ): the_post(); ?>
       		<div id="post-<?php the_ID(); ?>" <?php post_class('post'); ?>>
   
       				<?php the_content(); ?>
       				<?php avada_link_pages(); ?>
       			</div>
       		</div>
       		<?php endwhile; ?>
       		<?php wp_reset_query(); ?>
       	</div>
       	<?php do_action( 'fusion_after_content' ); ?>
       <?php get_footer();
   
       // Omit closing PHP tag to avoid "Headers already sent" issues.
       ```
   
 * However, I get the following error and have to back away:
 * Fatal error: Class ‘uncanny_learndash_toolkit\uncannyBreadcrumbs’ not found in/
   home/devu/public_html/wp-content/plugins/uncanny-learndash-toolkit/src/includes/
   uncanny-breadcrumbs-function.php on line 10
 * Note, these pages are password protected, however I can supply a username if 
   you would like to check it out. Contact me: [bob@learnvisualstudio.net](https://wordpress.org/support/topic/using-in-single-swfd-topicphp/bob@learnvisualstudio.net?output_format=md)
 * Thank you again for your brilliant work and warmest of regards!
    bob
 * [https://wordpress.org/plugins/uncanny-learndash-toolkit/](https://wordpress.org/plugins/uncanny-learndash-toolkit/)

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

 *  Thread Starter [taborro](https://wordpress.org/support/users/taborro/)
 * (@taborro)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/using-in-single-swfd-topicphp/#post-7291780)
 * I saw you released 1.2.3 and that fixed it. 🙂
 * You are awesome.
 *  Plugin Author [Uncanny Owl](https://wordpress.org/support/users/uncannyowl/)
 * (@uncannyowl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/using-in-single-swfd-topicphp/#post-7291781)
 * Hi Tabarro,
 * Yes, we just released that update for you. 🙂 I didn’t want to reply until we’d
   had a chance to get that out.
 * Thanks for reporting that issue! Thanks for also confirming that the update resolved
   it for you.

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

The topic ‘Using in single-swfd-topic.php’ is closed to new replies.

 * ![](https://ps.w.org/uncanny-learndash-toolkit/assets/icon-256x256.jpg?rev=3400711)
 * [Uncanny Toolkit for LearnDash](https://wordpress.org/plugins/uncanny-learndash-toolkit/)
 * [Support Threads](https://wordpress.org/support/plugin/uncanny-learndash-toolkit/)
 * [Active Topics](https://wordpress.org/support/plugin/uncanny-learndash-toolkit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/uncanny-learndash-toolkit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/uncanny-learndash-toolkit/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Uncanny Owl](https://wordpress.org/support/users/uncannyowl/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/using-in-single-swfd-topicphp/#post-7291781)
 * Status: resolved