EN:
Thanks for answering!
by default this widgetaria is not displayed in widgets!
you need to change the setting:
main Page settings
On the main page display
* Static page
then for the main page do
template “HomePage”
\wp-content\themes\flexible-lite\templates/flexible-lite-home.php
and only after that does it dance
“Front Page Widgets Area”
happened:
MT: Portfolio Section – there is no 1 element. Should I fill in a separate type of elements in the admin panel? post_type=MT_Portfolio? why can’t you deduce one of the available categories?
MT: Latest News – Displays 3 news items.
inconvenient and incomprehensible! for me the theme is not good.
The fact is that for the index there are many Gutenberg blocks, widget plugins and shortcodes for displaying posts in tiles, list, etc.
But in categories it is more difficult. plugins usually do not change their layout. Here:
archive.php
<?php if ( have_posts() ) ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'template-parts/content' ); ?>
<?php endwhile; ?>
So I’m looking for themes with this kind of built-in category settings.
================================
RU:
спасибо что ответили!
по умолчанию эта виджетариа не отображается в виджетах!
надо менять настройку:
Настройки главной страницы
На главной странице отображать
* Статическую страницу
затем для главной страницы сделать
template “HomePage”
\wp-content\themes\flexible-lite\templates/flexible-lite-home.php
и только после этого плявляется
“Front Page Widgets Area”
получилось:
MT Portfolio Section – ПУСТО. нет ни 1 элемента. Это я должен заполнять отдельный тип элементов в админке? post_type=MT_Portfolio? почему нельзя вывести одну из имеющихся катеорий?
MT: Latest News – вывело 3 новости.
неудобно и непонятно! для меня не годится тема.
Дело в том, что для главной существует много блоков Гутенберг, плагинов виджетов и шорткодов для вывода записей плиткой, списком и т.п.
А вот в категориях сложнее. плагины обычно не меняют в них вёрстку. Вот здесь:
archive.php
<?php if ( have_posts() ) ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'template-parts/content' ); ?>
<?php endwhile; ?>
Поэтому я ищу темы с такими встроенными настройками для категорий.