search everything有効環境でタクソノミー検索が効かなくなる場合の解消方法 Search Everythingの開発が終了したようです。 https://wordpress.org/support/topic/search-everything-support-update/ Search Ev… haradaハック2017.08.24 864
Ajax通信で、WordPressからスマホアプリの地図に表す。 Admin-ajax.phpの中 add_action(‘wp_ajax_tell_me’, ‘tell_me’); // ログイン状態のユーザーからのアクセスで動作する add_action(‘wp_ajax_nopr… worldwithoutminハック2017.08.23 258
Ajax通信 AEDデーター(全て) smartphoneApp > index.html <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <me… worldwithoutminハック2017.08.23 471
get_post_custom_values関数について カスタムフィールドの値を取得するのに普段はget_post_metaを使用することが多いが、1つのキーに複数の値が割り当てられている場合には get_post_custom_valuesを使うとよい。 <?php … ysugiyama12ハック2017.08.21 554
wordpressにcsvデーターをcustom field templateに載せる <?php try { require(‘../wp-blog-header.php’); //date_default_timezone_set(‘Asia/Tokyo’); //$todaytime = dat… worldwithoutminハック2017.08.09 149
wordmoveについて 今まで”wordmove pull -d”をただ何も考えずに叩いていただけだったので、どのような処理なのか 少し調べてみた。 Wordmove・・・WordPressをデータベースごと管理すること… ysugiyama12ハック2017.08.07 281
AED設備の場所をWordPressに載せるCustom Field Template Template content [name] type = textfield size = 35 label = Name [address] type = textfield size = 70 label = A… worldwithoutminハック2017.08.04 156
WordPressで不動産が使うデーターを載せるテンプレ Template Content [rent] //label = 賃料(必須) type = textfield size = 20 class = number required after = 円 [room_la… worldwithoutminハック2017.08.04 184
Contact Form 7のフォームにログイン情報を埋め込んでメールで表示する コンタクトフォーム設定画面の「フォーム」で以下のhiddenタグを埋め込みます。 [hidden your-name default:user_display_name] [hidden your-email defau… haradaハック2017.07.24 3,513