NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion
Reload this Page Wordpress Question

Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms.

Advanced Search
9 members in live chat ~  
NamePros Design Contests 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)



Reply
 
LinkBack Thread Tools
Old 02-26-2009, 07:58 PM THREAD STARTER               #1 (permalink)
NamePros Expert
 
evirtual1's Avatar
Join Date: Aug 2007
Location: Rod.Tv
Posts: 7,369
evirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond repute
 



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.
evirtual1 is online now   Reply With Quote
Old 02-26-2009, 10:06 PM   #2 (permalink)
New Member
Join Date: Feb 2009
Posts: 16
aksplace is an unknown quantity at this point
 



Did You figure it out?
aksplace is offline   Reply With Quote
Old 02-26-2009, 10:24 PM THREAD STARTER               #3 (permalink)
NamePros Expert
 
evirtual1's Avatar
Join Date: Aug 2007
Location: Rod.Tv
Posts: 7,369
evirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond repute
 



no !!!!!! .... you got me excited , i thought i had an answer ?
__________________
Start your business with.... AllDogWalking.Com
Business Information
School Study Guide
Blonde
evirtual1 is online now   Reply With Quote
Old 03-01-2009, 09:39 AM   #4 (permalink)
NamePros Member
 
cappa1_2000's Avatar
Join Date: Dec 2008
Location: UK
Posts: 141
cappa1_2000 is on a distinguished road
 



Where the code shows:

Code:
 <?php wp_list_categories('arguments'); ?>
You need to put in
Code:
show_count=1
1 representing 'yes i want to show post count'
????: NamePros.com http://www.namepros.com/showthread.php?t=562899
0 representing 'no hide the post count' which is the default
__________________
Work → CM Designs | The Designers Block | I proudly work for unionroom.com
cappa1_2000 is offline   Reply With Quote
Old 03-01-2009, 08:40 PM THREAD STARTER               #5 (permalink)
NamePros Expert
 
evirtual1's Avatar
Join Date: Aug 2007
Location: Rod.Tv
Posts: 7,369
evirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond repute
 



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
evirtual1 is online now   Reply With Quote
Old 03-02-2009, 05:58 AM   #6 (permalink)
NamePros Member
 
cappa1_2000's Avatar
Join Date: Dec 2008
Location: UK
Posts: 141
cappa1_2000 is on a distinguished road
 



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'); ?>
Although this may depend on whether you are using widgets, if so I'm sure there will be the option in the Dashboard to select that option (I don't use widgets much so I'm not 100% sure on that side of things)
__________________
Work → CM Designs | The Designers Block | I proudly work for unionroom.com
cappa1_2000 is offline   Reply With Quote
Old 03-02-2009, 01:57 PM THREAD STARTER               #7 (permalink)
NamePros Expert
 
evirtual1's Avatar
Join Date: Aug 2007
Location: Rod.Tv
Posts: 7,369
evirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond reputeevirtual1 has a reputation beyond repute
 



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.
evirtual1 is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 07:53 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger