Hello,
I think you are referring to the head section of the mobile theme: https://www.screencast.com/t/wOvTpvExgZU
Thank you!
Нет. Надо чтобы сначала был текст записи, затем комментарии, а затем уже автор и еще из рубрики. Это сделать во всей теме. Не только в мобильной версии. Спасибо. И еще вопрос. Можно ли убрать из мобильной темы определенную рубрику?
No. It is necessary that at first there was a text of record, then comments, and then already the author and still from a heading. To do it throughout the topic. Not only in the mobile version. Thanks. And still question. Is it possible to remove the mobile theme from a certain category?
Спасибо. Нашел. Написал в loop.php
query_posts($query_string .’&cat=-**’); Заработало!
О комментариях вопрос еще актуальный
Thanks. I’ve found it. Written in the loop.php –
“query_posts ($query_string .’&cat= -**’);” Earned!
On review the question is still relevant
Ok,
I understand now. Please follow this topic to move the comments section:
https://forum.tagdiv.com/topic/how-to-put-comments-form-right-after-sharing-row-on-the-bottom-of-all-articles/
Thank you!
Please check the mobile folder under the main theme folder. Those are the files used on the mobile theme. https://www.screencast.com/t/VlNEapCd
Thank you!
Thanks. but nothing helped, or I did not understand. Менял строчку “<?php echo $td_mod_single->get_comments();?>” в разные места, но не меняется ничего.
Еще вопрос.
Можно ли в мобильной теме включить функцию “Unique articles:” как в десктоп версии? Чтобы записи не повторялись?
Thanks. but nothing helped, or I did not understand. Change the line “<?php echo $td_mode_single->get_comments();?> “in different places but nothing changes.
More question.
Is it possible for the mobile theme to include the function of “Unique articles” like in the desktop version? To prevent the recordings from being repeated?
Мобильная тема. В описании написано: top grid – displays 3 featured posts (posts included in the Featured category). Не работает. Показывает по времени. Менял все файлы мобильной темы. Как показывать определенную рубрику?
The mobile theme. The description says: top grid-display 3 featured posts (posts included in the Featured category). It’s not working. Shows on time. Changed all the files in the mobile theme. How do I show a specific category?
Hello,
Please only use English. We do not speak Russian so posting in 2 languages does not help.
You are not handling the code for the comments but rather for the comment count. The little bubble that counts comments. The comments themselves are here: https://www.screencast.com/t/XCjr7wcSUb
As for the 3 featured posts, you will need to have featured posts in order for this section to appear. If you want to change the posts to another sort option you will have to change this code: https://www.screencast.com/t/GlWncm9ju
Thank you!