mirror of
https://github.com/cupcakearmy/blanco.git
synced 2024-12-22 16:16:28 +00:00
1.2
This commit is contained in:
parent
fb2781cdd1
commit
53528a3662
@ -1,5 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
add_theme_support( 'align-wide' );
|
add_theme_support('align-wide');
|
||||||
add_theme_support( 'title-tag' );
|
add_theme_support('title-tag');
|
||||||
add_theme_support( 'post-thumbnails' );
|
add_theme_support('post-thumbnails');
|
||||||
|
|
||||||
|
add_image_size('xs', 300, 300);
|
||||||
|
add_image_size('sm', 500, 500);
|
||||||
|
add_image_size('md', 800, 800);
|
||||||
|
add_image_size('lg', 1200, 1200);
|
||||||
|
add_image_size('xl', 1500, 1500);
|
||||||
|
add_image_size('xxl', 2000, 2000);
|
||||||
|
add_image_size('xxxl', 3000, 3000);
|
||||||
|
@ -4,7 +4,7 @@ Theme URI: https://github.com/cupcakearmy/blanco
|
|||||||
Author: Niccolo Borgioli
|
Author: Niccolo Borgioli
|
||||||
Author URI: https://nicco.io
|
Author URI: https://nicco.io
|
||||||
Description: This theme was intentionally left blank. There are times when all you need is the WordPress dashboard and an blank frontend. You might be using the WordPress REST API as a backend for a mobile App or you might be a minimalism obsessed hipster. This is your theme.
|
Description: This theme was intentionally left blank. There are times when all you need is the WordPress dashboard and an blank frontend. You might be using the WordPress REST API as a backend for a mobile App or you might be a minimalism obsessed hipster. This is your theme.
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
License: MIT
|
License: MIT
|
||||||
License URI: https://choosealicense.com/licenses/mit/
|
License URI: https://choosealicense.com/licenses/mit/
|
||||||
Tags: blank
|
Tags: blank
|
||||||
|
Loading…
Reference in New Issue
Block a user