razorguy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [How?] show category parents in post (inside loop)Here’s an adaptation of the same….
<a href="<?php echo get_option('home'); ?>">Home</a> › <?php the_category(' › ', 'multiple' ); ?> › <?php the_title(); ?>Forum: Themes and Templates
In reply to: Is there a way to access parent categories of a post?alternatively….
<a href="<?php echo get_option('home'); ?>">Home</a> › <?php the_category(' › ', 'multiple' ); ?> › <?php the_title(); ?>Forum: Fixing WordPress
In reply to: get_category_link in single<a href="<?php echo get_option('home'); ?>">Home</a> › <?php the_category(' › ', 'multiple' ); ?> › <?php the_title(); ?>Forum: Everything else WordPress
In reply to: To list categories in the <title> (separator)tried and works perfectly!
Forum: Everything else WordPress
In reply to: To list categories in the <title> (separator)<a href="<?php echo get_option('home'); ?>">Home</a> › <?php the_category(' › ', 'multiple' ); ?> › <?php the_title(); ?>That should work….
Forum: Plugins
In reply to: WP2.2 Display Content to Registered Users Only?try this too: http://butlerblog.com/wp-members/
Forum: Plugins
In reply to: Content just for registered userssorry, here’s the link: http://butlerblog.com/wp-members/
Forum: Plugins
In reply to: Premium Contentam 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/
am sure it will work for you, especially kenyadenola. let me knw if am right