vektor-inc / vk-all-in-one-expansion-unit

wordpress plugin of powerful support
https://ja.wordpress.org/plugins/vk-all-in-one-expansion-unit/
GNU General Public License v2.0
7 stars 1 forks source link

[ OG処理 ] カスタム投稿タイプアーカイブでOGの処理が該当の投稿を反映させてしまう #749

Closed kurudrive closed 2 years ago

kurudrive commented 2 years ago

https://vws.vektor-inc.co.jp/forums/topic/custom-post-type-og-title

drill-lancer commented 2 years ago

@kurudrive OG タイトルの仕様について質問です。 組み合わせは下記でよろしいでしょうか?

現状:https://github.com/vektor-inc/vk-all-in-one-expansion-unit/blob/e5a775d72c8ac985ea34a55fa1057407288800ff/inc/sns/sns.php#L98-L184

検索結果(キーワードあり): sprintf( __( 'Search Results for : %s', 'vk-all-in-one-expansion-unit' ), get_search_query() );

検索結果(キーワードなし): __( 'Search Results', 'vk-all-in-one-expansion-unit' );

is_404(): __( 'Not found', 'vk-all-in-one-expansion-unit' ) or 現状のままでも OK かと

is_front_page() : 現状のままでも OK かと

! is_front_page() && is_home(): 投稿アーカイブ用の固定ページの名前

is_singular(): 現状のままでも OK かと

その他アーカイブページ: get_the_archive_title()

kurudrive commented 2 years ago

@drill-lancer はい、OKです!よろしくお願いいたします。

drill-lancer commented 2 years ago

マージされたので Close