Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Direct link

Descripción

Direct link allows your post title permalinks to link directly to external sites. It can also be used to link to a particular page of your own site.

Instalación

  1. Upload the directlink directory and its contents to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. When writing a post, add a custom field with the key ‘direct_link’. The value should be the full URL (including http://) of the page
    you want to link to

Preguntas frecuentes

The plugin doesn’t work!

Direct link makes use of the post_link filter in WordPress. If your theme doesn’t use the get_permalink() function to retrieve post permalinks, the plugin will not work.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “Direct link” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • First version, hooray!