![]() |
Wordpress gurus.... can you please help me on this?
I need to change this:
Code:
<?php the_time( get_option( 'date_format' ) ); ?> To where it shows the post category, but it doesn't create a link to that category. It just shows it as non click-able text, appearing as defined in the css. This creates a link, which I don't want: Code:
<?php the_category(', ') ?> How do I have to properly write this? Thanks in advance. |
hit me up on icq (in sig)
|
Quote:
Someone sent me the answer right after I posted. For those who want to know, it's this: Code:
<?php foreach((get_the_category()) as $category) {echo $category->cat_name . ' ';}?> |
pussy lips
|
All times are GMT -7. The time now is 03:34 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123