WordPressでは、JavaScriptファイルへのパスをテンプレートファイルに直接記入しなくても、wp_head()やwp_footer()から読み込むことができます。 読み込むことができますというか、そうしておかないとWordPressの公式テーマとしては登録できないようです。 wp_head()やwp ...
* Description: create a simple way to add js code to individual page post or custom post type header and footer, in this way it enable you to add google re-marketing code to individual pages * Version ...