Helpful online apps

Fonts Proportio.app  finds proportional scales for typography quite easily Plugins WP Hive:  Checks if plugins are well optimised and updated so you can feel secure in your plugin...

Getting Started with Mailchimp

Create your account For compliance you must use an address, I left out my house number You can follow through the start up screens and skip sections if you prefer They even import your brand colors if you give them your URL which is kind of cool Bit of extra set up Go...

Getting Started with ConvertKit

Sign up for your free Convertkit plan Essential Settings Confirm your sending email address You must add a physical address, but Convertkit are happy for you to use theirs. Select your GDPR settings if required Domains: Add your business name to create a subdomain for...

Adding Schema markup for SEO

1. Add this code to your php snippets add_action( ‘wp_head’, function () { $schemamarkup = get_post_meta(get_the_ID(), ‘schemamarkup’, true);if(!empty($schemamarkup)) {echo $schemamarkup;}} ); 2. Turn on CUSTOM FIELDS from page/post settings....