Skip to content

Instantly share code, notes, and snippets.

View mochiflappe's full-sized avatar
🦐
エビ飼ってます

mochi mochiflappe

🦐
エビ飼ってます
View GitHub Profile
@mochiflappe
mochiflappe / single.php
Created December 16, 2015 09:49 — forked from fumikito/single.php
Add term meta example
<?php
the_post();
/**
* Get color function.
*
* Get term meta on loop is little bit annoying.
* You should define some wrapper function.
*/
function get_color($tag){
@mochiflappe
mochiflappe / 0_reuse_code.js
Last active August 29, 2015 14:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console