Version Description
- Child Page Index page order bug fix.
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 0.1.6.4 |
Comparing to | |
See all releases |
Code changes from version 0.1.6.3 to 0.1.6.4
- plugins/child_page_index/child_page_index.php +2 -0
- readme.txt +4 -1
- vkExUnit.php +1 -1
plugins/child_page_index/child_page_index.php
CHANGED
@@ -18,6 +18,8 @@ function show_childPageIndex($content) {
|
|
18 |
$args = array(
|
19 |
'post_type' => 'page',
|
20 |
'posts_per_page' => -1,
|
|
|
|
|
21 |
'post_parent' => $parentId,
|
22 |
);
|
23 |
$childrens = new WP_Query($args);
|
18 |
$args = array(
|
19 |
'post_type' => 'page',
|
20 |
'posts_per_page' => -1,
|
21 |
+
'order' => 'asc',
|
22 |
+
'orderby' => 'menu_order',
|
23 |
'post_parent' => $parentId,
|
24 |
);
|
25 |
$childrens = new WP_Query($args);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.2
|
7 |
-
Stable tag: 0.1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -67,6 +67,9 @@ e.g.
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
|
|
|
|
|
|
70 |
= 0.1.6.3 =
|
71 |
* Profile Widget & Child Page Index bug fix.
|
72 |
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 0.1.6.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
+
= 0.1.6.4 =
|
71 |
+
* Child Page Index page order bug fix.
|
72 |
+
|
73 |
= 0.1.6.3 =
|
74 |
* Profile Widget & Child Page Index bug fix.
|
75 |
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: VK All in One Expansion Unit
|
4 |
Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
|
5 |
Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
-
Version: 0.1.6.
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|
3 |
Plugin Name: VK All in One Expansion Unit
|
4 |
Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
|
5 |
Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
+
Version: 0.1.6.4
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|