Version Description
Download this release
Release Info
Developer | techlabpro1 |
Plugin | The Post Grid |
Version | 1.8 |
Comparing to | |
See all releases |
Code changes from version 1.7 to 1.8
- README.txt +2 -2
- lib/classes/rtTPGHelper.php +1 -1
- lib/init.php +1 -1
- the-post-grid.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: post grid, content grid, post display, post format, post view, blog display, news display, post
|
5 |
Requires at least: 4
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -18,7 +18,7 @@ The Post Grid is a fully Responsive & Mobile friendly plugin to display your pag
|
|
18 |
|
19 |
[youtube https://www.youtube.com/watch?v=V651fm6eaV4]
|
20 |
|
21 |
-
By using The Post Grid plugin you can
|
22 |
|
23 |
= Features =
|
24 |
* Fully responsive and mobile friendly.
|
4 |
Tags: post grid, content grid, post display, post format, post view, blog display, news display, post
|
5 |
Requires at least: 4
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 1.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
18 |
|
19 |
[youtube https://www.youtube.com/watch?v=V651fm6eaV4]
|
20 |
|
21 |
+
By using The Post Grid plugin you can dispay your post in Grid List & Isotope view in minutes, without any line of Coding...
|
22 |
|
23 |
= Features =
|
24 |
* Fully responsive and mobile friendly.
|
lib/classes/rtTPGHelper.php
CHANGED
@@ -177,7 +177,7 @@ if(!class_exists('rtTPGHelper')):
|
|
177 |
}
|
178 |
function strip_tags_content( $excerpt, $type = "character", $limit = 0, $more = null ) {
|
179 |
$type = ( $type == "character" || $type == "word" ? $type : "character" );
|
180 |
-
$excerpt = preg_replace( '@<(\w+)\b.*?>.*?</\1>@si', '', $excerpt )
|
181 |
$excerpt = preg_replace( '`\[[^\]]*\]`', '', $excerpt );
|
182 |
$excerpt = strip_shortcodes( $excerpt );
|
183 |
$excerpt = preg_replace( '`[[^]]*]`', '', $excerpt );
|
177 |
}
|
178 |
function strip_tags_content( $excerpt, $type = "character", $limit = 0, $more = null ) {
|
179 |
$type = ( $type == "character" || $type == "word" ? $type : "character" );
|
180 |
+
/* $excerpt = preg_replace( '@<(\w+)\b.*?>.*?</\1>@si', '', $excerpt );*/
|
181 |
$excerpt = preg_replace( '`\[[^\]]*\]`', '', $excerpt );
|
182 |
$excerpt = strip_shortcodes( $excerpt );
|
183 |
$excerpt = preg_replace( '`[[^]]*]`', '', $excerpt );
|
lib/init.php
CHANGED
@@ -12,7 +12,7 @@ class rtTPG
|
|
12 |
|
13 |
$this->options = array(
|
14 |
'settings' => 'rt_the_post_grid_settings',
|
15 |
-
'version' => '1.
|
16 |
'installed_version' => 'rt_the_post_grid_current_version'
|
17 |
);
|
18 |
$this->defaultSettings = array(
|
12 |
|
13 |
$this->options = array(
|
14 |
'settings' => 'rt_the_post_grid_settings',
|
15 |
+
'version' => '1.8',
|
16 |
'installed_version' => 'rt_the_post_grid_current_version'
|
17 |
);
|
18 |
$this->defaultSettings = array(
|
the-post-grid.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: http://demo.radiustheme.com/wordpress/plugins/the-post-grid/
|
5 |
* Description: Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding.
|
6 |
* Author: RadiusTheme
|
7 |
-
* Version: 1.
|
8 |
* Text Domain: the-post-grid
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: https://radiustheme.com/
|
4 |
* Plugin URI: http://demo.radiustheme.com/wordpress/plugins/the-post-grid/
|
5 |
* Description: Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding.
|
6 |
* Author: RadiusTheme
|
7 |
+
* Version: 1.8
|
8 |
* Text Domain: the-post-grid
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: https://radiustheme.com/
|