{"id":790,"date":"2018-10-03T11:46:31","date_gmt":"2018-10-03T11:46:31","guid":{"rendered":"http:\/\/localhost\/www\/Mythemes\/modeling\/?page_id=790"},"modified":"2026-03-24T09:40:23","modified_gmt":"2026-03-24T13:40:23","slug":"about-us","status":"publish","type":"page","link":"https:\/\/grandmasflowerstand.com\/","title":{"rendered":"About Us"},"content":{"rendered":"\n\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"862\" height=\"660\" src=\"https:\/\/grandmasflowerstand.com\/wp-content\/uploads\/2026\/03\/me-kids-sign-e1774058334880.jpg\" alt=\"Grandma's Flower Stand team\" class=\"wp-image-1925\" srcset=\"https:\/\/grandmasflowerstand.com\/wp-content\/uploads\/2026\/03\/me-kids-sign-e1774058334880.jpg 862w, https:\/\/grandmasflowerstand.com\/wp-content\/uploads\/2026\/03\/me-kids-sign-e1774058334880-300x230.jpg 300w, https:\/\/grandmasflowerstand.com\/wp-content\/uploads\/2026\/03\/me-kids-sign-e1774058334880-768x588.jpg 768w\" sizes=\"auto, (max-width: 862px) 100vw, 862px\" \/><figcaption class=\"wp-element-caption\">Grandma and kids on Flower Stand opening day 2026<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">I am a 3<sup>rd<\/sup> generation gardener growing flowers (and vegetables) with the grandkids that live next door. I love teaching them how to grow, arrange, and sell flowers (selling is their favorite!) If flowers make you smile, and you love supporting young local entrepreneurs and smelling fresh cut flowers, then Grandma&#8217;s Flower Stand is for you. We have casual flower arrangements at our roadside farm stand that are seasonally available. Please join our email list to find out what is blooming and when the stand is open.<\/p>\n\n\n\n\n\n\n\n\n            <div id=\"mailerlite-form_1\" data-temp-id=\"6a1fe0d1ecefa\">\n                <div class=\"mailerlite-form\">\n                    <form action=\"\" method=\"post\" novalidate>\n                                                    <div class=\"mailerlite-form-title\"><h3>Bloom Alert sign up<\/h3><\/div>\n                                                <div class=\"mailerlite-form-description\"><p>Sign up for flower stand hours and what's blooming<\/p>\n<\/div>\n                        <div class=\"mailerlite-form-inputs\">\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-email\">Email<\/label>\n                                    <input id=\"mailerlite-1-field-email\"\n                                           type=\"email\" required=\"required\"                                            name=\"form_fields[email]\"\n                                           placeholder=\"Email\"\/>\n                                <\/div>\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-name\">First Name<\/label>\n                                    <input id=\"mailerlite-1-field-name\"\n                                           type=\"text\"                                            name=\"form_fields[name]\"\n                                           placeholder=\"First Name\"\/>\n                                <\/div>\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-last_name\">Last name<\/label>\n                                    <input id=\"mailerlite-1-field-last_name\"\n                                           type=\"text\"                                            name=\"form_fields[last_name]\"\n                                           placeholder=\"Last name\"\/>\n                                <\/div>\n                                                        <div class=\"mailerlite-form-loader\">Please wait<\/div>\n                            <div class=\"mailerlite-subscribe-button-container\">\n                                <button class=\"mailerlite-subscribe-submit\" type=\"submit\">\n                                    Subscribe                                <\/button>\n                            <\/div>\n                            <input type=\"hidden\" name=\"form_id\" value=\"1\"\/>\n                            <input type=\"hidden\" name=\"action\" value=\"mailerlite_subscribe_form\"\/>\n                            <input type=\"hidden\" name=\"ml_nonce\" value=\"45fecf89d5\"\/>\n                        <\/div>\n                        <div class=\"mailerlite-form-response\">\n                                                            <h4><p><span style=\"color: #339966\">You have successfully signed up for Bloom Alerts and Flower Stand hours!<\/span><\/p>\n<\/h4>\n                                                    <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <script type=\"text\/javascript\" src='https:\/\/grandmasflowerstand.com\/wp-content\/plugins\/official-mailerlite-sign-up-forms\/assets\/js\/localization\/validation-messages.js'><\/script>\n         <script type=\"text\/javascript\"> 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=\"6a1fe0d1ecefa\"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https:\/\/grandmasflowerstand.com\/wp-admin\/admin-ajax.php', { 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:\/\/grandmasflowerstand.com\/wp-admin\/admin-ajax.php', { 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; } <\/script> \n","protected":false},"excerpt":{"rendered":"<p>I am a 3rd generation gardener growing flowers (and vegetables) with the grandkids that live next door. I love teaching them how to grow, arrange, and sell flowers (selling is their favorite!) If flowers make you smile, and you love supporting young local entrepreneurs and smelling fresh cut flowers, then Grandma&#8217;s Flower Stand is for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-790","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/grandmasflowerstand.com\/index.php?rest_route=\/wp\/v2\/pages\/790","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/grandmasflowerstand.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/grandmasflowerstand.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/grandmasflowerstand.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/grandmasflowerstand.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=790"}],"version-history":[{"count":12,"href":"https:\/\/grandmasflowerstand.com\/index.php?rest_route=\/wp\/v2\/pages\/790\/revisions"}],"predecessor-version":[{"id":1949,"href":"https:\/\/grandmasflowerstand.com\/index.php?rest_route=\/wp\/v2\/pages\/790\/revisions\/1949"}],"wp:attachment":[{"href":"https:\/\/grandmasflowerstand.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=790"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}