Title: Read More-&gt;
Last modified: August 20, 2016

---

# Read More->

 *  Resolved [slfedesna](https://wordpress.org/support/users/slfedesna/)
 * (@slfedesna)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/read-more-26/)
 * When I click on the Read More link it shows a blank page. I was getting a page
   not found error and then I updated my permalinks. I get a page, but none of the
   body text is showing up.
 * [http://slfdesign.net/portfolio/](http://slfdesign.net/portfolio/)
 * What am I doing wrong?
 * [http://wordpress.org/extend/plugins/nimble-portfolio/](http://wordpress.org/extend/plugins/nimble-portfolio/)

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

 *  Plugin Author [Nimble3](https://wordpress.org/support/users/nimble3/)
 * (@nimble3)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/read-more-26/#post-3160945)
 * You need to modify the amdhas theme’s file.
    in `includes/amdhas-setings.php`
   line# 319
 * REPLACE
 *     ```
       echo get_category_parents($cat, TRUE, ' ' . $amdhas . ' ');
       ```
   
 * WITH
 *     ```
       $cat_bread = get_category_parents($cat, TRUE, ' ' . $amdhas . ' ');
       echo is_wp_error($cat_bread)?"":$cat_bread;
       ```
   
 *  Thread Starter [slfedesna](https://wordpress.org/support/users/slfedesna/)
 * (@slfedesna)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/read-more-26/#post-3160955)
 * Thanks, that worked.
    It’s nice to know it was the theme I selected and not just
   me. Does it work with most themes? Should I change my parent theme? It is showing
   my individual posts, but categories don’t list and the bread crumbs list Home
   > site name instead of Home > Portfolio > site name.
 *  Plugin Author [Nimble3](https://wordpress.org/support/users/nimble3/)
 * (@nimble3)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/read-more-26/#post-3160963)
 * Categories are not showing because portfolio post type has terms not categories
   🙂
 * We will add a new function get_term_parents() in the next update, so if anyone’s
   theme breadcrumbs mis-behave like yours, he can FIX it only by replacing the 
   function name.
 *  [AlistairWilliams](https://wordpress.org/support/users/alistairwilliams/)
 * (@alistairwilliams)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/read-more-26/#post-3160982)
 * Hi there, I have a similar issue on my website. Tried finding the code but can’t.
   Can you help me out please? not sure what the issue is.
 * [http://www.alistairwilliamsdesign.com/midnightburner/blog/#all](http://www.alistairwilliamsdesign.com/midnightburner/blog/#all)
 * cheers
    Al

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

The topic ‘Read More->’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nimble-portfolio_e1ebf4.svg)
 * [Wordpress Picture / Portfolio / Media Gallery](https://wordpress.org/plugins/nimble-portfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nimble-portfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nimble-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/nimble-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nimble-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nimble-portfolio/reviews/)

## Tags

 * [single post](https://wordpress.org/support/topic-tag/single-post/)

 * 4 replies
 * 3 participants
 * Last reply from: [AlistairWilliams](https://wordpress.org/support/users/alistairwilliams/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/read-more-26/#post-3160982)
 * Status: resolved