Скрипт скрытия фотографий от гостей
Вставлять в HTML низ
Код:
<script language="JavaScript"> if( !document.getElementById("navprofile") ) { document.write("<style>") document.write(".post-content IMG{display:none !important}") document.write("</style>") } </script>