July 29, 200917 yr Whats wrong with this php? I'm trying to display the cat's in <li></li> tags <?php the_category(<li>',</li> '); ?>
July 29, 200917 yr 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
July 29, 200917 yr 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
Create an account or sign in to comment