更新に失敗しました。 無効なパラメータ: template
'orderby' => 'modified',
<!-- wp:paragraph {"placeholder":"クエリが結果を返さない場合に表示するテキスト、またはブロックを追加してください。"} -->
the_password_form
post_password_required()
https://elearn.jp/wpman/function/comment_form.html
実は、<!--noteaser-->
は、ブロックエディタでも使える
Read More ブロックは、要約文字数以下の位置であれば、そこで切られるが、それよりも後方にあれば、要約文字数でちょん切られる。
Excerptは使えるが、HTMLは書けない。これもまた、要約文字数でちょん切られる
the quick brown fox jumps over the lazy dog
link button heading text
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
test | test |
test | test |
hello world
hello world
emulsion_layout_control
emulsion_have_posts
template-parts/content.php
削除予定
emulsion_has_archive_format
array(14) {
["post"]=> string(4) "post"
["page"]=> string(4) "page"
["attachment"]=> string(10) "attachment"
["revision"]=> string(8) "revision"
["nav_menu_item"]=> string(13) "nav_menu_item"
["custom_css"]=> string(10) "custom_css"
["customize_changeset"]=> string(19) "customize_changeset"
["oembed_cache"]=> string(12) "oembed_cache"
["user_request"]=> string(12) "user_request"
["wp_block"]=> string(8) "wp_block"
["wp_template"]=> string(11) "wp_template"
["wp_template_part"]=> string(16) "wp_template_part"
["wp_global_styles"]=> string(16) "wp_global_styles"
["wp_navigation"]=> string(13) "wp_navigation"
}
$args = array('post_type' => "wp_template");
var_dump( get_posts( $args) );