Title1
Title2
————————————————
YouTube
width=”240″ height=”430″
————————————————
イメージリンク
内部リンク
aへジャンプ
リンク先(到達点)
WordPress の設定
//——————————-
// テーマの編集が即反映させるための設定
Simplicity2 child
functions.php
function getCssVersion($fileName, $isChild=true) {
$directory = ($isChild)
? get_stylesheet_directory()
: get_template_directory() ;
$filePath = “{$directory}/{$fileName}”;
return file_exists($filePath) ? filemtime($filePath) : 0 ;
}
*********************************
Simplicity2
lib/scripts.php(scripts.php)
208 (220)行目を削除
// wp_enqueue_style( ‘simplicity-style-inline’, get_template_directory_uri() . ‘/css/css-custom.css’, array(‘extension-style’) );
$fineName = ‘/style.css?v=’. getCssVersion(‘style.css’);
wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . $fineName, array(‘simplicity-style’, ‘simplicity-style’) );
//——————————-
// はてなブックマークの管理者設定、本文中にいれること
//——————————-