Skip to content

Instantly share code, notes, and snippets.

View biuroreklama's full-sized avatar
🏠
Working from home

Biuro "Reklama" biuroreklama

🏠
Working from home
View GitHub Profile
@biuroreklama
biuroreklama / gutenberg.txt
Created August 3, 2019 22:39 — forked from chrismccoy/gutenberg.txt
Gutenberg Resources
Extending Gutenberg With SlotFill and Filters
https://10up.com/blog/2019/extending-gutenberg-with-slotfill/
Add a custom sidebar panel to Gutenberg
https://richardtape.com/2018/10/05/add-a-custom-sidebar-panel-to-gutenberg/
How to create a custom block for gutenberg
https://organicthemes.com/create-custom-block-wordpress-gutenberg/
Writing a wrapper block for Gutenberg in WordPress
@biuroreklama
biuroreklama / pagination.php
Created September 21, 2018 12:13 — forked from franz-josef-kaiser/pagination.php
WordPress pretty Pagination with first/last, next/prev and range parameters above/below current page
- MOVED -
Can now be found in a repository incl. license, readme, styles and plugin php file: https://github.com/franz-josef-kaiser/Easy-Pagination-Deamon
@biuroreklama
biuroreklama / gulpfile.js
Created May 16, 2017 09:56
WordPress Gulp
'use strict';
// Load plugins
var gulp = require('gulp'),
$ = require('gulp-load-plugins')(),
browserSync = require('browser-sync'),
reload = browserSync.reload;
// Error Handler
var handleErrors = function () {