add_filter「the_content($content)」前
フロントページの方が前に表示される。
add_filter「the_content($content)」後
get_the_ID() | 33 |
---|---|
get_post() ->ID | 33 |
get_post( get_the_ID() ) ->ID | 33 |
global $post ->ID | 33 |
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 |
フロントページの方が前に表示される。
投稿者:
タグ: