We Love to Make Cat Toys

What can be a more purrrrfect gift than a knitted cat?

Handmade with a Knitting by Post cat knitting pattern. Lots of choice and easy to make.  All cat patterns are available as a PDF download or an A5 leaflet.

There are sitting cats, laying cats and even the odd lion too. There won’t be much purr-suation to pick one of these moggies.

+ Large Text
Download
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Paw-sitively the cutest way to give a gift

This product has multiple variants. The options may be chosen on the product page
+ Large Text
Download
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Treats in the Tummy, Cuteness on the Outside.  Cat Gift Bag Knitting Pattern

This product has multiple variants. The options may be chosen on the product page
11.49

Nine Knits for Nine Lives, Here Is Cat Knits Knitting Pattern Collection.

This product has multiple variants. The options may be chosen on the product page
+ Download
Large Print
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Twirl it Your Way, It's The Purr-fect Project.  Do a Little Pirouette With Your Knitting Needles

This product has multiple variants. The options may be chosen on the product page
11.49

A Traditional Bed Time Pyjama or Nightie Case Collection of Patterns

This product has multiple variants. The options may be chosen on the product page
+ Download
Large Print
5.99

Here is our Sophisti-CAT. Carol has a removable dress and is ready to dance.

This product has multiple variants. The options may be chosen on the product page
+ Large Text
Download
5.49 5.99Price range: €5.49 through €5.99 Leaflet

No need to chase yarn—this easy knitted cat soft toy is a must for feline lovers.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

He is Purrrfection in a Knitting Pattern. Our cute moggie is yours to make.

This product has multiple variants. The options may be chosen on the product page

More Cat Knitting Patterns

Even More Patterns

+ Download
Large Print
5.49 5.99Price range: €5.49 through €5.99 Leaflet

UnBEARably Good Bear Knitting Pattern. It is a Bear with egg sized pockets !

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Knit up some Irish charm with Larney O’Shamrock, the mischievous leprechaun. A fun and festive project perfect for St. Patrick’s Day decorating or lucky gifts.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Why chase rabbits when you can knit one instead? This Rambling Rabbit pattern is the perfect way to stitch up a cuddly, long-eared friend who’s always ready for adventure.

This product has multiple variants. The options may be chosen on the product page
9.49 11.49Price range: €9.49 through €11.49 Leaflet

A festive tradition in yarn! Knit the second half of your Christmas nativity scene with this pattern booklet.

This product has multiple variants. The options may be chosen on the product page
+ Download
Large Print
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Kick off your next project with this football-themed knitting pattern! Knit your own sporty boy and girl soft toys.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

A magical way to give gifts! This Unicorn Baggles Gift Bag knitting pattern creates an enchanting unicorn-themed pouch for treats and treasures.

This product has multiple variants. The options may be chosen on the product page

Leave a Reply

{{{ data.variation.price_html }}}
{{{ data.variation.availability_html }}}
'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; document.addEventListener('click', function (e) { if (e.target) { const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]'); if (buttonLinkElement) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = buttonLinkElement.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = buttonLinkElement.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } } } }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } });})();