Descrizione
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
- Download and extract
sdk-wp-dynamic-url.ziptowp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu in WordPress.
- 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]'); ?>
Installazione
- Download and extract
sdk-wp-dynamic-url.ziptowp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu in WordPress.
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“SDK WP DYNAMIC URL” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “SDK WP DYNAMIC URL” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.