前提・実現したいこと
PHPを7.3.5にバージョンアップしてから、Wordpress(バージョン 5.3–ja )の
トップ画面にて、下記警告が出来ている状態であり、下記警告を消したいですが、
消す事が出来ず困っています。
Warning: count(): Parameter must be an array or an object that implements Countable in /export/sd206/www/jp/r/e/gmoserver/1/0/sd0291610/infla-lab.com/wordpress-4.3.1-ja-jetpack-undernavicontrol/wp-includes/post-template.php on line 316
■template.phpの316行目付近
if ( $elements['page'] > count( $elements['pages'] ) ) { // if the requested page doesn't exist $elements['page'] = count( $elements['pages'] ); // give them the highest numbered page that DOES exist } $page_no = $elements['page']; $content = $elements['pages'][ $page_no - 1 ]; if ( preg_match( '/<!--more(.*?)?-->/', $content, $matches ) ) { if ( has_block( 'more', $content ) ) { // Remove the core/more block delimiters. They will be left over after $content is split up. $content = preg_replace( '/<!-- /?wp:more(.*?) -->/', '', $content );
試したこと
プラグインのJetpackを一度削除して、再インストールをしましたが、
下記警告は消えない状況です。
補足情報
WordPressで使用しているテーマは「Moesia」となります。
以上、何卒宜しくお願い致します。
回答2件
あなたの回答
tips
プレビュー