/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);

Ethiopian berbere spice blend — what’s in it and how do I make it from scratch?

Welcome to Our Community of Food Explorers! Forums World Food & Travel Community Spices, Sauces & Secret Ingredients Ethiopian berbere spice blend — what’s in it and how do I make it from scratch?

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

    I recently had my first Ethiopian meal and was completely blown away by the complex, warming heat of the berbere spice. It was unlike anything I’d tasted — spicy but also floral and earthy at the same time.

    I’d love to make it from scratch at home. What are the key spices? Is it hard to make? And what dishes beyond the classic Doro Wat can I use it in?

    #3357
    agenceideo
    Keymaster

    Welcome to the wonderful world of Ethiopian spices! Berbere is truly one of the world’s great spice blends.

    Core berbere spices (toast and grind whole for best results):

    • Dried red chilies (Ethiopian or Kashmiri) — the base
    • Fenugreek — gives that slightly bitter, mapley depth
    • Coriander seeds
    • Black cumin (nigella or kalonji) — different from regular cumin!
    • Cardamom pods
    • Korerima (Ethiopian black cardamom) — the most important and hardest to find
    • Cloves
    • Cinnamon
    • Allspice berries
    • Black pepper
    • Ajwain (carom seeds)
    • Dried ginger, turmeric, and paprika

    How to make it: Toast all whole spices lightly in a dry pan, cool, then grind everything together. The key is the toasting — it unlocks completely different flavor compounds.

    Beyond Doro Wat, try berbere in:

    • Berbere-spiced lentils (Misir Wat) — incredible vegetarian dish
    • Lamb stew — adds incredible depth
    • Roasted vegetables — toss with oil and berbere before roasting
    • Berbere butter (Niter kibbeh) — clarified butter infused with berbere and onion, a base for all Ethiopian cooking
    • Modern fusion: berbere-spiced fried chicken or popcorn

    I order authentic Ethiopian spices from Brundo Spice Company (US) or Lalibela Spices (UK) — they import directly from Ethiopia.

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