This commit is contained in:
cupcakearmy 2021-11-21 20:52:39 +01:00
parent fb2781cdd1
commit 53528a3662
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
3 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,13 @@
<?php
add_theme_support( 'align-wide' );
add_theme_support( 'title-tag' );
add_theme_support( 'post-thumbnails' );
add_theme_support('align-wide');
add_theme_support('title-tag');
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);

View File

@ -10,4 +10,4 @@
<body>
</body>
</html>
</html>

View File

@ -4,7 +4,7 @@ Theme URI: https://github.com/cupcakearmy/blanco
Author: Niccolo Borgioli
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.
Version: 1.1
Version: 1.2
License: MIT
License URI: https://choosealicense.com/licenses/mit/
Tags: blank