WP_Query Object
(
    [query] => Array
        (
            [post_type] => mitglieder
            [orderby] => rand
            [posts_per_page] => -1
            [meta_key] => wt_ist_basis
            [meta_value] => ja
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => mitglieder_kategorie
                            [field] => slug
                            [terms] => haushaltswaren
                        )

                )

        )

    [query_vars] => Array
        (
            [post_type] => mitglieder
            [orderby] => rand
            [posts_per_page] => -1
            [meta_key] => wt_ist_basis
            [meta_value] => ja
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => mitglieder_kategorie
                            [field] => slug
                            [terms] => haushaltswaren
                        )

                )

            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [paged] => 0
            [preview] => 
            [s] => 
            [sentence] => 
            [title] => 
            [fields] => 
            [menu_order] => 
            [embed] => 
            [category__in] => Array
                (
                )

            [category__not_in] => Array
                (
                )

            [category__and] => Array
                (
                )

            [post__in] => Array
                (
                )

            [post__not_in] => Array
                (
                )

            [post_name__in] => Array
                (
                )

            [tag__in] => Array
                (
                )

            [tag__not_in] => Array
                (
                )

            [tag__and] => Array
                (
                )

            [tag_slug__in] => Array
                (
                )

            [tag_slug__and] => Array
                (
                )

            [post_parent__in] => Array
                (
                )

            [post_parent__not_in] => Array
                (
                )

            [author__in] => Array
                (
                )

            [author__not_in] => Array
                (
                )

            [search_columns] => Array
                (
                )

            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_post_term_cache] => 1
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 1
            [comments_per_page] => 50
            [no_found_rows] => 
            [taxonomy] => mitglieder_kategorie
            [term] => haushaltswaren
            [order] => 
        )

    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => mitglieder_kategorie
                            [terms] => Array
                                (
                                    [0] => haushaltswaren
                                )

                            [field] => slug
                            [operator] => IN
                            [include_children] => 1
                        )

                )

            [relation] => AND
            [table_aliases:protected] => Array
                (
                    [0] => whrsruhwbp_term_relationships
                )

            [queried_terms] => Array
                (
                    [mitglieder_kategorie] => Array
                        (
                            [terms] => Array
                                (
                                    [0] => haushaltswaren
                                )

                            [field] => slug
                        )

                )

            [primary_table] => whrsruhwbp_posts
            [primary_id_column] => ID
        )

    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [key] => wt_ist_basis
                            [value] => ja
                        )

                    [relation] => OR
                )

            [relation] => AND
            [meta_table] => whrsruhwbp_postmeta
            [meta_id_column] => post_id
            [primary_table] => whrsruhwbp_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => whrsruhwbp_postmeta
                )

            [clauses:protected] => Array
                (
                    [whrsruhwbp_postmeta] => Array
                        (
                            [key] => wt_ist_basis
                            [value] => ja
                            [compare] => =
                            [compare_key] => =
                            [alias] => whrsruhwbp_postmeta
                            [cast] => CHAR
                        )

                )

            [has_or_relation:protected] => 
        )

    [date_query] => 
    [queried_object] => WP_Term Object
        (
            [term_id] => 65
            [name] => Haushaltswaren
            [slug] => haushaltswaren
            [term_group] => 0
            [term_taxonomy_id] => 65
            [taxonomy] => mitglieder_kategorie
            [description] => Alles rund um das Thema Haushalt, Wohnen und Kochen bieten Ihnen die Fachgeschäfte in Waldshut. Schauen Sie doch einfach einmal rein und genießen Sie eine Fachberatung, die persönlich und auf Augenhöhe ist. Diese Fachgeschäfte für Haushaltswaren freuen sich, Sie begrüßen zu dürfen:
            [parent] => 0
            [count] => 5
            [filter] => raw
        )

    [queried_object_id] => 65
    [request] => 
			SELECT   whrsruhwbp_posts.*
			FROM whrsruhwbp_posts  LEFT JOIN whrsruhwbp_term_relationships ON (whrsruhwbp_posts.ID = whrsruhwbp_term_relationships.object_id) INNER JOIN whrsruhwbp_postmeta ON ( whrsruhwbp_posts.ID = whrsruhwbp_postmeta.post_id )
			WHERE 1=1  AND ( 
  whrsruhwbp_term_relationships.term_taxonomy_id IN (65)
) AND ( 
  ( whrsruhwbp_postmeta.meta_key = 'wt_ist_basis' AND whrsruhwbp_postmeta.meta_value = 'ja' )
) AND ((whrsruhwbp_posts.post_type = 'mitglieder' AND (whrsruhwbp_posts.post_status = 'publish' OR whrsruhwbp_posts.post_status = 'acf-disabled' OR whrsruhwbp_posts.post_status = 'tribe-ea-success' OR whrsruhwbp_posts.post_status = 'tribe-ea-failed' OR whrsruhwbp_posts.post_status = 'tribe-ea-schedule' OR whrsruhwbp_posts.post_status = 'tribe-ea-pending' OR whrsruhwbp_posts.post_status = 'tribe-ea-draft')))
			GROUP BY whrsruhwbp_posts.ID
			ORDER BY RAND()
			
		
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 1029
                    [post_author] => 1
                    [post_date] => 2018-06-22 10:09:56
                    [post_date_gmt] => 2018-06-22 08:09:56
                    [post_content] => 
                    [post_title] => Expert Octomedia
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => expert-octomedia
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-07-05 10:56:02
                    [post_modified_gmt] => 2019-07-05 08:56:02
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.waldshut.de/?post_type=mitglieder&p=1029
                    [menu_order] => 0
                    [post_type] => mitglieder
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 921
                    [post_author] => 1
                    [post_date] => 2018-05-17 14:31:24
                    [post_date_gmt] => 2018-05-17 12:31:24
                    [post_content] => 
                    [post_title] => Elektrohaus Reinhard
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => elektrohaus-reinhard
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-07-05 10:56:31
                    [post_modified_gmt] => 2019-07-05 08:56:31
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.waldshut.de/?post_type=mitglieder&p=921
                    [menu_order] => 0
                    [post_type] => mitglieder
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

        )

    [post_count] => 2
    [current_post] => -1
    [before_loop] => 1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 1029
            [post_author] => 1
            [post_date] => 2018-06-22 10:09:56
            [post_date_gmt] => 2018-06-22 08:09:56
            [post_content] => 
            [post_title] => Expert Octomedia
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => expert-octomedia
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2019-07-05 10:56:02
            [post_modified_gmt] => 2019-07-05 08:56:02
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://www.waldshut.de/?post_type=mitglieder&p=1029
            [menu_order] => 0
            [post_type] => mitglieder
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
        )

    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 2
    [max_num_pages] => 0
    [max_num_comment_pages] => 0
    [is_single] => 
    [is_preview] => 
    [is_page] => 
    [is_archive] => 1
    [is_date] => 
    [is_year] => 
    [is_month] => 
    [is_day] => 
    [is_time] => 
    [is_author] => 
    [is_category] => 
    [is_tag] => 
    [is_tax] => 1
    [is_search] => 
    [is_feed] => 
    [is_comment_feed] => 
    [is_trackback] => 
    [is_home] => 
    [is_privacy_policy] => 
    [is_404] => 
    [is_embed] => 
    [is_paged] => 
    [is_admin] => 
    [is_attachment] => 
    [is_singular] => 
    [is_robots] => 
    [is_favicon] => 
    [is_posts_page] => 
    [is_post_type_archive] => 
    [query_vars_hash:WP_Query:private] => b4ee99e8eb5ff44fc615de849adcd682
    [query_vars_changed:WP_Query:private] => 
    [thumbnails_cached] => 
    [allow_query_attachment_by_filename:protected] => 
    [stopwords:WP_Query:private] => 
    [compat_fields:WP_Query:private] => Array
        (
            [0] => query_vars_hash
            [1] => query_vars_changed
        )

    [compat_methods:WP_Query:private] => Array
        (
            [0] => init_query_flags
            [1] => parse_tax_query
        )

    [tribe_is_event] => 
    [tribe_is_multi_posttype] => 
    [tribe_is_event_category] => 
    [tribe_is_event_venue] => 
    [tribe_is_event_organizer] => 
    [tribe_is_event_query] => 
    [tribe_is_past] => 
)

