Title: razorguy's Replies | WordPress.org

---

# razorguy

  [  ](https://wordpress.org/support/users/razorguy/)

 *   [Profile](https://wordpress.org/support/users/razorguy/)
 *   [Topics Started](https://wordpress.org/support/users/razorguy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/razorguy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/razorguy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/razorguy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/razorguy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/razorguy/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[How?] show category parents in post (inside loop)](https://wordpress.org/support/topic/how-show-category-parents-in-post-inside-loop/)
 *  [razorguy](https://wordpress.org/support/users/razorguy/)
 * (@razorguy)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/how-show-category-parents-in-post-inside-loop/#post-743800)
 * Here’s an adaptation of the same….
 * `<a href="<?php echo get_option('home'); ?>">Home</a>&nbsp;&rsaquo;&nbsp;&nbsp;
   <?php the_category('&nbsp;&rsaquo;&nbsp;&nbsp;', 'multiple' ); ?>&nbsp;&rsaquo;&
   nbsp;&nbsp;<?php the_title(); ?>`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Is there a way to access parent categories of a post?](https://wordpress.org/support/topic/is-there-a-way-to-access-parent-categories-of-a-post/)
 *  [razorguy](https://wordpress.org/support/users/razorguy/)
 * (@razorguy)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/is-there-a-way-to-access-parent-categories-of-a-post/#post-967578)
 * alternatively….
 * `<a href="<?php echo get_option('home'); ?>">Home</a>&nbsp;&rsaquo;&nbsp;&nbsp;
   <?php the_category('&nbsp;&rsaquo;&nbsp;&nbsp;', 'multiple' ); ?>&nbsp;&rsaquo;&
   nbsp;&nbsp;<?php the_title(); ?>`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get_category_link in single](https://wordpress.org/support/topic/get_category_link-in-single/)
 *  [razorguy](https://wordpress.org/support/users/razorguy/)
 * (@razorguy)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/get_category_link-in-single/#post-729342)
 * `<a href="<?php echo get_option('home'); ?>">Home</a>&nbsp;&rsaquo;&nbsp;&nbsp;
   <?php the_category('&nbsp;&rsaquo;&nbsp;&nbsp;', 'multiple' ); ?>&nbsp;&rsaquo;&
   nbsp;&nbsp;<?php the_title(); ?>`
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [To list categories in the <title> (separator)](https://wordpress.org/support/topic/to-list-categories-in-the-lttitlegt-separator/)
 *  [razorguy](https://wordpress.org/support/users/razorguy/)
 * (@razorguy)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/to-list-categories-in-the-lttitlegt-separator/#post-983231)
 * tried and works perfectly!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [To list categories in the <title> (separator)](https://wordpress.org/support/topic/to-list-categories-in-the-lttitlegt-separator/)
 *  [razorguy](https://wordpress.org/support/users/razorguy/)
 * (@razorguy)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/to-list-categories-in-the-lttitlegt-separator/#post-983230)
 * `<a href="<?php echo get_option('home'); ?>">Home</a>&nbsp;&rsaquo;&nbsp;&nbsp;
   <?php the_category('&nbsp;&rsaquo;&nbsp;&nbsp;', 'multiple' ); ?>&nbsp;&rsaquo;&
   nbsp;&nbsp;<?php the_title(); ?>`
 * That should work….
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP2.2 Display Content to Registered Users Only?](https://wordpress.org/support/topic/wp22-display-content-to-registered-users-only/)
 *  [razorguy](https://wordpress.org/support/users/razorguy/)
 * (@razorguy)
 * [18 years ago](https://wordpress.org/support/topic/wp22-display-content-to-registered-users-only/#post-579160)
 * try this too: [http://butlerblog.com/wp-members/](http://butlerblog.com/wp-members/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Content just for registered users](https://wordpress.org/support/topic/content-just-for-registered-users/)
 *  [razorguy](https://wordpress.org/support/users/razorguy/)
 * (@razorguy)
 * [18 years ago](https://wordpress.org/support/topic/content-just-for-registered-users/#post-671649)
 * sorry, here’s the link: [http://butlerblog.com/wp-members/](http://butlerblog.com/wp-members/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Premium Content](https://wordpress.org/support/topic/premium-content/)
 *  [razorguy](https://wordpress.org/support/users/razorguy/)
 * (@razorguy)
 * [18 years ago](https://wordpress.org/support/topic/premium-content/#post-745665)
 * am also interested in this, but for me, i need something to only hide some portions
   of an article from non-registered guests and ask them to register.
 * for the previous requests, i found this: [http://butlerblog.com/wp-members/](http://butlerblog.com/wp-members/)
 * am sure it will work for you, especially kenyadenola. let me knw if am right

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