Skip to content

Praison/Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

WordPress Block Patterns Plugin

New Block Patterns to Gutenberg.

Description

This plugin contains patterns for you to check out, ranging from a simple text pattern to a more complex pattern containing both images and text.

Download WordPress Block Patterns Plugin

Add your block patterns to this plugin

  1. Fork
https://github.com/Praison/Patterns
  1. Clone your new fork locally
git clone https://github.com/YOUR_USERNAME/Patterns.git
cd Patterns
  1. Connect to original repository https://github.com/Praison/Patterns
git remote add --track master upstream https://github.com/Praison/Patterns.git
git fetch upstream
  1. Create a new branch for your changes
git checkout -b YOUR_USERNAME upstream/master
  1. Add your block patterns in index.php
register_block_pattern(
'praison-gutenberg-block-patterns/TITLE-OF-YOUR-BLOCK-PATTERN',  # Add Hyphens between lowercase words
array(
    'title'   => __( 'TITLE_OF_YOUR_BLOCK_PATTERN', 'praison-gutenberg-block-patterns' ),
    'content' => "BLOCK_PATTERN_GOES_HERE",
    'categories' => array("CATEGORY"), # eg: columns, text ..etc
)
);
  1. Add, Commit, Push
git add .
git commit -m "Added block pattern TITLE_OF_YOUR_BLOCK"
git push -u origin YOUR_USERNAME
  1. Submit your pull request

Installation

  1. Download the zip file
  2. Extract the contents
  3. Upload the folder patterns to your WP plugin folder /wp-content/plugins/ directory
  4. Go to Plugins > Plugins, and activate the plugin

Patterns

This plugin contains patterns for you to check out, ranging from a simple text pattern to a more complex pattern containing both images and text.

Intro Paragraph with Two Columns

intro-paragraph-two-columns

  • Column block
    • 80% column with 28px paragraph
    • 20% empty column
  • Column block
    • 50% column with paragraph
    • 50% column with paragraph

An Article Introduction

article-introduction

  • Centered bold paragraph, 16px, for the category or topic
  • Centered h1 for the article title
  • Centered paragraph, 48px, for the byline
  • Centered paragraph, 28px, for an introductory paragraph

River Gallery with Text

river-gallery-with-text

  • Column block
    • 33% column with spacer bock, large image, and an image resized to 25%
    • 33% column with image resized to 25%, and large image
    • 33% column with spacer, h2, and paragraphs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages