summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
authorMax2019-03-06 19:09:51 +0100
committerMax2019-03-06 19:09:51 +0100
commitad5eab66729c2f937185625a0f79de89c7a62d15 (patch)
treefe908a4bf7997b1930cbc65f43cf0b4cfea307e1 /search.php
parentde2b6a68d7129af84f1c2903a2fab579615084d0 (diff)
downloadfuselkoenig_de-ad5eab66729c2f937185625a0f79de89c7a62d15.tar.gz
Uses new template name.
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index 1495828..1d714a6 100644
--- a/search.php
+++ b/search.php
@@ -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' );
}