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.

SDK WP DYNAMIC URL

Descripción

SDK WP DYNAMIC URL can help you to customzise the url without the hurdle of adding the static url. It automatically fetches the site_url() and create the URL based on parameters or without parameters.

It adds a settings page to "Dashboard"->"Settings"->"SDK WP DYNAMIC URL" where you can customize the settings but currently under development. It will be in future versions.

Usage

  1. Download and extract sdk-wp-dynamic-url.zip to wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Paste the shortcode in your posts or pages.

If you want only the site_url() in your posts, then use:-

[sdk-site-url]

You can leave the 'path' parameter as blank if you want only site_url().

For terminating URL’s You can use it like.

[sdk-site-url path="PATH_OF_IMAGE"]

Example Usage:-

[sdk-site-url path="/assets/images/sdk.jpg"]

The above shortcode will output.

http://your_domain_name.com/assets/images/sdk.jpg

For php files you can use this like.

<?php do_shortcode('[SHORTCODE_HERE]'); ?>

Instalación

  1. Download and extract sdk-wp-dynamic-url.zip to wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

"SDK WP DYNAMIC URL" es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce "SDK WP DYNAMIC URL" 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.