Advanced Custom Fieldsの値でソートする

タイトルの通り、Wordpressの投稿記事やカスタム投稿タイプの記事をAdvanced custom fieldsで設定した値で並び替えしたいときのメモ。
カスタム投稿タイプ: events
ACFのフィールド名 ...
Advanced Custom Fields で画像出力する

WordPressのプラグイン「Advanced Custom Fields」で画像を出力させるときのメモ
Advanced Custom Fieldsの設定側で、画像の「返り値」を何にしたかで、出力方法が異なる
Advanced Custom Fields の項目上限数

Wordpressのカスタムフィールドを柔軟に追加できる高機能なプラグイン「Advanced Custom fields」
せっかく登録したのに、なぜか消えている・・・というショックな出来事が何回か続いたため調べ
Advanced Custom Fields 値の文字数を指定する

Advanced Custom FieldsはWordPressでカスタムフィールドを使うなら必ずと言っていい程使うプラグインです。
基本的な使い方は
<?php the_field('フィールド名'); ?& ...