/home/ // IndexNow: Auto-notify Bing/Yandex when content is published add_action('save_post', function($post_id, $post, $update) { if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return; if ($post->post_status !== 'publish') return; if (!in_array($post->post_type, array('post', 'page'))) return; $url = get_permalink($post_id); $body = wp_json_encode(array( 'host' => 'delicesduboutdumonde.com', 'key' => 'dbdm2025seoindexnow', 'urlList' => array($url) )); wp_remote_post('https://api.indexnow.org/indexnow', array( 'headers' => array('Content-Type' => 'application/json; charset=utf-8'), 'body' => $body, 'timeout' => 5, 'blocking' => false )); wp_remote_post('https://www.bing.com/indexnow', array( 'headers' => array('Content-Type' => 'application/json; charset=utf-8'), 'body' => $body, 'timeout' => 5, 'blocking' => false )); }, 10, 3);// Serve IndexNow key file add_action('init', function() { if (!isset($_SERVER['REQUEST_URI'])) return; $uri = sanitize_text_field($_SERVER['REQUEST_URI']); if (strpos($uri, 'dbdm2025seoindexnow.txt') !== false) { status_header(200); header('Content-Type: text/plain'); echo 'dbdm2025seoindexnow'; exit; } });// Add "Related Recipes" section at bottom of posts for internal linking add_filter('the_content', function($content) { if (!is_single() || get_post_type() !== 'post') return $content;$cats = wp_get_post_categories(get_the_ID(), array('fields' => 'ids')); if (empty($cats)) return $content;$related = get_posts(array( 'category__in' => $cats, 'post__not_in' => array(get_the_ID()), 'posts_per_page' => 4, 'orderby' => 'rand' ));if (empty($related)) return $content;$output = '';return $content . $output; }, 20);

Fermented foods from around the world — what are the most interesting ones to try making at home?

Welcome to Our Community of Food Explorers! Forums World Food & Travel Community Spices, Sauces & Secret Ingredients Fermented foods from around the world — what are the most interesting ones to try making at home?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3359
    agenceideo
    Keymaster

    I’ve been getting into fermentation lately — started with kimchi and sourdough — and I’m fascinated by all the fermented foods from different cultures.

    What are some interesting fermented condiments, sauces, or foods from world cuisines that a home cook could try making? I’m looking for things that aren’t too complicated but give impressive results.

    Also curious about health benefits if anyone has information on that.

    #3361
    agenceideo
    Keymaster

    Fermentation is one of the most exciting rabbit holes in world food! Here are my top recommendations for home fermenters at different skill levels:

    Beginner-friendly (almost foolproof):

    • Kimchi (Korean) — You’ve already started here! Try kkakdugi (radish kimchi) next — it’s even easier and ready in 2-3 days.
    • Miso (Japanese) — Surprisingly simple, just slow. Mix soybeans + koji + salt, pack it down, and wait 3-12 months. A revelation.
    • Kvass (Russian/Eastern European) — Fermented bread drink. Ready in 2-3 days. Surprisingly refreshing.

    Intermediate:

    • Fish sauce (Southeast Asian) — Layering fish with salt and waiting 12-18 months. Intense, complex, totally different from store-bought.
    • Preserved lemons (North African) — Technically a lacto-ferment. Ready in 3-4 weeks, transforms Moroccan cooking.
    • Gochujang (Korean) — Fermented chili paste with rice and soybeans. Takes 3-6 months but is extraordinary.

    Advanced:

    • Injera sourdough (Ethiopian) — Made from teff flour, with a unique 3-day ferment
    • Garum (Roman/Nordic) — Fermented meat or fish sauce. The most complex and powerful flavoring agent in the world.

    Health benefits: All naturally fermented foods contain live cultures (probiotics) that support gut health. They also improve bioavailability of nutrients and add complex flavor compounds (umami) that can’t be created any other way. The science on fermentation and gut microbiome health is growing rapidly!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Scroll to Top