Theme's block for custom post types and taxonomies
-
Hello.
Please tell me how to inherit from your theme some elements in custom post types, for example, https://yadi.sk/d/eXKHj0fgh_hWBg .
I created taxonomy-, archive-,single-, content- templates by copying from theme templates and modified as i want, but all between the class=”main-page-wrapper” and the article class=”post-type-single” not like in demo: https://yadi.sk/d/9PV8KM-hKqXbaw
What i should include?
Hello,
There is no option. You can recreate the page title in the post and add the text manually for each post. Then you can save a template and inert in other posts like shown on short video screens: https://xtemos.com/docs/woodmart/html-blocks-2/#cat_att_tag
Best Regards
No, i need that in custom posts insert automatically headers over. In which file generates headers, like i displayed on first screenshots?
Нет, мне нужно, чтобы в пользовательских сообщениях автоматически вставлялись заголовки. В каком файле генерируются заголовки, как показано на первых скриншотах?
Please redirect my question to Artem
Hello,
You can customize in this file woodmart/inc/template-tags.php
You should edit this function: woodmart_page_title()
Best Regards