This commit is contained in:
Alexander Agnarson 2019-08-04 12:37:57 +02:00
parent 8240b38793
commit 65f37a635e
3 changed files with 12 additions and 2 deletions

View file

@ -10,6 +10,13 @@
<header class="entry-header group">
<h1 class="entry-title"><?php the_title(); ?></h1>
</header>
<?php if ( has_post_thumbnail() ) : ?>
<div class="entry-media">
<?php the_post_thumbnail('minimer-large'); ?>
</div>
<?php endif; ?>
<div class="entry-content">
<div class="entry themeform">
<?php the_content(); ?>

View file

@ -2,7 +2,7 @@
Contributors: alxmedia
Requires at least: 5.0
Tested up to: 5.0
Version: 1.1.5
Version: 1.1.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background
@ -71,6 +71,9 @@ Sidebar images
== Changelog ==
= 1.1.6 - 2019-08-04 =
* Added featured image to pages
= 1.1.5 - 2019-07-29 =
* Fixed Font Awesome square size

View file

@ -1,7 +1,7 @@
/*
Theme Name: Minimer
Theme URI: http://alx.media/themes/minimer/
Version: 1.1.5
Version: 1.1.6
Description: <a href="http://alx.media/themes/minimer/">Minimer</a> is a flexible personal blog theme with plenty of options. Optimized for all devices, this theme will stand out with a unique slanted sidebar including profile image, name and description. It also includes a featured posts carousel that can be enabled. Set the theme to any width and boxed style if you so wish. Use a sidebar to the left or right, set it to any color you want, or disable it entirely for a more clean look.
Author: Alexander Agnarson
Author URI: http://alx.media