Adds extra classes to identify term and taxonomy items list headers
This commit is contained in:
parent
c2cc9f7ccc
commit
30ca3a28fe
|
@ -42,7 +42,7 @@ $page_container_style .= 'background-color: var(--tainacan-background-color, #f8
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
|
|
||||||
<article class="<?php echo $page_container_classes ?>" style="<?php echo $page_container_style ?>">
|
<article class="<?php echo $page_container_classes ?>" style="<?php echo $page_container_style ?>">
|
||||||
<header class="tainacan-collection-header">
|
<header class="tainacan-collection-header tainacan-collection-header--repository-page">
|
||||||
<div class="tainacan-collection-header__box">
|
<div class="tainacan-collection-header__box">
|
||||||
<?php
|
<?php
|
||||||
$hero_elements = get_theme_mod(
|
$hero_elements = get_theme_mod(
|
||||||
|
|
|
@ -49,7 +49,7 @@ $thumbnail_src = wp_get_attachment_image_src($image, 'full');
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
<article class="<?php echo $page_container_classes ?>" style="<?php echo $page_container_style ?>">
|
<article class="<?php echo $page_container_classes ?>" style="<?php echo $page_container_style ?>">
|
||||||
|
|
||||||
<header class="tainacan-collection-header">
|
<header class="tainacan-collection-header tainacan-collection-header--term-page">
|
||||||
<div class="tainacan-collection-header__box">
|
<div class="tainacan-collection-header__box">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue