WordPress wp_titleフックがなぜか効かない理由 wp_titleフックを使っても、一向にtitleタグの内容が変わらないので困った→なんだそんなことか。のメモ 結論:All in one SEO を使ってるから。 答えは簡単で、All in one SEO を使ってたからでした。 A... 2015.11.05 WordPress
WordPress All in one SEO でtitleタグやmetaタグのkeywordやdescriptionを自動で書き換える All in one SEO を使っていて、特定のページで出力内容を変えたい場合、 aioseop_keywordsフックや、aioseop_descriptionをつかえば、自前でmetaを吐き出すコードを書くより簡単です。 たとえば、... 2015.10.23 WordPress開発
WordPress All In One SEOを利用時に、とあるページだけcanonicalを出力させたくない プラグインの All In One SEO では、canonical が設定できますが、 任意のページで ON/OFF 出来ないので、なんとかならないかと、 remove_action('wp_head', 'All_in_One_SEO... 2015.04.16 WordPressプラグイン開発