Blog

【WordPress】固定ページの拡張子をhtmlにする方法

2017/04/09

固定ページ

備忘録です。

参考サイト
固定ページのパーマリンクの拡張子を .html にする方法

functions.phpに記述

/*【出力カスタマイズ】固定ページのパーマリンクの拡張子を .html にする */
add_action( 'init', 'mytheme_init' );
  if ( ! function_exists( 'mytheme_init' ) ) {
    function mytheme_init() {
    global $wp_rewrite;
    $wp_rewrite->use_trailing_slashes = false;
    $wp_rewrite->page_structure = $wp_rewrite->root . '%pagename%.html';
    // flush_rewrite_rules( false );
  }
}

パーマリンク設定を保存して終了です。

カテゴリー

月間アーカイブ

MORE

ミュージシャンズ・プラザ

神社仏閣ホームーページ制作

ホームページ制作問合せ