WP_Query Object
(
[query] => Array
(
[post_type] => prodotto
)
[query_vars] => Array
(
[post_type] => prodotto
[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
[meta_key] => 
[meta_value] => 
[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
(
)
[meta_query] => Array
(
)
[orderby] => menu_order
[order] => ASC
[ignore_sticky_posts] => 
[suppress_filters] => 
[cache_results] => 1
[update_post_term_cache] => 1
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[posts_per_page] => 100
[nopaging] => 
[comments_per_page] => 50
[no_found_rows] => 
)
[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
)
[relation] => AND
[table_aliases:protected] => Array
(
)
[queried_terms] => Array
(
)
[primary_table] => karmek_posts
[primary_id_column] => ID
)
[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
)
[relation] => 
[meta_table] => 
[meta_id_column] => 
[primary_table] => 
[primary_id_column] => 
[table_aliases:protected] => Array
(
)
[clauses:protected] => Array
(
)
[has_or_relation:protected] => 
)
[date_query] => 
[queried_object] => WP_Post_Type Object
(
[name] => prodotto
[label] => Products
[labels] => stdClass Object
(
[name] => Products
[singular_name] => Product
[add_new] => Aggiungi prodotto
[add_new_item] => Nuovo prodotto
[edit_item] => Modifica prodotto
[new_item] => New Post
[view_item] => Vedi prodotto
[view_items] => View Posts
[search_items] => Cerca prodotto
[not_found] => Not found
[not_found_in_trash] => Not found
[parent_item_colon] => Prodotto parent:
[all_items] => Tutti i prodotti
[archives] => Tutti i prodotti
[attributes] => Post Attributes
[insert_into_item] => Insert into post
[uploaded_to_this_item] => Uploaded to this post
[featured_image] => Featured Image
[set_featured_image] => Set featured image
[remove_featured_image] => Remove featured image
[use_featured_image] => Use as featured image
[filter_items_list] => Filter posts list
[items_list_navigation] => Posts list navigation
[items_list] => Posts list
[item_published] => Post published.
[item_published_privately] => Post published privately.
[item_reverted_to_draft] => Post reverted to draft.
[item_scheduled] => Post scheduled.
[item_updated] => Post updated.
[menu_name] => Prodotti
[update_item] => Aggiorna prodotto
[name_admin_bar] => Product
)
[description] => Descrizione prodotto
[public] => 1
[hierarchical] => 
[exclude_from_search] => 
[publicly_queryable] => 1
[show_ui] => 1
[show_in_menu] => 1
[show_in_nav_menus] => 1
[show_in_admin_bar] => 1
[menu_position] => 5
[menu_icon] => dashicons-tag
[capability_type] => page
[map_meta_cap] => 1
[register_meta_box_cb] => 
[taxonomies] => Array
(
)
[has_archive] => 1
[query_var] => prodotto
[can_export] => 1
[delete_with_user] => 
[_builtin] => 
[_edit_link] => post.php?post=%d
[cap] => stdClass Object
(
[edit_post] => edit_page
[read_post] => read_page
[delete_post] => delete_page
[edit_posts] => edit_pages
[edit_others_posts] => edit_others_pages
[publish_posts] => publish_pages
[read_private_posts] => read_private_pages
[read] => read
[delete_posts] => delete_pages
[delete_private_posts] => delete_private_pages
[delete_published_posts] => delete_published_pages
[delete_others_posts] => delete_others_pages
[edit_private_posts] => edit_private_pages
[edit_published_posts] => edit_published_pages
[create_posts] => edit_pages
)
[rewrite] => Array
(
[slug] => prodotto
[with_front] => 1
[pages] => 1
[feeds] => 1
[ep_mask] => 1
)
[show_in_rest] => 
[rest_base] => 
[rest_controller_class] => 
)
[queried_object_id] => 
[request] => SELECT SQL_CALC_FOUND_ROWS  karmek_posts.ID FROM karmek_posts  JOIN karmek_icl_translations wpml_translations
ON karmek_posts.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', karmek_posts.post_type)  WHERE 1=1  AND karmek_posts.post_type = 'prodotto' AND (karmek_posts.post_status = 'publish' OR karmek_posts.post_status = 'acf-disabled') AND ( ( ( wpml_translations.language_code = 'en' OR (
wpml_translations.language_code = 'it'
AND karmek_posts.post_type IN ( 'prodotto' )
AND ( ( 
( SELECT COUNT(element_id)
FROM karmek_icl_translations
WHERE trid = wpml_translations.trid
AND language_code = 'en'
) = 0
) OR ( 
( SELECT COUNT(element_id)
FROM karmek_icl_translations t2
JOIN karmek_posts p ON p.id = t2.element_id
WHERE t2.trid = wpml_translations.trid
AND t2.language_code = 'en'
AND (
p.post_status = 'publish' OR 
p.post_type='attachment' AND p.post_status = 'inherit'
)
) = 0 ) ) 
) ) AND karmek_posts.post_type  IN ('post','page','attachment','wp_block','prodotto','punto-vendita' )  ) OR karmek_posts.post_type  NOT  IN ('post','page','attachment','wp_block','prodotto','punto-vendita' )  )  ORDER BY karmek_posts.menu_order ASC LIMIT 0, 100
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 11667
[post_author] => 2
[post_date] => 2021-04-13 12:09:34
[post_date_gmt] => 2021-04-13 10:09:34
[post_content] => Wood-burning garden barbecue mod. Ercole.
Sculptural in form, essential in line, the Ercole barbecue is the expression of the simplicity and design of our new range of barbecues.
The Ercole barbecue is made of steel and the upper part consists of a stainless steel plate for food use on which you can easily cook excellent meat, tasty vegetables and much more directly, without the use of added fats.
In addition to the griddle, it is also possible to cook twice using the grill.
This will allow you to cook multiple dishes and multiple types of food at the same time.
Furthermore, for the most demanding cooks we have the Corten steel version: the main feature of this type of steel is the ability to resist corrosion resulting from atmospheric agents (rain, snow, sun, hail) and from cooking thanks to a protective patina that does not change over time.
This protective patina gives the steel particular aesthetic characteristics, which makes the barbecue unique.
Corten is a sustainable material due to its durability, limited maintenance, and its unlimited possibility of being recycled, keeping any properties unchanged, in full respect of the environment.
[post_title] => Ercole
[post_excerpt] => 
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] => 
[post_name] => ercole
[to_ping] => 
[pinged] => 
[post_modified] => 2021-04-20 11:48:17
[post_modified_gmt] => 2021-04-20 09:48:17
[post_content_filtered] => 
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11667
[menu_order] => 8
[post_type] => prodotto
[post_mime_type] => 
[comment_count] => 0
[filter] => raw
)
[1] => WP_Post Object
(
[ID] => 11663
[post_author] => 2
[post_date] => 2021-04-14 15:30:08
[post_date_gmt] => 2021-04-14 13:30:08
[post_content] => Wood-burning garden barbecue mod. Adone XL.
Elegant in shape, charming in line, the Adone XL barbecue is the expression of the style and design of our new range of barbecues.
The Adone XL barbecue is made of steel and the upper part consists of a stainless steel plate for food use on which you can easily cook excellent meat, tasty vegetables and much more directly, without the use of added fats.
In addition to the plate, it is possible to cook twice using the grill.
This will allow you to cook multiple dishes and multiple types of food at the same time.
[post_title] => Adone XL
[post_excerpt] => 
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] => 
[post_name] => adone-xl
[to_ping] => 
[pinged] => 
[post_modified] => 2021-04-15 17:27:19
[post_modified_gmt] => 2021-04-15 15:27:19
[post_content_filtered] => 
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11663
[menu_order] => 12
[post_type] => prodotto
[post_mime_type] => 
[comment_count] => 0
[filter] => raw
)
[2] => WP_Post Object
(
[ID] => 11660
[post_author] => 2
[post_date] => 2021-04-12 17:51:03
[post_date_gmt] => 2021-04-12 15:51:03
[post_content] => Wood-burning garden barbecue mod. Adone.
Elegant in shape, charming in line, the Adone barbecue is the expression of the style and design of our new range of barbecues.
The Adone barbecue is made of steel and the upper part consists of a stainless steel plate for food use on which you can easily cook excellent meat, tasty vegetables and much more directly, without the use of added fats.
In addition to the plate, it is possible to cook twice using the grill.
This will allow you to cook multiple dishes and multiple types of food at the same time.
[post_title] => Adone
[post_excerpt] => 
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] => 
[post_name] => adone
[to_ping] => 
[pinged] => 
[post_modified] => 2021-04-15 17:22:21
[post_modified_gmt] => 2021-04-15 15:22:21
[post_content_filtered] => 
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11660
[menu_order] => 16
[post_type] => prodotto
[post_mime_type] => 
[comment_count] => 0
[filter] => raw
)
[3] => WP_Post Object
(
[ID] => 11656
[post_author] => 2
[post_date] => 2021-04-12 17:18:39
[post_date_gmt] => 2021-04-12 15:18:39
[post_content] => 
Wood-burning garden barbecue mod. Ulisse. The purest expression of the wood-burning barbecue, designed to adapt to any environment. The Ulisse barbecue, as its name suggests, is a journey into the world of the wood-burning grill. Turning it on transforms any outdoor event into a special occasion. The Ulysses barbecue is made of steel and the upper part consists of a stainless steel plate for food use on which you can easily cook excellent meat, tasty vegetables and much more directly, without the use of added fats. In addition to the plate, it is possible to cook twice using the grill. This will allow you to cook multiple dishes and multiple types of food at the same time.
  [post_title] => Ulisse [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => ulisse [to_ping] => [pinged] => [post_modified] => 2021-04-15 16:56:25 [post_modified_gmt] => 2021-04-15 14:56:25 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=11656 [menu_order] => 20 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [4] => WP_Post Object ( [ID] => 6552 [post_author] => 1 [post_date] => 2016-01-25 12:03:05 [post_date_gmt] => 2016-01-25 11:03:05 [post_content] => Forced convection pellet stove for warm air production: [post_title] => Bilbao s [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => bilbao-air-pellet-stove [to_ping] => [pinged] => [post_modified] => 2017-10-13 13:31:41 [post_modified_gmt] => 2017-10-13 11:31:41 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/en/prodotto/bilbao-stufa-a-pellet-ad-aria/ [menu_order] => 23 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [5] => WP_Post Object ( [ID] => 11653 [post_author] => 2 [post_date] => 2021-04-12 16:15:32 [post_date_gmt] => 2021-04-12 14:15:32 [post_content] => Wood-burning garden barbecue mod. Achille. Achille is a comfortable and innovative barbecue, which introduces you with great simplicity into the fantastic world of the wood-burning grill. The barbecue is powered by wood and is easily transportable. Making great grilled meat has never been easier. Just load the wood on the back, wait for the embers to be ready and bring it closer with the supplied arm. [post_title] => Achille [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => achille [to_ping] => [pinged] => [post_modified] => 2021-04-15 16:46:27 [post_modified_gmt] => 2021-04-15 14:46:27 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=11653 [menu_order] => 24 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [6] => WP_Post Object ( [ID] => 12152 [post_author] => 2 [post_date] => 2023-09-14 14:42:59 [post_date_gmt] => 2023-09-14 12:42:59 [post_content] => Stufa a pellet per la produzione di aria calda a convezione forzata con: [post_title] => Vigo 5 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => vigo-5 [to_ping] => [pinged] => [post_modified] => 2023-10-11 13:48:49 [post_modified_gmt] => 2023-10-11 11:48:49 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=12152 [menu_order] => 29 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [7] => WP_Post Object ( [ID] => 7507 [post_author] => 2 [post_date] => 2017-05-29 15:28:34 [post_date_gmt] => 2017-05-29 13:28:34 [post_content] => Forced ventilated air pellet stoves: [post_title] => Asia [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => asia [to_ping] => [pinged] => [post_modified] => 2017-09-07 14:54:46 [post_modified_gmt] => 2017-09-07 12:54:46 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/prodotto/asia/ [menu_order] => 34 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [8] => WP_Post Object ( [ID] => 12136 [post_author] => 2 [post_date] => 2023-09-14 13:48:40 [post_date_gmt] => 2023-09-14 11:48:40 [post_content] => Stufa a pellet per la produzione di aria calda a convezione forzata con: [post_title] => Ibiza 5 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => ibiza-5 [to_ping] => [pinged] => [post_modified] => 2023-10-11 13:53:16 [post_modified_gmt] => 2023-10-11 11:53:16 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=12136 [menu_order] => 38 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [9] => WP_Post Object ( [ID] => 12147 [post_author] => 2 [post_date] => 2023-09-14 14:25:42 [post_date_gmt] => 2023-09-14 12:25:42 [post_content] => Stufa a pellet per la produzione di aria calda a convezione forzata con: [post_title] => ORIONE [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => orione [to_ping] => [pinged] => [post_modified] => 2023-10-11 13:49:41 [post_modified_gmt] => 2023-10-11 11:49:41 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=12147 [menu_order] => 47 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [10] => WP_Post Object ( [ID] => 6556 [post_author] => 1 [post_date] => 2016-01-25 11:14:37 [post_date_gmt] => 2016-01-25 10:14:37 [post_content] => Forced convection pellet stove for warm air production: [post_title] => Valencia s plus [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => valencia-air-pellet-stove [to_ping] => [pinged] => [post_modified] => 2017-09-13 12:14:03 [post_modified_gmt] => 2017-09-13 10:14:03 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/en/prodotto/valencia-stufa-a-pellet-ad-aria/ [menu_order] => 66 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [11] => WP_Post Object ( [ID] => 7600 [post_author] => 2 [post_date] => 2017-06-09 16:13:28 [post_date_gmt] => 2017-06-09 14:13:28 [post_content] => Forced convection pellet stove for warm air production: [post_title] => Minerva plus [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => minerva-plus [to_ping] => [pinged] => [post_modified] => 2017-09-13 15:24:33 [post_modified_gmt] => 2017-09-13 13:24:33 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/prodotto/minerva-plus/ [menu_order] => 70 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [12] => WP_Post Object ( [ID] => 8098 [post_author] => 2 [post_date] => 2019-03-14 11:47:39 [post_date_gmt] => 2019-03-14 10:47:39 [post_content] => [post_title] => Eclipse [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => __trashed-5 [to_ping] => [pinged] => [post_modified] => 2022-10-27 11:03:44 [post_modified_gmt] => 2022-10-27 09:03:44 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=8098/ [menu_order] => 85 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [13] => WP_Post Object ( [ID] => 6557 [post_author] => 1 [post_date] => 2016-01-25 10:09:25 [post_date_gmt] => 2016-01-25 09:09:25 [post_content] => Forced convection pellet stove for warm air production: [post_title] => Alice [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => alice-air-pellet-stove [to_ping] => [pinged] => [post_modified] => 2017-09-13 10:42:55 [post_modified_gmt] => 2017-09-13 08:42:55 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/en/prodotto/alice-stufa-a-pellet-ad-aria/ [menu_order] => 86 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [14] => WP_Post Object ( [ID] => 6563 [post_author] => 1 [post_date] => 2016-01-25 10:30:54 [post_date_gmt] => 2016-01-25 09:30:54 [post_content] => Forced convection pellet stove for warm air production: [post_title] => Alice - air ducted [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => alice-air-ducted-pellet-stove [to_ping] => [pinged] => [post_modified] => 2017-09-13 10:37:23 [post_modified_gmt] => 2017-09-13 08:37:23 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/en/prodotto/alice-stufa-a-pellet-ad-aria-canalizzata/ [menu_order] => 90 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [15] => WP_Post Object ( [ID] => 11527 [post_author] => 2 [post_date] => 2021-03-23 09:58:28 [post_date_gmt] => 2021-03-23 08:58:28 [post_content] => Stufa a pellet per la produzione di aria calda a convezione forzata con: [post_title] => LEVANTE [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => levante-2 [to_ping] => [pinged] => [post_modified] => 2023-10-11 13:51:18 [post_modified_gmt] => 2023-10-11 11:51:18 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=11527 [menu_order] => 99 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [16] => WP_Post Object ( [ID] => 8087 [post_author] => 2 [post_date] => 2019-02-26 17:52:19 [post_date_gmt] => 2019-02-26 16:52:19 [post_content] => Inserto a pellet per la produzione di aria calda a convezione forzata con: [post_title] => Brema [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => brema [to_ping] => [pinged] => [post_modified] => 2021-07-19 09:28:56 [post_modified_gmt] => 2021-07-19 07:28:56 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=8087/ [menu_order] => 100 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [17] => WP_Post Object ( [ID] => 7679 [post_author] => 2 [post_date] => 2017-06-09 15:58:07 [post_date_gmt] => 2017-06-09 13:58:07 [post_content] => Pellet wall insert with superstructure for big surfaces heating:   [post_title] => Air Force One 20 plus [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => air-force-one-20-plus [to_ping] => [pinged] => [post_modified] => 2017-09-15 15:21:44 [post_modified_gmt] => 2017-09-15 13:21:44 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/prodotto/air-force-one-20-plus/ [menu_order] => 119 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [18] => WP_Post Object ( [ID] => 6560 [post_author] => 1 [post_date] => 2016-01-25 11:41:46 [post_date_gmt] => 2016-01-25 10:41:46 [post_content] => Pellet wall insert with superstructure for big surfaces heating: [post_title] => Air Force One 28 plus [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => air-force-one-air-pellet-stove [to_ping] => [pinged] => [post_modified] => 2017-09-13 17:25:08 [post_modified_gmt] => 2017-09-13 15:25:08 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/en/prodotto/air-force-one-inserto-a-pellet-ad-aria/ [menu_order] => 128 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [19] => WP_Post Object ( [ID] => 7887 [post_author] => 2 [post_date] => 2018-04-17 15:08:26 [post_date_gmt] => 2018-04-17 13:08:26 [post_content] => Pellet hydro stove for the production of hot water for heating: [post_title] => LIONE [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => lione [to_ping] => [pinged] => [post_modified] => 2019-03-14 11:52:08 [post_modified_gmt] => 2019-03-14 10:52:08 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=7887/ [menu_order] => 132 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [20] => WP_Post Object ( [ID] => 10332 [post_author] => 2 [post_date] => 2019-07-15 17:45:14 [post_date_gmt] => 2019-07-15 15:45:14 [post_content] => Termostufa a pellet ventilata per la produzione di acqua calda per riscaldamento con: [post_title] => Capri CERAMICA [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => capri [to_ping] => [pinged] => [post_modified] => 2021-12-03 14:59:35 [post_modified_gmt] => 2021-12-03 13:59:35 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=10332 [menu_order] => 135 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [21] => WP_Post Object ( [ID] => 10361 [post_author] => 2 [post_date] => 2019-07-15 17:59:25 [post_date_gmt] => 2019-07-15 15:59:25 [post_content] => Termostufa a pellet ventilata per la produzione di acqua calda per riscaldamento con: [post_title] => Amalfi [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => amalfi [to_ping] => [pinged] => [post_modified] => 2021-12-03 15:00:55 [post_modified_gmt] => 2021-12-03 14:00:55 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=10361 [menu_order] => 136 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [22] => WP_Post Object ( [ID] => 7910 [post_author] => 2 [post_date] => 2018-04-17 17:42:52 [post_date_gmt] => 2018-04-17 15:42:52 [post_content] => Ventilated pellet hydro stove for warm water production for heating: [post_title] => BERNA [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => berna [to_ping] => [pinged] => [post_modified] => 2018-04-18 14:26:17 [post_modified_gmt] => 2018-04-18 12:26:17 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/prodotto/berna/ [menu_order] => 137 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [23] => WP_Post Object ( [ID] => 6569 [post_author] => 1 [post_date] => 2016-05-24 11:23:37 [post_date_gmt] => 2016-05-24 09:23:37 [post_content] => Pellet hydro stove for the production of hot water for heating: [post_title] => Siviglia [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => siviglia-pellet-hydro-stove [to_ping] => [pinged] => [post_modified] => 2017-09-15 12:05:53 [post_modified_gmt] => 2017-09-15 10:05:53 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/en/prodotto/siviglia-termostufa-a-pellet/ [menu_order] => 158 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [24] => WP_Post Object ( [ID] => 6570 [post_author] => 1 [post_date] => 2016-05-24 11:23:15 [post_date_gmt] => 2016-05-24 09:23:15 [post_content] => Insert with pellet boiler for the production of hot water for heating: [post_title] => Madrid [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => madrid-pellet-hydro-stove [to_ping] => [pinged] => [post_modified] => 2017-09-15 12:02:47 [post_modified_gmt] => 2017-09-15 10:02:47 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/en/prodotto/madrid-termostufa-a-pellet/ [menu_order] => 167 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [25] => WP_Post Object ( [ID] => 12121 [post_author] => 2 [post_date] => 2023-09-14 09:48:36 [post_date_gmt] => 2023-09-14 07:48:36 [post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria (opzionale) con: [post_title] => Termo Rodi Advance 20 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => termo-rodi-advance-20 [to_ping] => [pinged] => [post_modified] => 2023-10-11 13:54:49 [post_modified_gmt] => 2023-10-11 11:54:49 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=12121 [menu_order] => 174 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [26] => WP_Post Object ( [ID] => 12126 [post_author] => 2 [post_date] => 2023-09-14 10:07:43 [post_date_gmt] => 2023-09-14 08:07:43 [post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria (opzionale) con: [post_title] => Termo Rodi Advance 24 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => termo-rodi-advance-24 [to_ping] => [pinged] => [post_modified] => 2023-10-11 13:55:40 [post_modified_gmt] => 2023-10-11 11:55:40 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=12126 [menu_order] => 175 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [27] => WP_Post Object ( [ID] => 12131 [post_author] => 2 [post_date] => 2023-09-14 11:09:00 [post_date_gmt] => 2023-09-14 09:09:00 [post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria (opzionale) con: [post_title] => Termo Rodi Advance 34 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => termo-rodi-advance-34 [to_ping] => [pinged] => [post_modified] => 2023-10-11 13:56:29 [post_modified_gmt] => 2023-10-11 11:56:29 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=12131 [menu_order] => 176 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [28] => WP_Post Object ( [ID] => 7078 [post_author] => 1 [post_date] => 2017-06-01 10:14:31 [post_date_gmt] => 2017-06-01 08:14:31 [post_content] => Garden brick pizza oven 4 Mori  is available in glass or steel door options, and in two versions: without support or on a wheelbase.   [post_title] => 4 mori [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => forno-a-legna-per-pizza-4-mori [to_ping] => [pinged] => [post_modified] => 2017-09-15 12:31:03 [post_modified_gmt] => 2017-09-15 10:31:03 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmekonestoves.com/prodotto/forno-a-legna-per-pizza-4-mori/ [menu_order] => 194 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [29] => WP_Post Object ( [ID] => 7081 [post_author] => 1 [post_date] => 2017-06-01 09:53:13 [post_date_gmt] => 2017-06-01 07:53:13 [post_content] => The garden brick oven Aragona, is available with or without lateral barbecue options. [post_title] => Aragona [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => garden-brick-oven-aragona [to_ping] => [pinged] => [post_modified] => 2017-09-15 12:19:04 [post_modified_gmt] => 2017-09-15 10:19:04 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmekonestoves.com/prodotto/forno-a-legna-aragona/ [menu_order] => 198 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) ) [post_count] => 30 [current_post] => -1 [in_the_loop] => [post] => WP_Post Object ( [ID] => 11667 [post_author] => 2 [post_date] => 2021-04-13 12:09:34 [post_date_gmt] => 2021-04-13 10:09:34 [post_content] => Wood-burning garden barbecue mod. Ercole. Sculptural in form, essential in line, the Ercole barbecue is the expression of the simplicity and design of our new range of barbecues. The Ercole barbecue is made of steel and the upper part consists of a stainless steel plate for food use on which you can easily cook excellent meat, tasty vegetables and much more directly, without the use of added fats. In addition to the griddle, it is also possible to cook twice using the grill. This will allow you to cook multiple dishes and multiple types of food at the same time. Furthermore, for the most demanding cooks we have the Corten steel version: the main feature of this type of steel is the ability to resist corrosion resulting from atmospheric agents (rain, snow, sun, hail) and from cooking thanks to a protective patina that does not change over time. This protective patina gives the steel particular aesthetic characteristics, which makes the barbecue unique. Corten is a sustainable material due to its durability, limited maintenance, and its unlimited possibility of being recycled, keeping any properties unchanged, in full respect of the environment. [post_title] => Ercole [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => ercole [to_ping] => [pinged] => [post_modified] => 2021-04-20 11:48:17 [post_modified_gmt] => 2021-04-20 09:48:17 [post_content_filtered] => [post_parent] => 0 [guid] => http://www.karmek.it/?post_type=prodotto&p=11667 [menu_order] => 8 [post_type] => prodotto [post_mime_type] => [comment_count] => 0 [filter] => raw ) [comment_count] => 0 [current_comment] => -1 [found_posts] => 30 [max_num_pages] => 1 [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] => [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_posts_page] => [is_post_type_archive] => 1 [query_vars_hash:WP_Query:private] => c3bb3441bbccb1b1283edfd40b180258 [query_vars_changed:WP_Query:private] => 1 [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 ) )
To offer you the very best service, in this site we use cookies. By continuing navigation, you will allow their usage. OK More information