Changeset 2079639
- Timestamp:
- 05/03/2019 05:51:16 AM (7 years ago)
- Location:
- show-more-toggle-button/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
show-more-toggle-button.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
show-more-toggle-button/trunk/readme.txt
r2079627 r2079639 1 This is a plugin to make toggle button for show more section. 2 You can use this plugin like below. 3 If you click show more button, the hidden content will be shown and button will disappear. 4 You can use this code multiple times in a post. 5 Please enjoy it! 1 === Show More Toggle Button === 2 Contributors: Yuta Omori 3 Tags: toggle, show more, button 4 Requires at least: 5.1.1 5 Tested up to: 5.1.1 6 Stable tag: 1.0.0 7 License: GPLv2 or later 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 Requires PHP: 7.0 6 10 11 == Description == 12 13 * This is a plugin to make toggle button for show more section. 14 * You can use this plugin like below. 15 * If you click show more button, the hidden content will be shown and button will disappear. 16 * You can use this code multiple times in a post. 17 * Please enjoy it! 18 19 ``` 7 20 [show-more-button-open text="Show More" color="white" background-color="orange" size="medium"] 8 The area that you want to toggle.21 The area that you want to toggle. 9 22 [show-more-button-close] 23 ``` 24 25 26 == Installation == 27 28 1. From the WP admin panel, click “Plugins” -> “Add new”. 29 2. In the browser input box, type “Show More Toggle Button”. 30 3. Select the “Show More Toggle Button” plugin and click “Install”. 31 4. Activate the plugin. 32 33 OR… 34 35 1. Download the plugin from this page. 36 2. Save the .zip file to a location on your computer. 37 3. Open the WP admin panel, and click “Plugins” -> “Add new”. 38 4. Click “upload”.. then browse to the .zip file downloaded from this page. 39 5. Click “Install”.. and then “Activate plugin”. 40 41 42 == Frequently asked questions == 43 44 45 == Screenshots == 46 47 == Changelog == 48 49 == Upgrade notice == -
show-more-toggle-button/trunk/show-more-toggle-button.php
r2079627 r2079639 6 6 Version: 1.0.0 7 7 Author: Yuta Omori 8 Author URI: 8 License: GPL2 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.