Думаю, все же это связанно с комментариями, так как на главной странице также все правильно отображается, несмотря на авторизацию.
Пытался удалить все комментарии, точнее формы для записи комментариев на страницах постов. Делал я это в редакторе кодов, заходя в function.php, single.php, header.php, comments.php, wp-comments — я перепроверил все с резервными файлами этих страниц и нашел лишь одну ошибку — не закрыл комментарий в single.php. Я исправил ее, но проблема не пропала.
меня вчера за это отругали)) просто закрой комментирование в главных настройках. а те файлы что ты перелопатил, лучше верни в исходный вид.
Я их исправил, вернул как были — но не помогло. А в главных настройках можно отключить комментирование только будущих страниц.
Имеет смысл начать с валидатора html
Провел валидацию страницы, которая нормально отображается и той, которая не правильно отображается. Валидатор выдал одни и те же ошибки.
Errors found while checking this document as HTML5!
Validation Output: 11 Errors
Error Line 6, Column 64: Bad value X-UA-Compatible for attribute http-equiv on element meta.
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
✉
Error Line 14, Column 101: & did not start a character reference. (& probably should have been escaped as &.)
…s.googleapis.com/css?family=Cuprum:700&subset=cyrillic' type='text/css' media=…
✉
Error Line 248, Column 36: Element object is missing one or more of the following attributes: data, type.
<p><object width="730" height="411"><param name="movie" value="//www.youtube.co…
Attributes for element object:
Global attributes
data
type
typemustmatch
name
usemap
form
width
height
Error Line 248, Column 127: Stray end tag param.
…S6A96M?version=3&hl=ru_RU"></param><param name="allowFullScreen" value="tr…
✉
Error Line 248, Column 178: Stray end tag param.
…"allowFullScreen" value="true"></param><param name="allowscriptaccess" value="…
✉
Error Line 248, Column 233: Stray end tag param.
…owscriptaccess" value="always"></param><embed src="//www.youtube.com/v/AJjp1S6…
✉
Error Line 248, Column 421: Stray end tag embed.
…t="411" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
✉
Error Line 510, Column 15: Bad value https://plus.google.com/111020260851483399658?↩ rel=author for attribute href on element a: Tab, new line or carriage return found.
rel=author">Автор публикаций</a></div>
Syntax of URL:
Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
Error Line 633, Column 155: Element link is missing required attribute property.
…ontent/themes/mantra/style-mobile.css?ver=3.9.1' type='text/css' media='all' />
Attributes for element link:
Global attributes
href
crossorigin
rel
media
hreflang
type
sizes
Also, the title attribute has special semantics on this element.
Error Line 634, Column 240: Element link is missing required attribute property.
…style/SlideshowPlugin/functional.css?ver=2.2.21' type='text/css' media='all' />
Attributes for element link:
Global attributes
href
crossorigin
rel
media
hreflang
type
sizes
Also, the title attribute has special semantics on this element.
Error Line 635, Column 339: Element link is missing required attribute property.
…age-gallery-custom-styles_1&ver=1405147845' type='text/css' media='all' />
Attributes for element link:
Global attributes
href
crossorigin
rel
media
hreflang
type
sizes
Also, the title attribute has special semantics on this element.
Зашел с другого компьютера не авторизированным — все правильно отображается. Когда захожу со своего, черная панель вверху то есть, то пропадает. Когда пропадает — страница отображается не правильно.