wordpress get_postsで記事一覧取得

2020年01月10日 未分類
パターン1 htmlタグを色々書く場合は、こっちのほうがわかりやすいかな。 [php]<?php $args = array( 'posts_per_page' => -1, // 全件取得 'category' => array( 12,14 ) , // カテゴリ ); $my_posts = get_posts($args); ?> &l…
「wordpress get_postsで記事一覧取得」をはてなブックマークに追加

wordpress カスタムフィールドの値で記事一覧取得、並び替え

2020年01月10日 WordPress
カスタムフィールドの条件が一つの場合 [php]<?php $args = array( 'posts_per_page' => -1, // 全件取得 'category' => array( 12,14 ), // カテゴリ 'meta_key' => 'finished', //カスタムフィールドのキー 'meta_value'…
「wordpress カスタムフィールドの値で記事一覧取得、並び替え」をはてなブックマークに追加
© graffiti on the web . All rights reserved. WordPress Theme by comfy