12 search resultsShowing 1~12 results

Stocked
hisa_k

@hisa_k

初期ウィジェットを無効化

独自ウィジェットを追加する場合、初期ウィジェットは不要なので無効化する関数 ソースコード functions.php /** * 初期ウィジェットを無効化 */ function remove_...

0
2
Comment0
hisa_k

@hisa_k

配列が空かどうかを判定する

入れ子で配列が返ってくる場合に中身が空かどうかを判定する関数。 ACFを利用する場合は、have_rows関数でも問題ないと思う。 ソースコード functions.php <?php /...

0
1
Comment0
hisa_k

@hisa_k

タームのスラッグを取得する

タクソノミー(taxonomy-xxx.php)・投稿記事(single-xxx.php)・ループ内でタームのスラッグを取得する関数。 ※投稿記事のターム選択は単一でお願いします。 Source...

2
2
Comment0
hisa_k

@hisa_k

Sublime Text 2 Macのまとめ

基本設定 スキンの変更 メニューバー【Sublime Text 2】-【Preferences】-【Color Scheme】 ショートカット一覧 コマンドパレットを開く command + s...

2
2
Comment0
hisa_k

@hisa_k

LESS記述

ミックスイン パラメータなしの場合 .size(){ height: 200px; width: 200px; } div{ .size; } パラメータありの場合 .size(@h, @w){...

1
2
Comment0

12 search resultsShowing 1~12 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in