Как вывести категорию в списке записей блога на OCEAN WP?
файл: /public_html/wp-content/themes/oceanwp/partials/entry/thumbnail-style/category.php
<?php /** * Category for the thumbnail style. * * @package OceanWP WordPress theme */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } if ( 'post' === get_post_type() ) { ?> <!--noindex--><noindex> <div class="carman blog-entry-category clr"> <?php the_category( ' ', get_the_ID() ); ?> </div> </noindex><!--/noindex--> <?php } ?>
очередность заголовок- текст-категория
в той же папке
/public_html/wp-content/themes/oceanwp/partials/entry/thumbnail-style/layout.php