2018-01-04から1日間の記事一覧

wp カスタムヘッダー funcitons.php

funcitons.php /*--------- カスタムヘッダー 開始 -------------*/ # ヘッダー画像add_theme_support('custom-header', array( 'width' => 1120, 'height' => 380, 'header-text' => false));

Wp カスタム投稿フィールド グーグルマップ自動設置機能 めも

/*-----カスタムフィールド 方法 2 --------*/ /*-----カスタムフィールド 方法 2 --------*/ // 固定カスタムフィールドボックスfunction add_shrine_fields() { //add_meta_box(表示される入力ボックスのHTMLのID, ラベル, 表示する内容を作成する関数名, …

wp コピペ用  sidebar.php

<div class="profile"> </div> 'post', 'post_per_page' => '5')); if($myposts) : ?> <aside class="mymenu"><h2>最新記事一覧</h2><ul> <li></li></ul></aside>