Testi predefiniti che potete inserire nella nuova pagina:

Pagina in fase di traduzione e/o adattamento

Pagina da rivedere e/o aggiornare

Pagina da adattare al wiki (aspetto e convenzioni grafiche)

Questa pagina è aperta ai tuoi interventi. Puoi contribuire cliccando su "Modifica" dal menu in alto.

Tag Template:

Descrizione

Outputs a permalink anchor identifier or id (<a id="....) for a post. This is useful for linking to a particular post on a page displaying several posts, such as an archive page. Questo tag deve essere utilizzato con Il Loop.

Utilizzo

 <?php permalink_anchor('type'); ?>  

Esempi

Inserts the permalink anchor next to a post's title.

 <h3><?php permalink_anchor(); ?><?php the_title(); ?></h3>

Parametri

type
(stringa) Type of anchor to output. Valid values are:

:* 'id' - Anchor equals numeric post ID. This is the default. :* 'title' - Anchor equals postname, i.e. .

Correlati

{{Tag Permalink Tags}}

Marcatori Template

Ultima modifica il 19/01/2006 ore 09:48