>
Download This Plugin | |
Download Elegant Themes | |
Name | NS Shortcodes |
Version | 1.0.2 |
Author | Nilambar Sharma |
Rating | 0 |
Last updated | 2014-10-24 06:44:00 |
Downloads |
312
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
NS Shortcodes plugin added 11 bytes of resources to the Home page and 27 bytes of resources to the sample Post page.
NS Shortcodes plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! NS Shortcodes plugin ads no tables to your Wordpress blog database.This plugin provides you several shortcodes which you can use in your theme, content and Text widget. Simple but very useful shortcodes. You can see NS Shortcodes page under Appearance to see what shortcodes are available for you.
[ns-site-title] : Display Site Title
[ns-site-tagline] : Display Site Tagline
[ns-site-url] : Display Site URL
[ns-home-url] : Display home URL
[ns-current-year] : Display current year
[ns-login-url] : Display login URL
[ns-login-url redirect="current"] : Display login URL with redirection to current page
[ns-login-url redirect="home"] : Display login URL with redirection to home page
[ns-logout-url] : Display logout URL
[ns-logout-url redirect="current"] : Display logout URL with redirection to current page
[ns-logout-url redirect="home"] : Display logout URL with redirection to home page
[ns-registration-url] : Display registration URL
[ns-lost-password-url] : Display lost password URL
[ns-lost-password-url redirect="current"] : Display lost password URL with redirection to current page
[ns-lost-password-url redirect="home"] : Display lost password URL with redirection to home page
[ns-theme-url] : Display theme URL
[ns-theme-name] : Display theme name
[ns-theme-author-url] : Display theme author URL
[ns-theme-author-name] : Display theme author name
[ns-theme-version] : Display theme version
Example code to put in your template file.
<?php echo do_shortcode('Copyright © [ns-current-year] [ns-site-title] All rights reserved'); ?>