Web Design Forum: Small PHP help - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Small PHP help Rate Topic: -----

#1 User is offline   Creative Addiction 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 7
  • Joined: 09-July 09
  • Reputation: 0

Posted 29 July 2009 - 01:19 PM

Whats wrong with this php? I'm trying to display the cat's in <li></li> tags

<?php the_category(<li>',</li> '); ?>
0

#2 User is offline   skidz 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,047
  • Joined: 24-November 08
  • Reputation: 135
  • Gender:Male
  • Location:Derby
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 29 July 2009 - 02:25 PM

I don't know what the function does but you've got the syntax wrong:


<?php the_category(<li>',</li> '); ?> 



Should be



<?php the_category('<li>','</li>'); ?> 



I'm presuming
0

#3 User is offline   Faevilangel 

  • Wordpress Ninja.....
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,166
  • Joined: 11-May 09
  • Reputation: 57
  • Gender:Male
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 29 July 2009 - 02:34 PM

View Postskidz, on 29 July 2009 - 02:25 PM, said:

I don't know what the function does but you've got the syntax wrong:


<?php the_category(<li>',</li> '); ?> 



Should be



<?php the_category('<li>','</li>'); ?> 



I'm presuming


its a wordpress function to display the categories for blog posts
0

#4 User is offline   Creative Addiction 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 7
  • Joined: 09-July 09
  • Reputation: 0

Posted 29 July 2009 - 03:07 PM

nice one thanks
0

#5 User is offline   skidz 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,047
  • Joined: 24-November 08
  • Reputation: 135
  • Gender:Male
  • Location:Derby
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 29 July 2009 - 04:01 PM

Can't say I've ever used wordpress! Glad to of been assistance
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users