ありがとうございました。カスタマーサービスに問合せしましたので、今は解決しました。
ご返信ありがとうございます。一人でどうしようもないと、落ち込んでいます。
こういう情報交換、大変ありがたく思います。ありがとうございました。私も様々な手段で試してみます。情報があり次第、皆様にお知らせします。よろしくお願いいたします。
私も同じ問題です。トップページのみ表示されません、ほかの個別ページが正常で
※サーバーはロリポップサーバーです。index.phpは下記の通りです。
元々半角ですが、同じトップページのみが正常ではありません。誰か教えてれればありがたいです。
<?php
/**
Front to the WordPress application. This file doesn't do anything, but loads
wp-blog-header.php which does and tells WordPress to load the theme.
*
@package WordPress
*/
/**
Tells WordPress to load the WordPress theme and output it.
*
@var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require DIR . '/wp-blog-header.php';