Tag Archives: codex

the_author_link

Display either author’s link or author’s name.If the author has a home page set, echo an HTML link, otherwise just echo the author’s name.

2967

Continue reading

the_author

Display the name of the author of the current post.The behavior of this function is based off of old functionality predating get_the_author(). This function is not deprecated, but is designed to echo the value from get_the_author() and as an result of any old theme that might still use the old behavior will also pass the value from get_the_author().

2951

Continue reading

term_exists

Check if Term exists.Returns the index of a defined term, or 0 (false) if the term doesn’t exist.

2941

Continue reading