[wp-hackers] What is the Taxonomy Show Function

Sinan yok2504 at gmail.com
Tue Sep 28 13:00:50 UTC 2010


I figured out here is the codes;

$terms_as_text = strip_tags( get_the_term_list( $wp_query->post->ID,
'taxonomyyouwanttoquery', '', ', ', '' ) );
echo $terms_as_text;


28 Eylül 2010 15:55 tarihinde Sinan <yok2504 at gmail.com> yazdı:
>
> hello again
> ı use this get_the_term_list(); function but this function get like "<a
href="postadress">taxonomy</a>" ı dont want the links "<a
href="postadress"></a>" ı want only "taxonomys" text print how can ı echo
like that ?
>
>
>
> 2010/9/12 John Blackbourn <johnbillion+wp at gmail.com<johnbillion%2Bwp at gmail.com>
>
>>
>> Also the_terms() is similar to get_the_term_list() but prints out the
>> terms for you.
>> http://codex.wordpress.org/Function_Reference/the_terms
>>
>> On Sat, Sep 11, 2010 at 9:03 PM, Erick Hitter <ehitter at gmail.com> wrote:
>> > Sinan,
>> >
>> > Take a look at get_the_term_list(),
>> > http://codex.wordpress.org/Function_Reference/get_the_term_list.
>> >
>> > Erick
>> >
>> > On Sep 11, 2010 3:54 PM, "Sinan" <yok2504 at gmail.com> wrote:
>> > Hello,
>> >
>> > maybe easy question that but ı dont know :) I'm sorry for that
>> >
>> >
>> > how can ı show adding post taxonomys show the single.php, what is the
list
>> > function
>> >
>> > example: the_tags(); showing the tags
>> >
>> > ı need the show taxonomys, what is the taxonomy show function?
>> >
>> >
>> > thankyou
>> >
>> > --
>> >    Sinan İŞLER
>> > www.sinanisler.com
>> > sinanisler.deviantart.com
>> > _______________________________________________
>> > wp-hackers mailing list
>> > wp-hackers at lists.automattic.com
>> > http://lists.automattic.com/mailman/listinfo/wp-hackers
>> > _______________________________________________
>> > wp-hackers mailing list
>> > wp-hackers at lists.automattic.com
>> > http://lists.automattic.com/mailman/listinfo/wp-hackers
>> >
>> _______________________________________________
>> wp-hackers mailing list
>> wp-hackers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
>
>
> --
>      Sinan İŞLER
> www.sinanisler.com
> sinanisler.deviantart.com



--
     Sinan İŞLER
www.sinanisler.com
sinanisler.deviantart.com


More information about the wp-hackers mailing list