//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 );

פרלין שוקולד חלב ופסיפלורה

לפני שבוע פגשתי חברים מצרפת ויצא לנו לדבר על מקרונים (על מה עוד יש לדבר עם צרפתים?). אבל לא סתם דיברנו על מקרונים, דיברנו על המקרונים של פייר הרמה. הסכמנו בפה אחד שהמקרון הכי טעים שלו הוא ה”מוגדור”, מקרון ממולא בגנאש שוקולד חלב ופסיפלורה.

logo
Search Cake Lab