How do i get list of category
-
I created a widget that draw out category of each post link item. I placed the below code to bring out the category of each individual post link and sad to note what i get is the untitled category, one of my numerous categories which is not related to the post link. Please, should how should my code read? This is what i have done
<?php the_category( $carousel_post->ID ); ?>
I also have the problem of bringing out the author’s post name in my widget. What is wrong with this code<?php the_author(‘$carousel_post->ID ‘); ?>
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘How do i get list of category’ is closed to new replies.