Skip to content

Instantly share code, notes, and snippets.

@CybMeta
CybMeta / README.md
Created December 8, 2017 18:01 — forked from chrislkeller/README.md
Displaying data from a flat JSON file on a Handlebars.js template file rendered with AJAX.

Demo: ajax-handlebars

This repo's location has changed.

@CybMeta
CybMeta / my-first-meta-box.php
Last active September 3, 2019 20:20
Simple example of adding Meta Boxes and custom fields to Wordpress post
<?php
/*
Plugin Name: My First Meta Box
Description: Simple example of adding Meta Boxes and custom fields to Wordpress post
Version: 0.1.1
Author: CybMeta
Author URI: http://cybmeta.com/
*/
add_action( 'init', 'cyb_register_meta_fields' );