Changeset 1031918
- Timestamp:
- 11/24/2014 04:11:36 PM (11 years ago)
- Location:
- light-full-screen-slider/trunk
- Files:
-
- 2 edited
-
light-fullscreen-slider.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
light-full-screen-slider/trunk/light-fullscreen-slider.php
r1031524 r1031918 23 23 24 24 You should have received a copy of the GNU General Public License 25 along with 'Light Full Screen Slider'. If not, see { License URI}.25 along with 'Light Full Screen Slider'. If not, see {https://www.gnu.org/licenses/gpl-2.0.html. 26 26 */ 27 27 -
light-full-screen-slider/trunk/readme.txt
r1031815 r1031918 20 20 * Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer; 21 21 * Activate the plugin; 22 * Navigate to Plugin Settings and fill settings. 22 * Navigate to Plugin Settings through WordPress site administration. 23 * Navigate *Setting* >> *Light Full Screen Slider* 24 * On this page add full path including http:// of your images and add caption respectively and save setting. 25 * After setup up slide show at setting page you need to add `<?php echo get_lfs(); ?>` into your theme template file. 23 26 24 After installation go to the your WordPress site administration and navigate Setting >> Light Full Screen Slider25 On this page add full path including http:// of your images and add caption respectively and save setting.26 After setup up slide show at setting page you need to add `<?php echo get_lfs(); ?>` into your theme template file.27 27 == Frequently Asked Questions == 28 28 = What is the plugin license? = 29 29 * This plugin is released under a GPL license. 30 30 31 == Screenshots == 31 32 1. Image 01. 32 33 2. Image 02. 34 33 35 == Changelog == 34 36 = 1.0 = 35 37 * Notes of the version. 38 36 39 == Upgrade Notice == 37 40 = 1.0 = 38 41 * Initial Version. 42 39 43 == License == 40 This file is part of Your Plugin Name. 41 Your Plugin Nameis free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published44 45 Light Full Screen Slider is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published 42 46 by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 43 Your Plugin Nameis distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of47 Light Full Screen Slider is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 44 48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 45 49 Get a copy of the GNU General Public License in <http://www.gnu.org/licenses/>.
Note: See TracChangeset
for help on using the changeset viewer.