Skip to content

Commit

Permalink
Bugfix in yarrp template
Browse files Browse the repository at this point in the history
  • Loading branch information
adeojonathan committed Oct 4, 2014
1 parent 4125839 commit 73cad59
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap/css/multiloquent/style.css
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/less/multiloquent/style.less
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion multiloquent-base.php
Expand Up @@ -34,7 +34,7 @@ function __construct()
*/
function multiloquent_version()
{
$version = '8.0.01';
$version = '8.0.02';
return $version;
}

Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions yarpp-template-multiloquent.php
Expand Up @@ -3,6 +3,8 @@
* YARPP Template: multiloquent Author: jonathan Description: A simple example YARPP template.
*/

global $multiloquent;

?>

<section class="container post">
Expand Down

0 comments on commit 73cad59

Please sign in to comment.