//Add categories to pages function myplugin_settings() { // Add tag metabox to page register_taxonomy_for_object_type('post_tag', 'page'); // Add category metabox to page register_taxonomy_for_object_type('category', 'page'); } // Add to the admin_init hook of your theme functions.php file add_action( 'init', 'myplugin_settings' ); // Add string translations to polylang pll_register_string('jevelin', 'Related Posts'); pll_register_string('jevelin', 'Next'); pll_register_string('jevelin', 'Previous'); pll_register_string('jevelin', 'Search here...'); pll_register_string('jevelin', 'Search Here..'); pll_register_string('jevelin', '%1$s Comments'); pll_register_string('jevelin', '1 Comment'); pll_register_string('jevelin', 'Share'); // fix featured image ratio function custom_jevelin_general_setup(){ set_post_thumbnail_size( 660, 496, true ); add_image_size( 'jevelin-portrait', 496, 660, true ); add_image_size( 'jevelin-square', 660, 660, true ); add_image_size( 'jevelin-landscape-large', 9999,9999, true ); } add_action( 'init', 'custom_jevelin_general_setup', 999 );

The birdcage

My mom loves singing birds. Growing up, we always had a birdcage with a bird or two singing and chirping. It just makes her so happy. At some point though, it saddened her to see them locked up in a cage. Now we have an empty golden birdcage in the house, full of faux birds and artificial butterflies. For her 58th birthday I created an edible birdcage with decorative birds and roses from fondant. She was so excited about this cake that she didn’t let anyone touch or it. She kept it for about 2 weeks. Eventually it went bad and we had to throw it away. Too bad we didn’t get to actually eat the cake, but I’m happy she was able to enjoy my creation longer than expected.


אמא שלי אוהבת ציפורים מזמרות. בילדותי, תמיד היה בבית כלוב עם ציפורים מצייצות ומזמרות. זה פשוט עשה אותה כה שמחה. בשלב מסוים, השמחה הפכה לעצב וזה לא שימח אותה יותר לראות אותן כלואות בכלוב. כעת יש לנו כלוב מוזהב בבית, מלא בציפורים מלאכותיות ומקושט בפרפרים מנייר. ליום הולדתה ה-58, הכנתי לה כלוב אכיל עם ציפורים דקורטיביות וורדים מבצק סוכר. היא כל כך התרגשה מהעוגה שהיא לא נתנה לאף אחד לגעת בה או לטעום ממנה. היא שמרה את זה כשבועיים בערך. בסופו שלדבר העוגה התקלקלה והיינו חייבים כבר לזרוק אותה. חבל שלא יצא לנו לאכול מהעוגה בכלל, אבל שמחתי שהיא יכלה ליהנות מהיצירה שלי זמן ארוך יותר מהצפוי.


Categories

השאר/י תגובה

logo
Search Cake Lab