Welcome, Plant Lovers 👋
This is Carol's Carnivorous Plants, and, as you may have guessed, I'm Carol.
I grow carnivorous plants and liveto write about it.
I've been growing, breeding, studying, and loving these plants for more than 25 years.
Join me at my nursery or right here for Venus flytraps, sundews, Sarracenias, and more.
{{! Loads the your cover image as defined in Ghost admin }}
Venus flytraps
{{! Use the get helper to fetch posts }}
{{#get "posts" filter="primary_tag:venus-flytrap" limit="6" }}
{{! Use the foreach helper to loop through available posts }}
{{#foreach posts}}
{{! Use the img_url helper to bring in the post's feature image. }}
{{/foreach}}
{{/get}}
{{title}}
Sundews
{{! Use the get helper to fetch posts }}
{{#get "posts" filter="primary_tag:sundew" limit="6" }}
{{! Use the foreach helper to loop through available posts }}
{{#foreach posts}}
{{! Use the img_url helper to bring in the post's feature image. }}
{{/foreach}}
{{/get}}
{{title}}
Pitcher plants
{{! Use the get helper to fetch posts }}
{{#get "posts" filter="primary_tag:pitcher-plant" limit="6" }}
{{! Use the foreach helper to loop through available posts }}
{{#foreach posts}}
{{! Use the img_url helper to bring in the post's feature image. }}
{{/foreach}}
{{/get}}