diff --git a/bootstrap/css/multiloquent/style.css b/bootstrap/css/multiloquent/style.css index 3ddf775..dc8d55d 100644 --- a/bootstrap/css/multiloquent/style.css +++ b/bootstrap/css/multiloquent/style.css @@ -4,7 +4,7 @@ Theme URI: http://jonathansblog.co.uk/multiloquent Author: Jonathan Author URI: http://jonathansblog.co.uk Description: Multiloquent html5 / bootstrap theme - a theme with 10 dynamic sidebars in various locations using twitter bootstrap complete with yaarp related posts theme, dynamic top10 front page featured posts, fontawesome icons, category index page template, tag index page template and 3 post templates. Version 6.1.0 adds wordpress theme customisation API for theme colours and text colours. Version 6.4.0 adds support for custom header images. Version 7.0.0 adds support for bootswatch themes via the customisation panel -Version: 8.0.01 +Version: 8.0.02 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: custom-header, sticky-post, custom-colors, light, editor-style, gray, white, one-column, two-columns, right-sidebar, custom-menu, featured-images, fluid-layout, responsive-layout, full-width-template, microformats, post-formats diff --git a/bootstrap/less/multiloquent/style.less b/bootstrap/less/multiloquent/style.less index ed3a55b..1590b72 100644 --- a/bootstrap/less/multiloquent/style.less +++ b/bootstrap/less/multiloquent/style.less @@ -4,7 +4,7 @@ Theme URI: http://jonathansblog.co.uk/multiloquent Author: Jonathan Author URI: http://jonathansblog.co.uk Description: Multiloquent html5 / bootstrap theme - a theme with 10 dynamic sidebars in various locations using twitter bootstrap complete with yaarp related posts theme, dynamic top10 front page featured posts, fontawesome icons, category index page template, tag index page template and 3 post templates. Version 6.1.0 adds wordpress theme customisation API for theme colours and text colours. Version 6.4.0 adds support for custom header images. Version 7.0.0 adds support for bootswatch themes via the customisation panel -Version: 7.1.1 +Version: 8.0.02 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: custom-header, sticky-post, custom-colors, light, editor-style, gray, white, one-column, two-columns, right-sidebar, custom-menu, featured-images, fluid-layout, responsive-layout, full-width-template, microformats, post-formats diff --git a/multiloquent-base.php b/multiloquent-base.php index e99ad98..82fc8eb 100644 --- a/multiloquent-base.php +++ b/multiloquent-base.php @@ -34,7 +34,7 @@ function __construct() */ function multiloquent_version() { - $version = '8.0.01'; + $version = '8.0.02'; return $version; } diff --git a/style.css b/style.css index 3ddf775..dc8d55d 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://jonathansblog.co.uk/multiloquent Author: Jonathan Author URI: http://jonathansblog.co.uk Description: Multiloquent html5 / bootstrap theme - a theme with 10 dynamic sidebars in various locations using twitter bootstrap complete with yaarp related posts theme, dynamic top10 front page featured posts, fontawesome icons, category index page template, tag index page template and 3 post templates. Version 6.1.0 adds wordpress theme customisation API for theme colours and text colours. Version 6.4.0 adds support for custom header images. Version 7.0.0 adds support for bootswatch themes via the customisation panel -Version: 8.0.01 +Version: 8.0.02 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: custom-header, sticky-post, custom-colors, light, editor-style, gray, white, one-column, two-columns, right-sidebar, custom-menu, featured-images, fluid-layout, responsive-layout, full-width-template, microformats, post-formats diff --git a/yarpp-template-multiloquent.php b/yarpp-template-multiloquent.php index 47eceb7..7dcef1f 100644 --- a/yarpp-template-multiloquent.php +++ b/yarpp-template-multiloquent.php @@ -3,6 +3,8 @@ * YARPP Template: multiloquent Author: jonathan Description: A simple example YARPP template. */ +global $multiloquent; + ?>