Version Description
- Fiona Get Post Tags in Slider
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 5.5 |
Comparing to | |
See all releases |
Code changes from version 5.4 to 5.5
- clever-fox.php +1 -1
- inc/fiona-blog/sections/section-slider.php +1 -1
- readme.txt +4 -1
clever-fox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Clever Fox
|
4 |
Plugin URI:
|
5 |
Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 40000+ trusted websites with us. Clever Fox contains all features which are required to create a complete website. See below free themes.
|
6 |
-
Version: 5.
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
3 |
Plugin Name: Clever Fox
|
4 |
Plugin URI:
|
5 |
Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 40000+ trusted websites with us. Clever Fox contains all features which are required to create a complete website. See below free themes.
|
6 |
+
Version: 5.5
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/fiona-blog/sections/section-slider.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
<div class="theme-table-cell">
|
21 |
<div class="av-container">
|
22 |
<div class="theme-content text-center">
|
23 |
-
<ul class="post-categories"><li><a href="<?php esc_url(the_permalink()); ?>"><?php
|
24 |
<?php
|
25 |
if ( is_single() ) :
|
26 |
|
20 |
<div class="theme-table-cell">
|
21 |
<div class="av-container">
|
22 |
<div class="theme-content text-center">
|
23 |
+
<ul class="post-categories"><li><a href="<?php esc_url(the_permalink()); ?>"><?php the_tags('','',''); ?></a></li></ul>
|
24 |
<?php
|
25 |
if ( is_single() ) :
|
26 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: demo, sections, customizer, widget, settings
|
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.7.2
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 5.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -93,6 +93,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
96 |
= 5.4 =
|
97 |
* MetaSoft Upsale Links Added
|
98 |
* Readme Updated
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.7.2
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 5.5
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 5.5 =
|
97 |
+
* Fiona Get Post Tags in Slider
|
98 |
+
|
99 |
= 5.4 =
|
100 |
* MetaSoft Upsale Links Added
|
101 |
* Readme Updated
|