wp_head()の中身を色々消す方法
functions.phpに下記を記述します。
remove_action('wp_head', 'wp_enqueue_scripts', 1);
remove_action('wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0);
remove_action('wp_head', 'feed_links_extra',3,0);
remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wlwmanifest_link');
remove_action('wp_head', 'wp_generator');
remove_action('wp_head', 'index_rel_link');
remove_action('wp_head', 'parent_post_rel_link');
remove_action('wp_head', 'start_post_rel_link');
remove_action('wp_head', 'rel_canonical');
現在適用しているテンプレートのトップディレクトリにある
functions.phpを編集。
最下行に追記。
[う]WordPressカスタマイズ:wp_head();の編集
WordPress › フォーラム » <?php wp_head(); ?>について
0 件のコメント:
コメントを投稿