<!DOCTYPE html><html lang="en-US" ><head><script data-ad-client="ca-pub-6884964746935044" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <meta name="p:domain_verify" content="a1dfc2f1a99eef91da172afff86fb4fe"/><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /><meta name="format-detection" content="telephone=no"><link rel="profile" href="https://gmpg.org/xfn/11" /><link rel="pingback" href="https://talesfromthemutiny.com/xmlrpc.php" /><link rel="shortcut icon" href="https://talesfromthemutiny.com/wp-content/uploads/2021/11/logo-transparent.png" /><link media="all" href="https://talesfromthemutiny.com/wp-content/cache/autoptimize/autoptimize_70b24e0881673c61f03f5705f0b902ec.php" rel="stylesheet"><link media="only screen and (max-width: 768px)" href="https://talesfromthemutiny.com/wp-content/cache/autoptimize/autoptimize_645e25746732f92ab8912b8a07744c57.php" rel="stylesheet"><title>Page not found &#8211; Tales From the Mutiny</title><meta name='robots' content='max-image-preview:large' /><link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel="alternate" type="application/rss+xml" title="Tales From the Mutiny &raquo; Feed" href="https://talesfromthemutiny.com/feed/" /><link rel="alternate" type="application/rss+xml" title="Tales From the Mutiny &raquo; Comments Feed" href="https://talesfromthemutiny.com/comments/feed/" />  <script src="//www.googletagmanager.com/gtag/js?id=G-71HY0B7E6J"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript">var mi_version = '10.1.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/talesfromthemutiny.com\/product\/commissioned-snout-art-by-miamiti-8x10\/feed\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-71HY0B7E6J',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-71HY0B7E6J', {"forceSSL":"true","page_path":'\/404.html?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}</script>  <script type="text/javascript">window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/talesfromthemutiny.com\/wp-includes\/js\/wp-emoji-release.min.js"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);</script> <link rel='stylesheet' id='letsblog-fonts-css' href='https://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C600%2C700%2C400italic%7CLustria%3A300%2C400%2C600%2C700%2C400italic&#038;subset=latin%2Clatin-ext%2Ccyrillic-ext%2Cgreek-ext%2Ccyrillic' type='text/css' media='all' /><link rel='stylesheet' id='letsblog-script-custom-css-css' href='https://talesfromthemutiny.com/wp-content/themes/letsblog/templates/script-custom-css.php' type='text/css' media='all' /><link rel='stylesheet' id='kirki_google_fonts-css' href='https://fonts.googleapis.com/css?family=Lato%7CLustria&#038;subset' type='text/css' media='all' /> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/talesfromthemutiny.com","hash_tracking":"false","v4_id":"G-71HY0B7E6J"};</script> <link rel="https://api.w.org/" href="https://talesfromthemutiny.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://talesfromthemutiny.com/xmlrpc.php?rsd" /><meta name="follow.it-verification-code-bzQ3MS82UHFwdDZrUGh0cUdJREcraFJhdnhGN2wxWXVEZTk4V055NXdIOFUvdm9kM25ZS2tOUU9HNGRBRkJGV3NsNlpOaSs4cXp2ZTVMTC9tbHBTa0tYSzdKU1Q0aTdETTF4K0RyZ3VyNkZ3L0lSNW5FMmsvUlp5WFF5WFZRM2x8RkhjanZzY2I1MGZnUXJ2bE5taHVrdi9tZjFmUmgxNW5IVm8xMzF4blJKYz0=" content="V6tm1SPvKJ1GUBvVL0pr"/> <script>document.documentElement.className = document.documentElement.className.replace( 'no-js', 'js' );</script> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript><link rel="icon" href="https://talesfromthemutiny.com/wp-content/uploads/2024/05/cropped-Untitled-design-32x32.png" sizes="32x32" /><link rel="icon" href="https://talesfromthemutiny.com/wp-content/uploads/2024/05/cropped-Untitled-design-192x192.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://talesfromthemutiny.com/wp-content/uploads/2024/05/cropped-Untitled-design-180x180.png" /><meta name="msapplication-TileImage" content="https://talesfromthemutiny.com/wp-content/uploads/2024/05/cropped-Untitled-design-270x270.png" /></head><body data-rsssl=1 class="error404 theme-letsblog sfsi_actvite_theme_default woocommerce-no-js"> <input type="hidden" id="pp_enable_right_click" name="pp_enable_right_click" value=""/> <input type="hidden" id="pp_enable_dragging" name="pp_enable_dragging" value=""/> <input type="hidden" id="pp_image_path" name="pp_image_path" value="https://talesfromthemutiny.com/wp-content/themes/letsblog/images/"/> <input type="hidden" id="pp_homepage_url" name="pp_homepage_url" value="https://talesfromthemutiny.com"/> <input type="hidden" id="pp_ajax_search" name="pp_ajax_search" value="1"/> <input type="hidden" id="pp_fixed_menu" name="pp_fixed_menu" value=""/> <input type="hidden" id="pp_topbar" name="pp_topbar" value=""/> <input type="hidden" id="pp_page_title_img_blur" name="pp_page_title_img_blur" value="1"/> <input type="hidden" id="tg_blog_slider_layout" name="tg_blog_slider_layout" value="slider"/> <input type="hidden" id="pp_back" name="pp_back" value="Back"/> <input type="hidden" id="pp_footer_style" name="pp_footer_style" value="4"/><div class="mobile_menu_wrapper"> <a id="close_mobile_menu" href="javascript:;"><i class="fa fa-close"></i></a><form role="search" method="get" name="searchform" id="searchform" action="https://talesfromthemutiny.com/"><div> <input type="text" value="" name="s" id="s" autocomplete="off" placeholder="Search..."/> <button> <i class="fa fa-search"></i> </button></div><div id="autocomplete"></div></form><div class="menu-main-menu-container"><ul id="mobile_main_menu" class="mobile_main_nav"><li id="menu-item-419" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-419"><a href="/">Home</a></li><li id="menu-item-804" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-804"><a href="https://talesfromthemutiny.com/shop/">Shop</a></li><li id="menu-item-1627" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1627"><a href="https://talesfromthemutiny.com/category/sourdough/">Sourdough</a></li><li id="menu-item-422" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-422"><a href="https://talesfromthemutiny.com/category/living-greenish/">Living Green{ish}</a></li><li id="menu-item-424" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-424"><a href="https://talesfromthemutiny.com/2014/12/just-who-do-we-think-we-are/">Just Who Do We Think We Are?</a></li></ul></div><div class="page_content_wrapper"><div class="sidebar_wrapper"><div class="sidebar"><div class="content"><ul class="sidebar_widget"><li id="block-3" class="widget widget_block widget_text"><p></p></li><li id="block-9" class="widget widget_block widget_media_image"><figure class="wp-block-image"><a href="https://www.gopjn.com/t/SkNKTEhGSklDSEhMTktGQ0hGTk1OSw" rel="sponsored"><img decoding="async" src="//www.gopjn.com/b/SkNKTEhGSklDSEhMTktGQ0hGTk1OSw" alt="728x90" title="728x90"/></a></figure></li><li id="block-12" class="widget widget_block"><a href="https://www.pntrs.com/t/SENLSExGS0tDSEhMTktGQ0hGTk1OSw" rel="sponsored">Winter Warmer Sale at Kurgo! Stay warm in style with the K9 Core Sweater, North Country Coat, &amp; Blaze Shoes. No code needed, shop now.</a><img decoding="async" src="//www.pntrs.com/i/SENLSExGS0tDSEhMTktGQ0hGTk1OSw" height="1" width="1" border="0"></li></ul></div></div></div></div></div><div id="wrapper"><div class="header_style_wrapper"><div class="top_bar"><div id="logo_wrapper"><div class="social_wrapper"><ul><li class="facebook"><a target="_blank" href="https://facebook.com/talesfromthemutiny/"><i class="fa fa-facebook"></i></a></li><li class="instagram"><a target="_blank" title="Instagram" href="http://instagram.com/talesfromthemutiny"><i class="fa fa-instagram"></i></a></li></ul></div><div id="logo_right_button"> <a href="javascript:;" id="search_icon"><i class="fa fa-search"></i></a> <a href="javascript:;" id="mobile_nav_icon"></a></div><div id="logo_normal" class="logo_container"><div class="logo_align"> <a id="custom_logo" class="logo_wrapper default" href="https://talesfromthemutiny.com"> <img  alt="" width="792" height="198" data-src="https://talesfromthemutiny.com/wp-content/uploads/2021/11/Mutiny-Ranch.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2021/11/Mutiny-Ranch.png" alt="" width="792" height="198"/></noscript> </a></div></div></div><div id="menu_wrapper"><div id="nav_wrapper"><div class="nav_wrapper_inner"><div id="menu_border_wrapper"><div class="menu-main-menu-container"><ul id="main_menu" class="nav"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-419"><a href="/">Home</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-804"><a href="https://talesfromthemutiny.com/shop/">Shop</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1627"><a href="https://talesfromthemutiny.com/category/sourdough/">Sourdough</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-422"><a href="https://talesfromthemutiny.com/category/living-greenish/">Living Green{ish}</a></li><li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-424"><a href="https://talesfromthemutiny.com/2014/12/just-who-do-we-think-we-are/">Just Who Do We Think We Are?</a></li></ul></div></div></div></div></div></div></div><div id="page_content_wrapper"><div class="inner"><div class="inner_wrapper"><div class="error_box"><p class="error_type">404</p></div><p class="error_text">Not Found!</p><div class="search_form_wrapper"><div class="content"> We're sorry, the page you have looked for does not exist in our content!<br/> Perhaps you would like to go to our homepage or try searching below.</div><form class="searchform" role="search" method="get" action="https://talesfromthemutiny.com"> <input style="width:100%" type="text" class="field searchform-s" name="s" value="" placeholder="Type to search and hit enter..."></form></div> <br/><h5>Or try to browse our latest posts instead?</h5><div class="sidebar_content full_width three_cols"><div id="post-1804" class="post-1804 post type-post status-publish format-standard has-post-thumbnail hentry category-small-farm-life tag-backyard-chickens tag-caring-for-chickens" data-column="last"><div class="post_wrapper"><div class="post_content_wrapper"><div class="post_header"><div class="post_img static"> <a href="https://talesfromthemutiny.com/2024/06/my-top-3-picks-making-caring-for-chickens-easier/"> <img  alt=""  style="width:700px;height:529px;" data-src="https://talesfromthemutiny.com/wp-content/uploads/2024/06/64950499_2817653724917519_1273328649302441984_o-700x529.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2024/06/64950499_2817653724917519_1273328649302441984_o-700x529.jpg" alt="" class="" style="width:700px;height:529px;"/></noscript> </a></div> <br class="clear"/><div class="post_header_title"><h5><a href="https://talesfromthemutiny.com/2024/06/my-top-3-picks-making-caring-for-chickens-easier/" title="My Top 3 Picks Making Caring For Chickens Easier">My Top 3 Picks Making Caring For Chickens Easier</a></h5><div class="post_detail post_date"> <span class="post_info_date"> <span> June 12, 2024 </span> </span></div></div><p><p>Keeping chickens takes work but I have a few tips to help make it easier and more enjoyable. Here are 3 items I purchased that helped buy back my time and make caring for chickens …</p></p><div class="post_button_wrapper"> <a class="readmore" href="https://talesfromthemutiny.com/2024/06/my-top-3-picks-making-caring-for-chickens-easier/">Read More</a></div><div class="post_info_comment"> <a href="https://talesfromthemutiny.com/2024/06/my-top-3-picks-making-caring-for-chickens-easier/#respond">No Comment</a></div></div></div></div></div><div id="post-1766" class="post-1766 post type-post status-publish format-standard has-post-thumbnail hentry category-item-of-the-day category-small-farm-life tag-gift-ideas" ><div class="post_wrapper"><div class="post_content_wrapper"><div class="post_header"><div class="post_img static"> <a href="https://talesfromthemutiny.com/2023/11/1766/"> <img  alt=""  style="width:700px;height:529px;" data-src="https://talesfromthemutiny.com/wp-content/uploads/2023/11/Red-Bordered-Christmas-Gift-Ideas-Social-Media-Post-700x529.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2023/11/Red-Bordered-Christmas-Gift-Ideas-Social-Media-Post-700x529.png" alt="" class="" style="width:700px;height:529px;"/></noscript> </a></div> <br class="clear"/><div class="post_header_title"><h5><a href="https://talesfromthemutiny.com/2023/11/1766/" title="Mutiny Ranch Holiday Gift Ideas 2023">Mutiny Ranch Holiday Gift Ideas 2023</a></h5><div class="post_detail post_date"> <span class="post_info_date"> <span> November 25, 2023 </span> </span></div></div><p><p> The holidays are fast approaching and I wanted to share some of my favorite finds with you. These are things we use and love so we feel good about recommending them to you. Just to …</p></p><div class="post_button_wrapper"> <a class="readmore" href="https://talesfromthemutiny.com/2023/11/1766/">Read More</a></div><div class="post_info_comment"> <a href="https://talesfromthemutiny.com/2023/11/1766/#respond">No Comment</a></div></div></div></div></div><div id="post-1748" class="post-1748 post type-post status-publish format-standard has-post-thumbnail hentry category-small-farm-life" ><div class="post_wrapper"><div class="post_content_wrapper"><div class="post_header"><div class="post_img static"> <a href="https://talesfromthemutiny.com/2023/04/casper-the-one-eyed-horse-wish-list/"> <img  alt=""  style="width:700px;height:529px;" data-src="https://talesfromthemutiny.com/wp-content/uploads/2023/04/IMG_20230330_145315_771-700x529.webp" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2023/04/IMG_20230330_145315_771-700x529.webp" alt="" class="" style="width:700px;height:529px;"/></noscript> </a></div> <br class="clear"/><div class="post_header_title"><h5><a href="https://talesfromthemutiny.com/2023/04/casper-the-one-eyed-horse-wish-list/" title="Casper the One-Eyed Horse Wish List">Casper the One-Eyed Horse Wish List</a></h5><div class="post_detail post_date"> <span class="post_info_date"> <span> April 5, 2023 </span> </span></div></div><p><p> By now you've probably seen the social media posts announcing the addition of Casper, a spry 24-year-old, one-eyed horse, to the herd. We are still under a foster agreement with Denkai Animal Sanctuary but with …</p></p><div class="post_button_wrapper"> <a class="readmore" href="https://talesfromthemutiny.com/2023/04/casper-the-one-eyed-horse-wish-list/">Read More</a></div><div class="post_info_comment"> <a href="https://talesfromthemutiny.com/2023/04/casper-the-one-eyed-horse-wish-list/#respond">No Comment</a></div></div></div></div></div><div id="post-1730" class="post-1730 post type-post status-publish format-standard has-post-thumbnail hentry category-small-farm-life" data-column="last"><div class="post_wrapper"><div class="post_content_wrapper"><div class="post_header"><div class="post_img static"> <a href="https://talesfromthemutiny.com/2022/11/mutiny-ranch-minimalist-holiday-gift-ideas-2022/"> <img  alt=""  style="width:700px;height:529px;" data-src="https://talesfromthemutiny.com/wp-content/uploads/2022/11/The-Gift-of-1-700x529.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2022/11/The-Gift-of-1-700x529.png" alt="" class="" style="width:700px;height:529px;"/></noscript> </a></div> <br class="clear"/><div class="post_header_title"><h5><a href="https://talesfromthemutiny.com/2022/11/mutiny-ranch-minimalist-holiday-gift-ideas-2022/" title="Mutiny Ranch Minimalist Holiday Gift Ideas 2022">Mutiny Ranch Minimalist Holiday Gift Ideas 2022</a></h5><div class="post_detail post_date"> <span class="post_info_date"> <span> November 26, 2022 </span> </span></div></div><p><p>Every year I contemplate whether I should share a holiday gift guide or not. There's always a huge public push toward minimalism and I see so many people posting how proud they are to not …</p></p><div class="post_button_wrapper"> <a class="readmore" href="https://talesfromthemutiny.com/2022/11/mutiny-ranch-minimalist-holiday-gift-ideas-2022/">Read More</a></div><div class="post_info_comment"> <a href="https://talesfromthemutiny.com/2022/11/mutiny-ranch-minimalist-holiday-gift-ideas-2022/#respond">No Comment</a></div></div></div></div></div><div id="post-1688" class="post-1688 post type-post status-publish format-standard has-post-thumbnail hentry category-item-of-the-day category-small-farm-life" ><div class="post_wrapper"><div class="post_content_wrapper"><div class="post_header"><div class="post_img static"> <a href="https://talesfromthemutiny.com/2022/07/quest-for-the-perfect-fly-mask-item-of-the-day/"> <img  alt=""  style="width:700px;height:529px;" data-src="https://talesfromthemutiny.com/wp-content/uploads/2022/07/IMG_20210716_080529_568-700x529.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2022/07/IMG_20210716_080529_568-700x529.jpg" alt="" class="" style="width:700px;height:529px;"/></noscript> </a></div> <br class="clear"/><div class="post_header_title"><h5><a href="https://talesfromthemutiny.com/2022/07/quest-for-the-perfect-fly-mask-item-of-the-day/" title="Quest For the Perfect Fly Mask ~ Item of the Day">Quest For the Perfect Fly Mask ~ Item of the Day</a></h5><div class="post_detail post_date"> <span class="post_info_date"> <span> July 4, 2022 </span> </span></div></div><p><p>Do you know how some people are always trying to find the perfect pair of jeans? Ones that don't have a gap in the back but allow ample thigh room? Or that are long enough …</p></p><div class="post_button_wrapper"> <a class="readmore" href="https://talesfromthemutiny.com/2022/07/quest-for-the-perfect-fly-mask-item-of-the-day/">Read More</a></div><div class="post_info_comment"> <a href="https://talesfromthemutiny.com/2022/07/quest-for-the-perfect-fly-mask-item-of-the-day/#respond">No Comment</a></div></div></div></div></div><div id="post-1668" class="post-1668 post type-post status-publish format-standard has-post-thumbnail hentry category-small-farm-life" ><div class="post_wrapper"><div class="post_content_wrapper"><div class="post_header"><div class="post_img static"> <a href="https://talesfromthemutiny.com/2021/12/how-you-can-help-make-a-difference/"> <img  alt=""  style="width:700px;height:396px;" data-src="https://talesfromthemutiny.com/wp-content/uploads/2021/11/Untitled-design-1-700x396.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2021/11/Untitled-design-1-700x396.png" alt="" class="" style="width:700px;height:396px;"/></noscript> </a></div> <br class="clear"/><div class="post_header_title"><h5><a href="https://talesfromthemutiny.com/2021/12/how-you-can-help-make-a-difference/" title="How You Can Help Make a Difference">How You Can Help Make a Difference</a></h5><div class="post_detail post_date"> <span class="post_info_date"> <span> December 12, 2021 </span> </span></div></div><p><p> We've had some people reach out and ask how they can help us here at Mutiny Ranch. In an effort to make things easier I thought I'd list the various ways you can provide support …</p></p><div class="post_button_wrapper"> <a class="readmore" href="https://talesfromthemutiny.com/2021/12/how-you-can-help-make-a-difference/">Read More</a></div><div class="post_info_comment"> <a href="https://talesfromthemutiny.com/2021/12/how-you-can-help-make-a-difference/#respond">No Comment</a></div></div></div></div></div><div id="post-1599" class="post-1599 post type-post status-publish format-standard post-password-required hentry category-sourdough tag-sourdough" data-column="last"><div class="post_wrapper"><div class="post_content_wrapper"><div class="post_header"><div class="post_img static"> <a href="https://talesfromthemutiny.com/2021/10/zu-gallery-sourdough-starter-workshop/"> <img  alt=""  style="width:700px;height:529px;" data-src="https://talesfromthemutiny.com/wp-content/uploads/2020/04/91512247_3432370626779156_2789733893299765248_o-700x529.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2020/04/91512247_3432370626779156_2789733893299765248_o-700x529.jpg" alt="" class="" style="width:700px;height:529px;"/></noscript> </a></div> <br class="clear"/><div class="post_header_title"><h5><a href="https://talesfromthemutiny.com/2021/10/zu-gallery-sourdough-starter-workshop/" title="Protected: ZU Gallery Sourdough Starter Workshop">Protected: ZU Gallery Sourdough Starter Workshop</a></h5><div class="post_detail post_date"> <span class="post_info_date"> <span> October 26, 2021 </span> </span></div></div><p><p> &nbsp;  Thank you so much for attending the Sourdough Starter Workshop hosted by ZU Gallery. Here you will find recipes, links, and notes to help you on your bread baking journey. As a participant, you are …</p></p><div class="post_button_wrapper"> <a class="readmore" href="https://talesfromthemutiny.com/2021/10/zu-gallery-sourdough-starter-workshop/">Read More</a></div><div class="post_info_comment"> <a href="https://talesfromthemutiny.com/2021/10/zu-gallery-sourdough-starter-workshop/#respond">No Comment</a></div></div></div></div></div><div id="post-1443" class="post-1443 post type-post status-publish format-standard has-post-thumbnail hentry category-item-of-the-day tag-item-of-the-day" ><div class="post_wrapper"><div class="post_content_wrapper"><div class="post_header"><div class="post_img static"> <a href="https://talesfromthemutiny.com/2021/03/mutiny-ranch-item-of-the-day-emeals-meal-planning-service/"> <img  alt=""  style="width:700px;height:529px;" data-src="https://talesfromthemutiny.com/wp-content/uploads/2021/03/Untitled-design-3-700x529.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2021/03/Untitled-design-3-700x529.png" alt="" class="" style="width:700px;height:529px;"/></noscript> </a></div> <br class="clear"/><div class="post_header_title"><h5><a href="https://talesfromthemutiny.com/2021/03/mutiny-ranch-item-of-the-day-emeals-meal-planning-service/" title="Mutiny Ranch Item of the Day &#8211; Emeals Meal Planning Service">Mutiny Ranch Item of the Day &#8211; Emeals Meal Planning Service</a></h5><div class="post_detail post_date"> <span class="post_info_date"> <span> March 22, 2021 </span> </span></div></div><p><p> Hello Mutineers! If you’ve followed us here on the website or on social media sites like Instagram and Facebook, you know that I like to share the things we actually use around Mutiny Ranch. Since …</p></p><div class="post_button_wrapper"> <a class="readmore" href="https://talesfromthemutiny.com/2021/03/mutiny-ranch-item-of-the-day-emeals-meal-planning-service/">Read More</a></div><div class="post_info_comment"> <a href="https://talesfromthemutiny.com/2021/03/mutiny-ranch-item-of-the-day-emeals-meal-planning-service/#respond">No Comment</a></div></div></div></div></div><div id="post-1332" class="post-1332 post type-post status-publish format-standard has-post-thumbnail hentry category-small-farm-life" ><div class="post_wrapper"><div class="post_content_wrapper"><div class="post_header"><div class="post_img static"> <a href="https://talesfromthemutiny.com/2020/11/holiday-gift-guide-with-29-gift-ideas/"> <img  alt=""  style="width:700px;height:529px;" data-src="https://talesfromthemutiny.com/wp-content/uploads/2020/11/Dark-and-Cream-Specials-Coffee-Photo-Collage-1-700x529.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2020/11/Dark-and-Cream-Specials-Coffee-Photo-Collage-1-700x529.jpg" alt="" class="" style="width:700px;height:529px;"/></noscript> </a></div> <br class="clear"/><div class="post_header_title"><h5><a href="https://talesfromthemutiny.com/2020/11/holiday-gift-guide-with-29-gift-ideas/" title="Holiday Gift Guide with 29 Gift Ideas">Holiday Gift Guide with 29 Gift Ideas</a></h5><div class="post_detail post_date"> <span class="post_info_date"> <span> November 26, 2020 </span> </span></div></div><p><p>This post contains affiliate links. If you use these links to buy something we may earn a commission at no additional cost to you. These funds help support our rescue animals. Thanks.  For many of us, …</p></p><div class="post_button_wrapper"> <a class="readmore" href="https://talesfromthemutiny.com/2020/11/holiday-gift-guide-with-29-gift-ideas/">Read More</a></div><div class="post_info_comment"> <a href="https://talesfromthemutiny.com/2020/11/holiday-gift-guide-with-29-gift-ideas/#comments">1 Comment</a></div></div></div></div></div><div id="post-1321" class="post-1321 post type-post status-publish format-standard has-post-thumbnail hentry category-small-farm-life tag-homestead tag-pantry tag-preparedness tag-prepper" data-column="last"><div class="post_wrapper"><div class="post_content_wrapper"><div class="post_header"><div class="post_img static"> <a href="https://talesfromthemutiny.com/2020/11/accidental-preppers/"> <img  alt=""  style="width:700px;height:529px;" data-src="https://talesfromthemutiny.com/wp-content/uploads/2020/11/8508069576_c95a895136_b-700x529.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img src="https://talesfromthemutiny.com/wp-content/uploads/2020/11/8508069576_c95a895136_b-700x529.jpg" alt="" class="" style="width:700px;height:529px;"/></noscript> </a></div> <br class="clear"/><div class="post_header_title"><h5><a href="https://talesfromthemutiny.com/2020/11/accidental-preppers/" title="Accidental Preppers">Accidental Preppers</a></h5><div class="post_detail post_date"> <span class="post_info_date"> <span> November 13, 2020 </span> </span></div></div><p><p>It seems that some people get a visceral reaction when they hear the word prepper or survivalist. Sensationalized "reality" TV shows like Doomsday Preppers has caused some people to assume everyone who has a well-stocked …</p></p><div class="post_button_wrapper"> <a class="readmore" href="https://talesfromthemutiny.com/2020/11/accidental-preppers/">Read More</a></div><div class="post_info_comment"> <a href="https://talesfromthemutiny.com/2020/11/accidental-preppers/#respond">No Comment</a></div></div></div></div></div></div></div><div class="sidebar_wrapper"><div class="sidebar_top"></div><div class="sidebar"><div class="content"><ul class="sidebar_widget"></ul></div></div> <br class="clear"/><div class="sidebar_bottom"></div></div></div></div> <br class="clear"/><div class="footer_bar   "><div id="footer" class=""><ul class="sidebar_widget four"></ul></div> <br class="clear"/><div class="footer_bar_wrapper "><div id="copyright">"Tales From the Mutiny (represented Lynn and/or Clark Bonelli) is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com."</div><br class="clear"/> <a id="toTop"><i class="fa fa-angle-up"></i></a></div></div></div><div id="overlay_background"></div><div id="fb-root"></div> <script>(function(d, s, id) {
					var js, fjs = d.getElementsByTagName(s)[0];
					if (d.getElementById(id)) return;
					js = d.createElement(s);
					js.id = id;
					js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
					fjs.parentNode.insertBefore(js, fjs);
				}(document, 'script', 'facebook-jssdk'));</script> <script>window.addEventListener('sfsi_functions_loaded', function() {
    if (typeof sfsi_responsive_toggle == 'function') {
        sfsi_responsive_toggle(0);
        // console.log('sfsi_responsive_toggle');

    }
})</script> <script>window.addEventListener('sfsi_functions_loaded', function() {
            if (typeof sfsi_plugin_version == 'function') {
                sfsi_plugin_version(2.77);
            }
        });

        function sfsi_processfurther(ref) {
            var feed_id = 'bzQ3MS82UHFwdDZrUGh0cUdJREcraFJhdnhGN2wxWXVEZTk4V055NXdIOFUvdm9kM25ZS2tOUU9HNGRBRkJGV3NsNlpOaSs4cXp2ZTVMTC9tbHBTa0tYSzdKU1Q0aTdETTF4K0RyZ3VyNkZ3L0lSNW5FMmsvUlp5WFF5WFZRM2x8RkhjanZzY2I1MGZnUXJ2bE5taHVrdi9tZjFmUmgxNW5IVm8xMzF4blJKYz0=';
            var feedtype = 8;
            var email = jQuery(ref).find('input[name="email"]').val();
            var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
            if ((email != "Enter your email") && (filter.test(email))) {
                if (feedtype == "8") {
                    var url = "https://api.follow.it/subscription-form/" + feed_id + "/" + feedtype;
                    window.open(url, "popupwindow", "scrollbars=yes,width=1080,height=760");
                    return true;
                }
            } else {
                alert("Please enter email address");
                jQuery(ref).find('input[name="email"]').focus();
                return false;
            }
        }</script>  <script type="text/javascript">var sbiajaxurl = "https://talesfromthemutiny.com/wp-admin/admin-ajax.php";</script> <script type="text/javascript">(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();</script> <script type='text/javascript' id='wprm-public-js-extra'>var wprm_public = {"endpoints":{"analytics":"https:\/\/talesfromthemutiny.com\/wp-json\/wp-recipe-maker\/v1\/analytics","manage":"https:\/\/talesfromthemutiny.com\/wp-json\/wp-recipe-maker\/v1\/manage"},"settings":{"features_comment_ratings":true,"template_color_comment_rating":"#343434","instruction_media_toggle_default":"on","video_force_ratio":false,"analytics_enabled":false,"google_analytics_enabled":false,"print_new_tab":true},"post_id":"","home_url":"https:\/\/talesfromthemutiny.com\/","print_slug":"wprm_print","permalinks":"\/%year%\/%monthnum%\/%postname%\/","ajax_url":"https:\/\/talesfromthemutiny.com\/wp-admin\/admin-ajax.php","nonce":"0a9ad8209d","api_nonce":"92050f70d5","translations":[]};</script> <script type='text/javascript' id='SFSICustomJs-js-extra'>var sfsi_icon_ajax_object = {"ajax_url":"https:\/\/talesfromthemutiny.com\/wp-admin\/admin-ajax.php","plugin_url":"https:\/\/talesfromthemutiny.com\/wp-content\/plugins\/ultimate-social-media-icons\/"};</script> <script type='text/javascript' id='wc-add-to-cart-js-extra'>var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/talesfromthemutiny.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"};</script> <script type='text/javascript' id='woocommerce-js-extra'>var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};</script> <script defer src="https://talesfromthemutiny.com/wp-content/cache/autoptimize/autoptimize_1cf88199be7fa78473e0d31d3af5fa49.php"></script></body></html>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: talesfromthemutiny.com @ 2026-04-20 12:17:45 by W3 Total Cache
-->