{{!< default}}

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.

{{! Launches the Ghost membership portal }} {{! Link to an about page }} Learn more →
{{! Loads the your cover image as defined in Ghost admin }} Pitcher plants
{{! First section}}

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. }} {{feature_image_alt}}

{{title}}

{{/foreach}} {{/get}}
{{! Second section }}

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. }} {{feature_image_alt}}

{{title}}

{{/foreach}} {{/get}}
{{! Third section }}

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. }} {{feature_image_alt}}

{{title}}

{{/foreach}} {{/get}}