diff options
| author | Max | 2019-03-06 19:09:51 +0100 |
|---|---|---|
| committer | Max | 2019-03-06 19:09:51 +0100 |
| commit | ad5eab66729c2f937185625a0f79de89c7a62d15 (patch) | |
| tree | fe908a4bf7997b1930cbc65f43cf0b4cfea307e1 | |
| parent | de2b6a68d7129af84f1c2903a2fab579615084d0 (diff) | |
| download | fuselkoenig_de-ad5eab66729c2f937185625a0f79de89c7a62d15.tar.gz | |
Uses new template name.
| -rw-r--r-- | search.php | 2 | ||||
| -rw-r--r-- | taxonomy-type.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -52,7 +52,7 @@ $container = get_theme_mod( 'understrap_container_type' ); * called content-search.php and that will be used instead. */ if ( "angebote" == get_post_type() ) { - get_template_part( 'loop-templates/content', 'angebotenotitle' ); + get_template_part( 'loop-templates/content', 'angebotelist' ); } else { get_template_part( 'loop-templates/content', 'search' ); } diff --git a/taxonomy-type.php b/taxonomy-type.php index 0d83afd..6b6eff6 100644 --- a/taxonomy-type.php +++ b/taxonomy-type.php @@ -60,7 +60,7 @@ $container = get_theme_mod( 'understrap_container_type' ); */ #get_template_part( 'loop-templates/content', get_post_format() ); # Loads specific archive template. - get_template_part( 'loop-templates/content', 'angebotenotitle' ); + get_template_part( 'loop-templates/content', 'angebotelist' ); ?> <?php endwhile; ?> |
