-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
69 lines (54 loc) · 3.38 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
=== Content Slider for WP Posts (Section Slider) ===
Contributors: kreelabs
Tags: content slider for wp posts, post content slider, content section slider, section slider, content slider, post slider, wordpress content slider, blog content slider, long post slider, long post content slider, responsive content slider, blog section content slider
Requires at least: 3.5
Tested up to: 4.9
PHP version: 5.4+
Stable tag: 0.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Display long posts interactively.
== Description ==
This Content Slider for WP Posts (or Section Slider) plugin creates sections within a post and displays them in an individual interactive slides. If your long blog posts are suffering from high bounce rates and low user interaction then breaking long post contents in section slides with this section slider plugin can help.
**Overview**
Content Slider for WP Posts (Section Slider) is a content slider plugin for WordPress that helps you display long posts in a interactive slider. The plugin allow you to create multiple sections within your post. These sections are extracted and converted into a content slider page by the plugin. The plugin uses Aside post format by default and rename it to special post format called Deck. All posts that uses post format as Deck are treated as a special content post.
**How it works?**
1. After successful plugin activation go to `add` or `edit` page of posts or pages and you will notice a post format called `Deck`.
2. Select post format `Deck` for the post you wish to create slider for.
3. Create sections using `[section]` short code.
**Features**
1. Simple shortcode section to separate different sections within a post.
2. Special post format Deck for the slider.
3. Fully extendable.
4. Can be used seamlessly in older posts.
5. Light weight and Responsive.
6. Hot key navigation (left and right arrow key)
7. Translation and customization ready.
**Creating Sections**
You can create sections within a post using `[section]` shortcode. Section shortcode takes title attribute where you can define your title. If the title is not defined the plugin will generate title automatically.
For eg:
`
[section title='My awesome first section']
... your content goes here
[/section]
[section title='My awesome second section']
... your content goes here
[/section]
[section] // This section will have default title called Section 3
... your content goes here
[/section]
`
**Contribute**
If you'd like to check out the code and contribute, join us on [GitHub](https://github.com/kreelabs/content-slider-for-wp-posts "View this plugin in GitHub").
Pull requests, issues, and plugin recommendations are more than welcome!
Have questions? Write us to hello@kreelabs.com.
== Frequently Asked Questions ==
= 1. How do I install the plugin? =
1. Unzip and upload the `section-slider` directory to the plugin directory (`/wp-content/plugins/`) or install it from `Plugins->Add New->Upload`.
2. Activate the plugin through the `Plugins` menu in WordPress.
Please write us directly at `hello [at] kreelabs.com` if you have any question or queries about the project. Please wait for
48hrs before sending another request, we try to ans your queries as quick as we can.
Please feel free to report any bug found at https://github.com/kreelabs/content-slider-for-wp-posts or `hello [at] kreelabs.com`.
== Screenshots ==
1. Section slider.
2. Making sections in admin.