-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·67 lines (39 loc) · 1.72 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
=== Wp Vue ===
Contributors: tristup
Donate link: http://www.tristupghosh.com/
Tags: WordPress, Vue, Shortcodes
Requires at least: 4.4
Tested up to: 5.2.2
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
== Description ==
WP Vue plugin will provide you the shortcode to show the Posts using the VUE JS. Page will shows as Single Page Application.
== Major features in WP Vue include: ==
1. Shows the Posts using Vue-JS
2. Can limit the posts [ Else will take default value from Site Settings ]
3. Shows the Pagination
4. Single Page Appplication
5. Do Not reload the page.
== Shortcode & Attributes ==
#With all default values
[wp-vue-posts]
#With Post Per Page Option
[wp-vue-posts posts_per_page="20"]
#With Offset Option
[wp-vue-posts posts_per_page="20" offset="10"]
#With Order Option
[wp-vue-posts posts_per_page="20" offset="10" order="desc"]
Order Options : "desc" for descending, "asc" for ascending
#With Order By Option
[wp-vue-posts posts_per_page="20" offset="10" order="desc" orderby="date"]
Order By Options : "id" is deafult value, other valid values are "date", "relevance", "include", "title", and "slug"
== Installation ==
This section describes how to install the plugin and get it working.
1. Go to Wordpress Dashboard > Plugins > click on Installed plugins > look for add new at the top most of the screen and click here > Add Plugins > upload plugin > choose file -> click here and upload Simple Demo Importer plugin.
2. Activate Plugin through 'Plugins' menu in WordPress.
3. You can start using the Shortcode with all the possible attributes. Happy `Vuing`
== Files ==
== Screenshots ==
== Changelog ==
Intially it can be used for the Theme Demo Importer.