Skip to content

Instantly share code, notes, and snippets.

@gatespace
gatespace / gist:6005221
Last active December 19, 2015 19:19 — forked from hissy/my-adsense.php
自分のブログ用に改造してみた。 ウィジェット部分(常に)、is_singular がtrue なら <!-- more -->部分、本文の最後、かつモバイルでは小さいのが表示されるように。
<?php
/*
Plugin Name: My AdSense
Description: add adsense to my blog
Author: Takuro Hishikawa
Version: 0.1
Author URI: http://notnil-creative.com/
*/
// add adsbygoogle.js to footer
@gatespace
gatespace / LINGUAS
Last active December 16, 2015 06:49 — forked from miya0001/Makefile
自分用に改変。
ja
@gatespace
gatespace / gist:4108710
Created November 19, 2012 02:52 — forked from tekapo/gist:4108697
最強のテンプレートタグ get_the_khoshino()
<?php
function get_the_khoshino($username == null) {
if (!empty($username)) {
return 'いやいや'.$username.'さんほどでは。';
} else {
return 'やはりですか。なるほどですね。';
}
}
?>