芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/rigato2.ycreate.site/wp-content/themes/swell/lib/post_meta/meta_lp.php
ID; SWELL::set_nonce_field( '_meta_lp' ); ?>
'lp_content_width', 'title' => __( 'コンテンツの最大幅', 'swell' ), 'meta' => get_post_meta( $the_id, 'lp_content_width', true ) ?: '900px', ]; Field::meta_text_input( $field_args ); ?>
=esc_html__( 'コンテンツの囲み枠', 'swell' )?>
__( 'なし', 'swell' ), 'border' => __( '線で囲む', 'swell' ), 'shadow' => __( '影をつける', 'swell' ), ]; Field::meta_radiobox( 'lp_body_style', $choices, $meta_val ); ?>
=esc_html__( 'アイキャッチ画像の表示設定', 'swell' )?>
_x( '非表示', 'show', 'swell' ), 'top' => __( 'フルワイドで表示', 'swell' ), 'inner' => __( 'コンテンツに収めて表示', 'swell' ), ]; Field::meta_radiobox( 'lp_thumb_pos', $choices, $meta_val ); ?>
=esc_html__( 'タイトルの表示設定', 'swell' )?>
_x( '非表示', 'show', 'swell' ), 'inner' => _x( '表示', 'show', 'swell' ), ]; Field::meta_radiobox( 'lp_title_pos', $choices, $meta_val ); ?>
=esc_html__( 'SWELLのスタイルを適用するか', 'swell' )?>
__( '適用する', 'swell' ), 'off' => __( '適用しない', 'swell' ), ]; Field::meta_radiobox( 'lp_use_swell_style', $choices, $meta_val ); ?>
=esc_html__( '通常の投稿ページのように、記事のコンテンツにSWELLのスタイルを適用するかどうか。', 'swell' )?>
=esc_html__( 'ヘッダー・フッター設定', 'swell' )?>
__( 'SWELLのヘッダーを使用する', 'swell' ), 'lp_use_swell_footer' => __( 'SWELLのフッターを使用する', 'swell' ), ]; foreach ( $meta_checkboxes as $key => $label ) : $meta_val = get_post_meta( $the_id, $key, true ); ?>
'str', 'lp_body_style' => 'str', 'lp_thumb_pos' => 'str', 'lp_title_pos' => 'str', 'lp_use_swell_style' => 'str', 'lp_use_swell_header' => 'check', 'lp_use_swell_footer' => 'check', ]); }