👋
Husband / Dad + Creative designer and ambitious web developer currently working with a distributed team at @WordPressVIP and @Automattic
-
Made by Creative
- British Columbia, Canada
- https://madebycreative.com
- @seanlanglands
Pinned Loading
-
Example block pattern that's based o...
Example block pattern that's based on a cover block featuring move and remove locking attributes. 1<?php
2$default_attachment_url = get_stylesheet_directory_uri() . '/assets/images/default-cover-bg.jpg';
34$block_pattern_content = '<!-- wp:cover {"url":"' . esc_url( $default_attachment_url ) . '","id":42,"dimRatio":90,"minHeight":0,"minHeightUnit":"px","gradient":"vivid-cyan-blue-to-vivid-purple","align":"full","style":{"spacing":{"padding":{"top":"5rem","right":"14rem","bottom":"5rem","left":"14rem"}}}} -->
5<div class="wp-block-cover alignfull" style="padding-top:5rem;padding-right:14rem;padding-bottom:5rem;padding-left:14rem;min-height:0px">
-
Example theme.json for an existing C...
Example theme.json for an existing Classic Theme that excludes many default color and typography controls from being enabled. 1{
2"schema": "https://schemas.wp.org/trunk/theme.json",
3"version": 2,
4"settings": {
5"layout": {
-
nginx-template
nginx-template 1#{"rootDirectory":"public","phpVersion":"8.0"}
2server {
3listen 80;
4listen [::]:80;
5listen 443 ssl http2;
-
tab-group-block
tab-group-block PublicForked from terriann/tab-group-block
Gutenberg block for tab group content layout
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.