Haushaltswaren

Alles rund um das Thema Haushalt, Wohnen und Kochen bieten Ihnen die Fachgeschäfte in Waldshut. Schauen Sie doch einfach einmal rein und genießen Sie eine Fachberatung, die persönlich und auf Augenhöhe ist. Diese Fachgeschäfte für Haushaltswaren in Waldshut freuen sich, Sie begrüßen zu dürfen:

LENINA

Wir lieben es, Menschen wie Dir eine Freude zu bereiten!

Kaiserstr. 67
79761 Waldshut
Telefon: +49 7751 8977014

Stil und Ambiente

Das Haushaltswaren-Geschäft am Unteren Tor bietet Inspiration und kompetente Beratung gleichermaßen. Die Warenwelten der führenden Marken, innovative Trendprodukte und eine abwechslungsreiche Präsentation machen den Besuch im Waldshuter Familenbetrieb zu einem besonderen Erlebnis.

Kaiserstr. 89
79761 Waldshut
Telefon: +49 7751 3552

Rümmele, gepflegte Tisch- und Wohnkultur

Beratung fängt bei uns bereits bei der Auswahl unseres Sortimentes an. Nur Dinge von denen wir auch überzeugt sind schaffen es bei uns in die Ausstellung und werden Ihnen schön dekoriert, bei uns präsentiert.

Kaiserstr. 50
79761 Waldshut
Telefon: +49 7751 3318
Fax: +49 7751 7618

Expert Octomedia

Lenzburger Str. 4+5
79761 Waldshut
Telefon: +49 7751 88060
Fax: +49 7751 880656

Elektrohaus Reinhard

Kaiserstr. 65
79761 Waldshut
Telefon: +49 7751 870808