Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Category Display (http://forum.bytesforall.com/showthread.php?t=3620)

yunusb2k Sep 27, 2009 02:16 PM

[SOLVED] Category Display
 
Dear,

How can I display Current Category (on category page )

Example : My categories Hosting, PHP, Server.... ok

when i click on any category they are showing me my post but i want to display Current Category Name on page after that my post showing me like headline "You are Viewing >> Category Name"

Thanks

juggledad Sep 27, 2009 05:54 PM

insert the following at the bottom of ATO->Style & edit CENTER COLUMN->Content ABOVE the LOOP

HTML Code:

<?php if ( is_category() ) { ?><h1><?php single_cat_title(''); ?></h1><br><?php } ?>

yunusb2k Sep 27, 2009 08:09 PM

Quote:

Originally Posted by juggledad (Post 15475)
insert the following at the bottom of ATO->Style & edit CENTER COLUMN->Content ABOVE the LOOP

HTML Code:

<?php if ( is_category() ) { ?><h1><?php single_cat_title(''); ?></h1><br><?php } ?>

Thanks for Support.. Please tel me how can i show description of categories at above with categories

juggledad Sep 28, 2009 06:10 AM

try this
HTML Code:

<?php if ( is_category() ) { ?>
        <div><strong><?php single_cat_title(); ?>
        </strong> <?php echo category_description(); ?></div>
<?php        } ?>


cyboc Oct 5, 2009 04:12 PM

Quote:

Originally Posted by juggledad (Post 15508)
try this
HTML Code:

<?php if ( is_category() ) { ?>
        <div><strong><?php single_cat_title(); ?>
        </strong> <?php echo category_description(); ?></div>
<?php        } ?>


Thanks for this excellent tip juggledad. I rolled your solution into a similar solution but made the category description only show on the first page of a category and category name show on all pages. Nevertheless, I could not have arrived at that solution without your tip. :) Thanks again!


All times are GMT -6. The time now is 04:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.