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] => 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
)
[5] => 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:
- struttura in acciaio
- rivestimento in acciaio
- braciere in acciaio
- scarico fumi posteriore
- sistema di pulizia automatica del braciere
- telecomando di serie
[post_title] => Vigo 5S plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => vigo-5s-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 14:42:59
[post_modified_gmt] => 2023-09-14 12:42:59
[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
)
[6] => 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:
- steel structure
- steel cover
- cast iron brazier
- rear smoke outlet
[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
)
[7] => 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:
- struttura in acciaio
- rivestimento in acciaio
- braciere in acciaio
- scarico fumi posteriore e superiore
- telecomando di serie
[post_title] => Ibiza 5S
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => ibiza-5s
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 13:49:37
[post_modified_gmt] => 2023-09-14 11:49:37
[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
)
[8] => 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:
- steel structure
- steel cover
- cast iron brazier
- rear smoke outlet
[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] => 39
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[9] => WP_Post Object
(
[ID] => 6553
[post_author] => 1
[post_date] => 2016-01-25 12:07:18
[post_date_gmt] => 2016-01-25 11:07:18
[post_content] => Forced convection pellet stove for warm air production:
- steel structure
- steel cover
- cast iron brazier
- rear smoke outlet
- remote control
[post_title] => Vigo s
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => vigo-air-pellet-stove
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 11:04:29
[post_modified_gmt] => 2017-09-13 09:04:29
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/en/prodotto/vigo-stufa-a-pellet-ad-aria/
[menu_order] => 42
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[10] => WP_Post Object
(
[ID] => 7563
[post_author] => 2
[post_date] => 2017-06-09 16:13:12
[post_date_gmt] => 2017-06-09 14:13:12
[post_content] => Forced convection pellet stove for warm air production:
- steel structure
- steel cover
- cast iron brazier
- rear smoke outlet
- remote control
- self-cleaning system of the brazier
[post_title] => Vigo s plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => vigo-s-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 09:13:53
[post_modified_gmt] => 2017-09-13 07:13:53
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=7563/
[menu_order] => 45
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[11] => 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:
- struttura in acciaio
- rivestimento in acciaio
- braciere in acciaio
- scarico fumi posteriore
- telecomando di serie
- sistema di pulizia automatica del braciere
[post_title] => Leon 5S plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => leon-5s-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 14:25:42
[post_modified_gmt] => 2023-09-14 12:25:42
[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
)
[12] => WP_Post Object
(
[ID] => 6555
[post_author] => 1
[post_date] => 2016-01-25 12:14:09
[post_date_gmt] => 2016-01-25 11:14:09
[post_content] => Forced convection pellet stove for warm air production:
- steel structure
- steel cover
- cast iron brazier
- top, side and rear smoke outlet
- remote control
[post_title] => Ibiza
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => ibiza-air-pellet-stove
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 11:10:08
[post_modified_gmt] => 2017-09-13 09:10:08
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/en/prodotto/ibiza-stufa-a-pellet-ad-aria/
[menu_order] => 52
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[13] => WP_Post Object
(
[ID] => 6554
[post_author] => 1
[post_date] => 2016-01-25 12:10:55
[post_date_gmt] => 2016-01-25 11:10:55
[post_content] => Forced convection pellet stove for warm air production:
- steel structure
- steel cover
- cast iron brazier
- rear smoke outlet
- remote control
[post_title] => Leon s
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => leon-air-pellet-stove
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-12 11:26:19
[post_modified_gmt] => 2017-09-12 09:26:19
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/en/prodotto/leon-stufa-a-pellet-ad-aria/
[menu_order] => 56
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[14] => WP_Post Object
(
[ID] => 7579
[post_author] => 2
[post_date] => 2017-06-09 16:12:33
[post_date_gmt] => 2017-06-09 14:12:33
[post_content] => Forced convection pellet stove for warm air production:
- steel structure
- steel cover
- cast iron brazier
- rear smoke outlet
- remote control
- self-cleaning system of the brazier
[post_title] => Leon s plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => leon-s-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 11:08:54
[post_modified_gmt] => 2017-09-13 09:08:54
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=7579/
[menu_order] => 59
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[15] => 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:
- ceramic top
- ceramic or steel cover
- steel structure
- cast iron brazier, door and front end
- rear smoke outlet
- remote control
- self-cleaning system of the brazier
[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
)
[16] => 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:
- steel structure
- steel or ceramic cover
- cast iron brazier
- rear smoke outlet
- self-cleaning system of the brazier
- remote control
- avaiable with curved glass
[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
)
[17] => 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] =>
- struttura in acciaio
- rivestimento in acciaio
- top in pietra naturale
- focolare in refrattario bianco
- braciere in ghisa
- scarico fumi superiore
- sistema di pulizia automatica del braciere
- telecomando di serie
[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
)
[18] => 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:
- steel structure
- steel, glass or stone cover
- cast iron brazier and door
- rear, side or top smoke outlet
- remote control
[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
)
[19] => 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:
- steel structure
- steel, glass or stone cover
- cast iron brazier and glass door
- rear, side or top smoke outlet
- remote control
- air ducted version with additional fan motor available
[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
)
[20] => 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:
- struttura in acciaio
- rivestimento in acciaio o ceramica
- braciere in ghisa
- Porta doppio vetro
- scarico fumi posteriore
- telecomando di serie
- sistema di pulizia automatica del braciere
- versione canalizzata con motore supplementare
[post_title] => Elba Plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => elba-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2022-02-03 11:00:22
[post_modified_gmt] => 2022-02-03 10:00:22
[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
)
[21] => 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:
- struttura in acciaio
- rivestimento in acciaio
- braciere in ghisa
- porta con doppio vetro
- bocchetta rifornimento orientabile
[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
)
[22] => WP_Post Object
(
[ID] => 10817
[post_author] => 2
[post_date] => 2019-08-05 16:21:02
[post_date_gmt] => 2019-08-05 14:21:02
[post_content] => Inserto a pellet per la produzione di aria calda a convezione forzata con:
- struttura in acciaio
- rivestimento in acciaio
- braciere in ghisa
- porta con doppio vetro
- kit canalizzazione di serie
[post_title] => Brema Camino
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => brema-camino
[to_ping] =>
[pinged] =>
[post_modified] => 2021-07-19 09:55:33
[post_modified_gmt] => 2021-07-19 07:55:33
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=10817
[menu_order] => 101
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[23] => WP_Post Object
(
[ID] => 10826
[post_author] => 2
[post_date] => 2019-08-05 16:57:35
[post_date_gmt] => 2019-08-05 14:57:35
[post_content] => Inserto a pellet per la produzione di aria calda a convezione forzata con:
- struttura in acciaio
- rivestimento in acciaio
- braciere in ghisa
- porta con doppio vetro
- kit canalizzazione di serie
[post_title] => Brema Camino 1
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => brema-camino-1
[to_ping] =>
[pinged] =>
[post_modified] => 2021-07-19 09:56:19
[post_modified_gmt] => 2021-07-19 07:56:19
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=10826
[menu_order] => 103
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[24] => WP_Post Object
(
[ID] => 6566
[post_author] => 1
[post_date] => 2016-05-24 09:40:41
[post_date_gmt] => 2016-05-24 07:40:41
[post_content] => Forced convection pellet stove for warm air production:
- steel cover
- stainless steel structure and combustion chamber
- cast iron brazier and door
- rear and top smoke outlet
- remote control
- self-cleaning system of the brazier
[post_title] => Marte plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => marte-air-pellet-stove
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 14:54:43
[post_modified_gmt] => 2017-09-13 12:54:43
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/en/prodotto/marte-stufa-a-pellet-ad-aria-convezione-naturale/
[menu_order] => 109
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[25] => WP_Post Object
(
[ID] => 6567
[post_author] => 1
[post_date] => 2016-05-24 10:08:15
[post_date_gmt] => 2016-05-24 08:08:15
[post_content] => Forced convection pellet stove for warm air production:
- steel cover
- stainless steel structure and combustion chamber
- cast iron brazier and door
- rear and top smoke outlet
- remote control
- self-cleaning system of the brazier
[post_title] => Giove plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => giove-air-pellet-stove
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 15:13:47
[post_modified_gmt] => 2017-09-13 13:13:47
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/en/prodotto/giove-stufa-a-pellet-ad-aria-convezione-naturale/
[menu_order] => 115
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[26] => 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:
- steel structure
- high capacity tank
- top and rear smoke outlet
- fireplace in Aluker®
- remote control
- self-cleaning system of the brazier
[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
)
[27] => WP_Post Object
(
[ID] => 7634
[post_author] => 2
[post_date] => 2017-06-09 16:00:02
[post_date_gmt] => 2017-06-09 14:00:02
[post_content] => Forced convection pellet stove for warm air production:
- steel cover
- stainless steel structure and combustion chamber
- cast iron brazier and door
- top and rear smoke outlet
- remote control
- self-cleaning system of the brazier
[post_title] => Venere plus
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => venere-plus
[to_ping] =>
[pinged] =>
[post_modified] => 2017-09-13 15:32:43
[post_modified_gmt] => 2017-09-13 13:32:43
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=7634/
[menu_order] => 124
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[28] => 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:
- steel structure
- high capacity tank
- triple upper channeling
- top and rear smoke outlet
- Fireplace in Aluker®
- remote control
- self-cleaning system of the brazier
[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
)
[29] => 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:
- steel structure
- steel cover
- rear smoke outlet
- cast iron brazier
- self-cleaning system of the brazier
- room ventilator
- standard circulator, expansion tank and safety valve
- possibility of remote thermostat connection
- sanitary kit available
[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
)
[30] => 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:
- struttura in acciaio
- rivestimento in acciaio, ceramica o vetro
- scarico fumi posteriore
- braciere in ghisa
- sistema di pulizia automatica del braciere
- circolatore elettronico, vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di termostato remoto
- kit sanitario opzionale
- ventilatore ambiente
[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
)
[31] => 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:
- struttura in acciaio
- rivestimento in acciaio o ceramica
- scarico fumi posteriore
- braciere in ghisa
- sistema di pulizia automatica del braciere
- circolatore elettronico, vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di termostato remoto
- kit sanitario opzionale
- ventilatore ambiente
[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
)
[32] => 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:
- steel structure
- steel or ceramic cover
- rear smoke outlet
- cast iron brazier and door
- self-cleaning system of the brazier
- standard circulator, expansion tank and safety valve
- possibility of remote thermostat connection
- sanitary kit available
- room ventilator
[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
)
[33] => 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:
- steel structure
- steel or ceramic cover
- top side and rear smoke outlet
- electronic circulator, expansion tank and safety valve
- possibility of remote thermostat connection
[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
)
[34] => WP_Post Object
(
[ID] => 11293
[post_author] => 2
[post_date] => 2020-05-05 10:46:07
[post_date_gmt] => 2020-05-05 08:46:07
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria con:
- sistema di pulizia automatica del braciere
- struttura in acciaio
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario di serie
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi 18 A
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-18-a
[to_ping] =>
[pinged] =>
[post_modified] => 2021-12-14 10:42:59
[post_modified_gmt] => 2021-12-14 09:42:59
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11293
[menu_order] => 161
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[35] => WP_Post Object
(
[ID] => 11262
[post_author] => 2
[post_date] => 2020-05-04 17:37:32
[post_date_gmt] => 2020-05-04 15:37:32
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria con:
- sistema di pulizia automatica del braciere
- struttura in acciaio
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario di serie
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi 22 A
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-22-a
[to_ping] =>
[pinged] =>
[post_modified] => 2021-12-14 10:44:14
[post_modified_gmt] => 2021-12-14 09:44:14
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=11262
[menu_order] => 162
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[36] => WP_Post Object
(
[ID] => 8036
[post_author] => 2
[post_date] => 2018-10-10 17:03:41
[post_date_gmt] => 2018-10-10 15:03:41
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria con:
- sistema di pulizia automatica del braciere
- struttura in acciaio
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario di serie
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi 24
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-24
[to_ping] =>
[pinged] =>
[post_modified] => 2021-12-14 10:45:15
[post_modified_gmt] => 2021-12-14 09:45:15
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=8036/
[menu_order] => 166
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[37] => 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:
- steel structure
- high efficiency electronic circulator, expansion tank and safety valve
- possibility of remote thermostat connection
- removable (easy maintenance)
- pellet loading through a duct, that could be placed frontal facing or side facing
- buffing frame included
[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
)
[38] => WP_Post Object
(
[ID] => 8047
[post_author] => 2
[post_date] => 2018-10-10 17:44:57
[post_date_gmt] => 2018-10-10 15:44:57
[post_content] => Caldaia a pellet ad alta efficienza per la produzione di acqua calda per riscaldamento e/o acqua calda sanitaria con:
- sistema di pulizia automatica del braciere
- struttura in acciaio
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario di serie
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi 34
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-34
[to_ping] =>
[pinged] =>
[post_modified] => 2021-12-14 10:46:31
[post_modified_gmt] => 2021-12-14 09:46:31
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.karmek.it/?post_type=prodotto&p=8047/
[menu_order] => 173
[post_type] => prodotto
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[39] => 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:
- sistema di pulizia automatica del braciere
- doppio sistema di caricamento pellet
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario opzionale
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi Advance 20 5S
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-advance-20-5s
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 09:53:39
[post_modified_gmt] => 2023-09-14 07:53:39
[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
)
[40] => 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:
- sistema di pulizia automatica del braciere
- doppio sistema di caricamento pellet
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario opzionale
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi Advance 24 5S
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-advance-24-5s
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 10:07:43
[post_modified_gmt] => 2023-09-14 08:07:43
[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
)
[41] => 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:
- sistema di pulizia automatica del braciere
- doppio sistema di caricamento pellet
- vaso di espansione e valvola di sicurezza di serie
- possibilità di collegamento di un termostato remoto
- kit sanitario opzionale
- circolatore elettronico ad alta efficienza
- pulizia turbolatori automatica
- ampia autonomia raccolta ceneri
- accensione rapida
- alta efficienza
- scheda elettronica multisystem
[post_title] => Termo Rodi Advance 34 5S
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => termo-rodi-advance-34-5s
[to_ping] =>
[pinged] =>
[post_modified] => 2023-09-14 11:09:00
[post_modified_gmt] => 2023-09-14 09:09:00
[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
)
[42] => 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
)
[43] => 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] => 44
[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] => 44
[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
)
)
Stoves
A wide range of pellet stoves, hydro stoves and boilers.
Search for the Karmek One stove suitable for your needs: