← Back
Editing: add-header.php
<?php /** * Luxeritas WordPress Theme - free/libre wordpress platform * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * @copyright Copyright (C) 2015 Thought is free. * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later * @author LunaNuko * @link https://thk.kanzae.net/ * @translators rakeem( http://rakeem.jp/ ) */ /* ヘッダーに CSS や Javascript 等を追加したい場合は、以下の ?> 以降に書いてください * * 記事や固定ページ単位でヘッダーを追加したい場合は、 * 記事投稿(編集)画面で、カスタムフィールドに addhead という名前を追加し、 * 値の部分に CSS や Javascript を書くことで、ヘッダーを追加することもできます。 * * To add CSS or Javascript in the header, please write them after the below ?>. * * If you want to。add elements in header for certain posts or pages, * create a customfield with the name of "addhead" and write your own CSS or Javascript. * These elements will be added in the header. */ ?>
Save File
Cancel