section and everything up till
* * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ global $post; $theme_options = get_theme_options(); $custom_css = get_custom_css(); // カウントダウン有無 $countdown = false; if( is_page() ) { if( get_field('countdown_method', $post->ID) === 'access' || get_field('countdown_method', $post->ID) === 'date' ) { $countdown = true; } } // ページ幅 if( is_home() || is_single() || is_archive() || is_search() || (get_field('entire_enable', $post->ID) === 'on' || $theme_options['all_enable'] === 'on') ) { // 全体設定 if( $theme_options['pwidth'] ) { $pwidth = $theme_options['pwidth']; } else { $pwidth = 900; } $sp_enable = $theme_options['sp_enable']; } else { // 個別設定 if( get_field('pwidth', $post->ID) ) { $pwidth = get_field('pwidth', $post->ID); } else { $pwidth = 900; } $sp_enable = get_field('sp_enable', $post->ID); } ?> 最新LP | Just another WordPress site

Hello world!

2020年10月21日

WordPress へようこそ。こちらは最初の投稿です。編集または削除し、コンテンツ作成を始めてください。

カテゴリー: 未分類 | 投稿者: yokoyan1031

最近の投稿

  • Hello world!

最近のコメント

    アーカイブ

    • 2020年10月

    カテゴリー

    • 未分類

    メタ情報

    • ログイン
    • 投稿フィード
    • コメントフィード
    • WordPress.org