Display Post Link

Descripción

This plugin was designed to return the correct link to the special WordPress pages such as the homepage, blog, privacy policy, etc.
The [display-post-link] shortcode must be used in combination with a Name to display the link.
Example [display-post-link id="privacy-policy"]

Main WordPress options names:

  • homepage
  • blog
  • privacy-policy

WooCommerce options names:

  • woocommerce-shop
  • woocommerce-terms
  • woocommerce-cart
  • woocommerce-myaccount
  • woocommerce-checkout
  • woocommerce-refund-returns

Note: WooCommerce plugin must be installed and active if you would like to use the WooCommerce options names.

It is also possible to use the numeric post/page ID instead of the name but if the post is deleted, the link will not be displayed.

Custom title
A custom_title parameter can be used to display a custom text link instead of the post/page title.
Example: [display-post-link id="privacy-policy" custom_title="Check it out our Privacy Policy!"]

Compatible with WPML plugin.

Wordefence vendor verification key

gsphudo7by90lzwdlihyerqxbzj6jiln

Capturas

Instalación

  1. Upload the entire display-post-link folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen (Plugins > Installed Plugins).

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

"Display Post Link" es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce "Display Post 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.4

  • Compatibility: tested with WordPress 7.0.
  • Changed: the readme now declares the same minimum requirements as the plugin header (WordPress 5.2, PHP 7.4). The previous values (WordPress 3.0.1, PHP 5.2.4) were never enforced, since WordPress reads the header.
  • Changed: added the DISPLAY_POST_LINK_VERSION constant.

1.0.3

  • Added full compatibility with WordPress version 6.8.3
  • Added Wordefence vendor verification key

1.0.2

  • Security and performance enhancements
  • Added full compatibility with WordPress version 6.6.1.

1.0.1

  • Added WooCommerce Return and Returns Policy page
  • Added plugin screenshots

1.0.0

  • Initial version