get_the_ID()33
get_post() ->ID33
get_post( get_the_ID() ) ->ID33
global $post ->ID33
global $wpdb WHERE ID=get_the_ID()33
WP_Query 'p'=>get_the_ID()33
is_home()false
is_front_page()false
is_page()false
is_single()true
is_archive()false
is_category()false
is_singular()true
is_admin()false
is_preview()false
is_user_logged_in()false

add_filter「the_title($post_id)」投稿ID=33
add_filter「the_title($post_title)」前
フロントページを投稿した後に投稿
add_filter「the_title($post_title)」後

add_filter「the_content($content)」前

フロントページの方が前に表示される。

add_filter「the_content($content)」後

投稿日

カテゴリー:

投稿者:

タグ: