Skip to content
🌍 A tiny WordPress theme focused on being as sustainable as possible. https://sustywp.com
PHP CSS
Branch: master
Clone or download
Pull request Compare This branch is 13 commits ahead, 2 commits behind jacklenox:master.

Latest commit

skyfaller register_html_support may not exist
Based on this suggestion: https://stackoverflow.com/questions/49528153/remove-type-attribute-from-script-tags-in-wordpress/53380692#53380692
I tried adding:
add_action( 'after_setup_theme', 'register_html_support' );
However, my Caddy webserver complained:
PHP Warning:  call_user_func_array() expects parameter 1 to be a valid callback, function 'register_html_support' not found or invalid function name in /srv/pa.sunrisemovement.org/wordpress/wp-includes/class-wp-hook.php on line 288
So I guess I'll cut that out and see if things still work as expected.
Latest commit b7432d0 Feb 2, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
fonts add source sans pro Apr 10, 2019
images work on header and get full height layout Apr 10, 2019
inc clean up styles a bit more, add header links, remove comments Apr 24, 2019
languages Initial commit of _s May 23, 2018
template-parts Cut out the fat, rename to "susty" May 31, 2018
.gitignore add source sans pro Apr 10, 2019
404.php Cut out the fat, rename to "susty" May 31, 2018
LICENSE Initial commit of _s May 23, 2018
README.md Add more to README Jun 6, 2018
archive.php Cut out the fat, rename to "susty" May 31, 2018
comments.php clean up styles a bit more, add header links, remove comments Apr 24, 2019
composer.json Add Composer support Aug 11, 2018
composer.lock Add Composer support Aug 11, 2018
footer.php rename theme Apr 24, 2019
functions.php register_html_support may not exist Feb 2, 2020
header.php clean up styles a bit more, add header links, remove comments Apr 24, 2019
index.php Cut out the fat, rename to "susty" May 31, 2018
menu.php Fix translatable strings and escaping Jun 8, 2018
page.php Cut out the fat, rename to "susty" May 31, 2018
phpcs.xml.dist Initial commit of _s May 23, 2018
readme.txt Update readmes Jun 4, 2018
rtl.css Initial commit of _s May 23, 2018
screenshot.png Initial commit of _s May 23, 2018
search.php Cut out the fat, rename to "susty" May 31, 2018
single.php Cut out the fat, rename to "susty" May 31, 2018
style.css add Sunrise colors as CSS variables Jan 24, 2020

README.md

Susty 🌍

Hello. I'm a super-lightweight theme called Susty. I have been built to demonstrate how small a WordPress site can be (just 6KB of data transfer, or 7 with Yoast!).

Note: I am an experiment in minimalism, which means that the aim of this theme is to provide just enough code to power the interface of Susty WP. It is therefore not recommended that you just go ahead and activate for your production blog or website without making some adjustments first.

The goals of this theme are outlined in a blog post entitled, Delivering WordPress in 7KB.

You can’t perform that action at this time.