| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Expert Join Date: Aug 2007 Location: Rod.Tv
Posts: 7,369
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Wordpress Question Sorry to bother you with such a simple question , but i have no one to ask, i am having some fun with my domain hack worldne.ws and i wish to be able to display how many articles there are under each category , so on the righthand side where it says 'categories' i wish to display how many posts in each category . example , the harlem cafe has 2 posts , i wish to have the number 2 next to the harlem cafe , the world events has 17 posts , i wish to display 17 next to world events But i just cant find where to turn on this small feature ??? I would be grateful if anyone could steer me the correct direction i have the blog 3-d.com.au .... where they appear automatically ?? ????: NamePros.com http://www.namepros.com/web-design-discussion/562899-wordpress-question.html thanks !
__________________ Start your business with.... AllDogWalking.Com Business Information School Study Guide Blonde
Last edited by evirtual1; 02-26-2009 at 11:18 PM.
|
| | |
| | THREAD STARTER #3 (permalink) |
| NamePros Expert Join Date: Aug 2007 Location: Rod.Tv
Posts: 7,369
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | no !!!!!! .... you got me excited , i thought i had an answer ?
__________________ Start your business with.... AllDogWalking.Com Business Information School Study Guide Blonde |
| | |
| | #4 (permalink) |
| NamePros Member Join Date: Dec 2008 Location: UK
Posts: 141
![]() | Where the code shows: Code: <?php wp_list_categories('arguments'); ?> Code: show_count=1 ????: NamePros.com http://www.namepros.com/showthread.php?t=562899 0 representing 'no hide the post count' which is the default |
| | |
| | THREAD STARTER #5 (permalink) |
| NamePros Expert Join Date: Aug 2007 Location: Rod.Tv
Posts: 7,369
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | inside or underneath ...... i didn't consider some one would show me the answer in code , and what part example header , body , i think i find the code in settings ? thanks
__________________ Start your business with.... AllDogWalking.Com Business Information School Study Guide Blonde |
| | |
| | #6 (permalink) |
| NamePros Member Join Date: Dec 2008 Location: UK
Posts: 141
![]() | It would be in sidebar.php Look for the code <?php wp_list_categories('arguments'); ?> Then insert the code show_count=1 So the final piece of code would be Code: <?php wp_list_categories('show_count=1'); ?> |
| | |
| | THREAD STARTER #7 (permalink) |
| NamePros Expert Join Date: Aug 2007 Location: Rod.Tv
Posts: 7,369
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | maybe i can do that ? .....thanks heaps i went there and found <?php wp_list_categories('show_count=1&title_li=<h2>Cate gories</h2>'); ?> i saved and then deleled it , then put in the piece you gave me , but it didn't work ? so i put back the old piece I am going to compare it to one i have that works 3-d.com.au and see if i can spot any differences ?
__________________ Start your business with.... AllDogWalking.Com Business Information School Study Guide Blonde
Last edited by evirtual1; 03-02-2009 at 02:58 PM.
|
| | |