This is acturally for wordpress’s breadcrumb navagation, when we want to show the category for the current category, we can use the code below, just for record <?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?> and you can replace the cat_name to be other category factors below cat_ID the category id (also stored as [...]
Continue reading...Thursday, June 25, 2009
I want to add a time tag before the title like 6/26/2009 wordpress: the date tag and the time tag If so, it’s easies for me to understand what the date it post… I try to login in different wordpress theme, and check the different style to show the time and now, I think I fixed it. here is some notice for me, and for [...]
Continue reading...Powered by Yahoo! Answers
Wednesday, December 23, 2009
2 Comments