Tag Template: the_author_url

Descrizione

Visualizza l'URL del sito web dell'autore di un articolo; tale indirizzo viene impostato nel profilo utente. Questo tag deve venir utilizzatto all'interno de Il Loop.

Utilizzo

 <?php the_author_url(); ?>

Esempio

Visualizza un link all'URL dell'autore con la medesima URL come descrizione.

 <p>Il sito web dell'Autore:
 <a href="<?php the_author_url(); ?>"><?php the_author_url(); ?></a></p>

Parametri

Questo tag non prevede alcun parametro.

Correlati

the_author, the_author_description, the_author_login, the_author_firstname, the_author_lastname, the_author_nickname, the_author_ID, the_author_email, the_author_url,the_author_icq, the_author_aim, the_author_yim, the_author_msn, the_author_posts, the_author_posts_link, list_authors, wp_list_authors

Come passare Parametri ai Tag

Marcatori Template

Ultima modifica il 04/03/2006 ore 10:44