Lise McClendon's Blog
March 16, 2025
Book Club Questions for ‘Blackbird Fly’ — pick and choose

I recently had someone buy 8 paperbacks of ‘Blackbird Fly.’ Yay, readers! This made me wonder, not for the first time, if a book club is reading the book. (I once had my own book club read it, nerve-wracking!)
It seems like a good time to post a few Book Club Questions for the book. I’d love to hear from you if your book club is reading/has read any of the books. (I am available for a Zoom drop-in– write me at Lise @ lisemcclendon . com — remove the spaces). More to come on other books… stay tuned!
Book Club Questions for ‘Blackbird Fly‘

• If it was a film, who should be cast as each character?
Have fun at book club!
Like the deluxe edition e-book? Look over here at the shop
February 20, 2025
Deadly Yellowstone: Who Knew?
For years folks have heard about all sorts of weird ways to hurt yourself in Yellowstone National Park. From jumping into a hot pool to save your dog (nope) to being dragged from a tent by a grizzly bear (yikes) — dangers abound. So when I was planning a new mystery anthology– and living just 30 miles from the park– my choice was easy. Yellowstone it was.

I spent last year developing this book, putting out feelers to mystery writers who might want to take the leap into the dark recesses of Yellowstone for fun and good reading. A great group answered the call and I choose 13 to be in the anthology. They hail from Canada to New Mexico, New York to California. And a couple of us from Montana.
Now the time has come to announce and launch! It releases on March 1 on most platforms and, crucially, through your favorite hometown bookstore. (Where you will have to special order it, I think. Tell them the title or use this ISBN #: 9781960556042) If you are willing and able to order online may I suggest one of these two independent bookstores that are set up to take your order now. Or Bookshop.org, always a good alternative.
This House of BooksOnce Upon a Crime BooksSupport your local bookstore on BookshopSo who is in this anthology? A diverse group, men and women, old and young, all avid mystery writers. A few are making their “in print” debuts, we’re proud to say. Here’s the lineup:

Here’s the promo copy, in case a tantalizing bunch of Yellowstone stories about criminals, wild animals, and murder isn’t enough for you!
THIRTEEN STORIES OF WILDLIFE, MYSTERY, AND MAYHEM, ALL SET IN YELLOWSTONE NATIONAL PARKExplore the treacherous and awe-inspiring landscape of America’s first national park in this new anthology, Deadly Yellowstone. With scalding geysers, stampeding buffalo, and ravenous grizzlies, danger lurks at every turn.
As a global tourist magnet, Yellowstone National Park attracts not only nature enthusiasts but also those with sinister intentions. Unravel the mysteries within the park’s boundaries as these thirteen gripping short stories delve into baffling events amidst the beauty and danger of Yellowstone.
The wonders of Yellowstone — the geysers and mudpots, the wildlife, the incredible landscape — have fascinated visitors for over 150 years. The hydrothermal features in the park number more than half the world’s total. Before — and after — its early 19th-century discovery by mountain men, Native American tribes hunted and traversed the region for over 11,000 years. It was named America’s first National Park in 1872, and visitation continues to grow today.
These thirteen short stories are fictional, and bear no relation to real people or events. Some are amusing, some scary or mysterious, some fantastical. Yellowstone is like that: something for everyone.
From authors all over North America, tales to keep you reading through the chilly forest nights.
AMAZONBarnes & NobleThe paperback will be available this summer in Yellowstone proper, as the authors are doing several in-person events at the inns and hotels. Stay tuned in case you’re in the area.
How to stay tuned? Please subscribe to my newsletter here:
Subscribe here – unsubscribe any timeSeptember 14, 2024
Deals away!
Just a quick note to tell you that my fourth Alix Thorssen mystery, BLUE WOLF, is on sale at Chirp for just 99 cents. Narrated with dulcet tones by Naomi Rose-Mock, this story takes place in the autumn, in Jackson Hole, while Alix is preparing a wildlife art auction. One of her artists asks her to investigate a long-ago hunting accident in exchange for two paintings. It’s a slow time of year in town, Alix can’t resist. But old wounds and old grievances are stirred up, along with controversies about wolves and the ranchers they provoke. I hope you enjoy it.
Just 99 cents until October 4, 2024.
Blue Wolf on Chirp – click hereJuly 1, 2024
And just like that… a new book for you 🥂
Yes, I have been writing away this year. It was only January when Monsieur Moonlight shined his light on the world. And now, I have a new one almost wrapped up in a bow, coming out July 19. The Last Letter from France is the Bennett Sisters Mystery #20… yikes! It will be available first on my store, shop.lisemcclendon.com, then on other retailers on August 2.
Are you signed up for my newsletter over at Substack? Make sure you’re on the list so you’ll get the announcement that the book is live on the store: https://lisemcclendon.substack.com/
Or sign up here for the newsletter:
Newsletter signup Email Country Name Please wait... Subscribe<span style="color: #339966;">Thank you for sign up!</span>
var selectedLanguage = ""; var validationMessages = messages["en"]; if(selectedLanguage) { validationMessages = messages[selectedLanguage]; } window.addEventListener("load", function () { var form_container = document.querySelector(`#mailerlite-form_1[data-temp-id="668385aca5305"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https://lisemcclendon.com/wp-admin/ad...', { method: 'POST', headers:{ 'Content-Type': 'application/x-www-form-urlencoded', }, body: new URLSearchParams({ "action" : "ml_create_nonce", "ml_nonce" : form_container.querySelector("input[name='ml_nonce']").value }) }) .then((response) => response.json()) .then((json) => { if(json.success) { form_container.querySelector("input[name='ml_nonce']").value = json.data.ml_nonce; submitButton.disabled = false; } }) .catch((error) => { console.error('Error:', error); }); form_container.addEventListener('submit', (e) => { e.preventDefault(); let data = new URLSearchParams(new FormData(form_container)).toString(); let validationError = false; document.querySelectorAll('.mailerlite-form-error').forEach(el => el.remove()); Array.from(form_container.elements).forEach((input) => { if(input.type !== 'hidden') { if(input.required) { if(input.value == '') { validationError = true; let error = document.createElement("span"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.required; input.after(error); return false; } } if((input.type == "email") && (!validateEmail(input.value))) { validationError = true; let error = document.createElement("span"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.email; input.after(error); return false; } } }); if(validationError) { return false; } fade.out(form_container.querySelector('.mailerlite-subscribe-button-container'), () => { fade.in(form_container.querySelector('.mailerlite-form-loader')); }); fetch('https://lisemcclendon.com/wp-admin/ad...', { method: 'POST', headers:{ 'Content-Type': 'application/x-www-form-urlencoded', }, body: data }) .then((response) => { fade.out(form_container.querySelector('.mailerlite-form-inputs'), () => { fade.in(form_container.querySelector('.mailerlite-form-response')); }); }) .catch((error) => { console.error('Error:', error); }); }); }, false); var fade = { out: function(el, fn = false) { var fadeOutEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 1; } if (el.style.opacity > 0) { el.style.opacity -= 0.1; } else { el.style.display = 'none'; clearInterval(fadeOutEffect); } }, 50); if( typeof (fn) == 'function') { fn(); } }, in: function(el) { var fadeInEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 0; } if (el.style.opacity < 1) { el.style.opacity = Number(el.style.opacity) + 0.1; } else { el.style.display = 'block'; clearInterval(fadeInEffect); } }, 50); } } function validateEmail(email){ if(email.match( /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/ )) { return true; } return false; }
So what is this new one about? Well, a fan, Allison J, wrote to me about the two decrepit little cottages that Pascal bought for Merle a few books back. When, she asked, was Merle going to remodel them? Good question! And also, how to make a mystery out of a messy project like renovating a 200 year old cottage (or two)? I contemplated that and came up with a plot. You can read about it over on my website at https://lisemcclendon.com/book/preorder-now/ You can’t preorder on my website for the July 19 release but you can preorder on Amazon if you wish. https://amzn.to/4br043u
The story deals with curiosity, the power of it, the manic strength of it at times, the way it grabs a person and won’t let go. That happens to Merle when she finds a packet of old letters in one of the cottages. Her sister Stasia is helping her with the renovation and dubs the cottages Cleo and Gladys.
“Their names came to me. This one is Cleo. She’s worn but very French. Still a bit of a flirt. That one—” She gestured at the other cottage through a small, dirty window. “That one is Gladys. Plain old Gladys. Ready for one last swing around the dance floor. Maybe.” She laughed at Merle’s expression. “Cleo and Gladys: unless they, or you, tell me otherwise.”
Gladys is a mess, full of smelly rodents and rainwater. It will take a monumental task to get her ready for tourists. Cleo, on the other hand, is not so bad. Uncomfortable during a heat wave perhaps but not awful. So the sisters set to work on Cleo but accidentally come across the letters in a cupboard in the other cottage, Gladys. These letters become the mystery in the story, who wrote them, who received them, who left them in France and what happened to them over a hundred years before, during World War One.
So we get to dig into history, into World War One, into England, into France, and yes, even Americans like Merle Bennett and her sisters. Merle’s curiosity about these people, about the origins of the letters and the fate of the writer and his girlfriend, run the story. She won’t give up. She can’t.
I used a quote to illuminate curiosity, written by Albert Einstein, as an epigraph to the book.
I hope I’ve made *you* curious! Be sure to preorder on Amazon or buy July 19 on my store. I will be sending out a newsletter on the 19th… watch for it!
May 1, 2024
Happy May
Tra-la, it’s May, as the song goes.

I hope you’re making merry, wherever you are. I realize I haven’t been on the blog much this year, this is only my second post and the first was to announce Monsieur Moonlight. But I have been writing, mostly on my Substack newsletter– which unlike some is free for everyone. Are you a subscriber? If not, please check it out! There are often free stories and other cool things, mostly by me but often by other mystery writers as well.

Just last month we had a survey of your favorite title suggestions for the new book and last year subscribers gave me valuable feedback about my new book cover. Last week I celebrated 30 years in print over there! Virtual champagne. Lots of fun interaction.

Or go straight to the subscriber page CLICK HERE
The website and blog should look new and shiny as I’ve just had them professionally overhauled, re-designed, and torn down and rebuilt! I hope you can find whatever it is you’re looking for– sometimes I can’t! But I’m working on it, little by little building out the Shop so you can buy direct with confidence. No more of those embarrassing junior varsity moments with the other web store. The Shop is linked from the main website, or can be accessed directly at shop.lisemcclendon.com
Among the usual e-books I am also offering signed paperbacks on the shop. These come directly from me with whatever notation you’d like in the book, to you, your mom, your friend, anybody. I hope you’ll check them out HERE. If there is a book you don’t see listed and would like to purchase, please drop me a note.
I’ll be heading north with the birdies soon! Can’t wait to get back to Montana. But first a visit with our son and his family, including darling Cooper who is not quite three but plays a mean ukulele. My husband and I had a great camping trip, looking at wildflowers (and things) out in the Anza-Borrego desert. Hopefully the wildflowers will be busting out soon in Montana too.



April 26, 2024
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!