芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/ycreate.jp/wp-content/plugins/seo-simple-pack/inc/tab/top_basic.php
' . sprintf( SSP_Data::$texts['quoted_title'], __( 'General Settings' ) ) . ''; // 「一般設定」 -> 「サイトのタイトル」 $general_to_title = $general_page_link . ' -> ' . sprintf( SSP_Data::$texts['quoted_title'], __( 'Site Title' ) ); // 「一般設定」 -> 「キャッチフレーズ」 $general_to_tagline = $general_page_link . ' -> ' . sprintf( SSP_Data::$texts['quoted_title'], __( 'Tagline' ) ); // Front Page $page_title__home = __( 'Front Page', 'loos-ssp' ); $quoted_title__home = sprintf( SSP_Data::$texts['quoted_title'], $page_title__home ); // 基本設定 self::output_section( __( 'Basic setting', 'loos-ssp' ), [ 'site_title' => [ 'title' => __( 'Site title', 'loos-ssp' ) . ' (' . __( 'For confirmation', 'loos-ssp' ) . ')', 'item' => '
', 'desc' => sprintf( __( 'Contents of %s.', 'loos-ssp' ), $general_to_title ) . '
' . sprintf( SSP_Data::$texts['is_snippet'], '
%_site_title_%
' ), ], 'site_catch_phrase' => [ 'title' => __( 'Site catchphrase', 'loos-ssp' ) . ' (' . __( 'For confirmation', 'loos-ssp' ) . ')', 'item' => '
', 'desc' => sprintf( __( 'Contents of %s.', 'loos-ssp' ), $general_to_tagline ) . '
' . sprintf( SSP_Data::$texts['is_snippet'], '
%_tagline_%
' ), ], 'separator' => [ 'title' => __( 'Delimiter', 'loos-ssp' ), 'class' => '-separator', 'type' => 'radio_btn', 'choices' => SSP_Data::SEPARATORS, 'desc' => sprintf( __( 'The character selected here is treated as %s.', 'loos-ssp' ), '
%_sep_%
' ), ], 'home_title' => [ 'title' => sprintf( SSP_Data::$texts['title_of'], $quoted_title__home ), 'preview' => true, 'desc' => sprintf( SSP_Data::$texts['default_output'], $quoted_title__home, '
<title>
' ), ], 'home_desc' => [ 'title' => sprintf( SSP_Data::$texts['description_of'], $quoted_title__home ), 'type' => 'textarea', 'class' => '-wide', 'desc' => sprintf( SSP_Data::$texts['default_output'], $quoted_title__home, '
meta:description
' ) . sprintf( SSP_Data::$texts['is_snippet'], '
%_description_%
' ) . '
※ ' . __( 'If the input content is empty, the content of the "Site catchphrase" has priority.', 'loos-ssp' ), ], 'home_keyword' => [ 'title' => sprintf( SSP_Data::$texts['keyword_of'], $quoted_title__home ), 'class' => '-wide', 'desc' => '*' . __( 'If there are multiple, enter them separated by ",".', 'loos-ssp' ), ], 'reuse_keyword' => [ 'class' => '-mt-shorten', 'type' => 'checkbox', 'label' => __( 'Output the same keywords as above when the keywords setting of each post is empty', 'loos-ssp' ), ], ] ); // 特殊ページ設定 $page_title__s = __( 'Search result page', 'loos-ssp' ); $quoted_title__s = sprintf( SSP_Data::$texts['quoted_title'], $page_title__s ); $page_title__404 = __( '404 page', 'loos-ssp' ); $quoted_title__404 = sprintf( SSP_Data::$texts['quoted_title'], $page_title__404 ); $feed_title = __( 'Feed page', 'loos-ssp' ); $quoted_title__feed = sprintf( SSP_Data::$texts['quoted_title'], $feed_title ); self::output_section( __( 'Particular page settings', 'loos-ssp' ), [ 'search_title' => [ 'title' => sprintf( SSP_Data::$texts['title_of'], $quoted_title__s ), 'desc' => sprintf( SSP_Data::$texts['default_output'], $quoted_title__s, '
<title>
' ), 'preview' => true, ], '404_title' => [ 'title' => sprintf( SSP_Data::$texts['title_of'], $quoted_title__404 ), 'desc' => sprintf( SSP_Data::$texts['default_output'], $quoted_title__404, '
<title>
' ), 'preview' => true, ], 'feed_noindex' => [ 'title' => sprintf( SSP_Data::$texts['noindex'], $quoted_title__feed ), 'type' => 'switch', // 'desc' => SSP_Data::$texts['noindex_help'], ], ] );