فيما يلي دليل مرئي لموضوع واجهة المتجر بواسطة WooCommerce.
ينتمي هذا الدليل المرئي إلى ” سلسلة دليل الخطاف المرئي ” الخاصة بي ، والتي قمت بتجميعها معًا بحيث يمكنك العثور على خطافات WooCommerce بسرعة وسهولة من خلال رؤية مواقعها الفعلية. أيضًا ، يمكنك النسخ واللصق في ثوانٍ وتسريع وقت التخصيص.
اسمحوا لي أن أعرف في التعليقات ما هو رأيك في هذا المورد! يتمتع!
1. موضوع واجهة المتجر> خطافات العنوان
واجهة المحل قبل_الرأس
واجهة_المحل
add_action( 'storefront_header', 'storefront_header_container', 0 );
add_action( 'storefront_header', 'storefront_skip_links', 5 );
add_action( 'storefront_header', 'storefront_site_branding', 20 );
add_action( 'storefront_header', 'storefront_secondary_navigation', 30 );
add_action( 'storefront_header', 'storefront_product_search', 40 );
add_action( 'storefront_header', 'storefront_header_container_close', 41 );
add_action( 'storefront_header', 'storefront_primary_navigation_wrapper', 42 );
add_action( 'storefront_header', 'storefront_primary_navigation', 50 );
add_action( 'storefront_header', 'storefront_header_cart', 60 );
add_action( 'storefront_header', 'storefront_primary_navigation_wrapper_close', 68 );
2. موضوع واجهة المتجر> خطافات التذييل
واجهة المحل_قبل_مُصوِر
واجهة المحل
add_action( 'storefront_footer', 'storefront_footer_widgets', 10 );
add_action( 'storefront_footer', 'storefront_credit', 20 );
واجهة المتجر
3. موضوع واجهة المتجر> خطافات الشريط الجانبي
add_action( 'storefront_sidebar', 'storefront_get_sidebar', 10 );
4. موضوع واجهة المتجر> خطافات الصفحة القياسية
add_action( 'storefront_before_content', 'storefront_header_widget_region', 10 );
add_action( 'storefront_before_content', 'woocommerce_breadcrumb', 10 );
add_action( 'storefront_page', 'storefront_page_header', 10 );
add_action( 'storefront_page', 'storefront_page_content', 20 );
add_action( 'storefront_page_after', 'storefront_display_comments', 10 );
5. موضوع واجهة المتجر> خطافات “قالب الصفحة الرئيسية”
واجهة المحل_قبل_المحتوى
add_action( 'storefront_before_content', 'storefront_header_widget_region', 10 );
add_action( 'storefront_before_content', 'woocommerce_breadcrumb', 10 );
الصفحة الرئيسية
add_action( 'homepage', 'storefront_homepage_content', 10 );
add_action( 'homepage', 'storefront_product_categories', 20 );
add_action( 'homepage', 'storefront_recent_products', 30 );
add_action( 'homepage', 'storefront_featured_products', 40 );
add_action( 'homepage', 'storefront_popular_products', 50 );
add_action( 'homepage', 'storefront_on_sale_products', 60 );
add_action( 'homepage', 'storefront_best_selling_products', 70 );
الصفحة الرئيسية
ينتقل محتوى صفحة وورد بريس هنا.
واجهة المحل_الصفحة الرئيسية_قبل_ فئات_المنتج
فئات المنتجات
واجهة المحل_الصفحة الرئيسية_بعد_المنتج_الفئات_العنوان
واجهة المحل_الصفحة الرئيسية_بعد_فئة_المنتج
storeefront_homepage_before_recent_products
المنتجات الأخيرة
storeefront_homepage_after_recent_products_title
storeefront_homepage_after_recent_products
storeefront_homepage_before_featured_products
منتجات مميزة
storeefront_homepage_after_featured_products_title
storeefront_homepage_after_featured_products
storeefront_homepage_before_popular_products
المنتجات الأعلى تقييماً
storeefront_homepage_after_popular_products_title
storeefront_homepage_after_popular_products
storeefront_homepage_before_on_sale_products
للبيع
storeefront_homepage_after_on_sale_products_title
storeefront_homepage_after_on_sale_products
storeefront_homepage_before_best_selling_products
أفضل البائعين
storeefront_homepage_after_best_selling_products_title
storeefront_homepage_after_best_selling_products_products
6. موضوع واجهة المتجر> خطافات المشاركة
add_action( 'storefront_loop_post', 'storefront_post_header', 10 );
add_action( 'storefront_loop_post', 'storefront_post_meta', 20 );
add_action( 'storefront_loop_post', 'storefront_post_content', 30 );
add_action( 'storefront_loop_after', 'storefront_paging_nav', 10 );
add_action( 'storefront_single_post', 'storefront_post_header', 10 );
add_action( 'storefront_single_post', 'storefront_post_meta', 20 );
add_action( 'storefront_single_post', 'storefront_post_content', 30 );
add_action( 'storefront_single_post_bottom', 'storefront_post_nav', 10 );
add_action( 'storefront_single_post_bottom', 'storefront_display_comments', 20 );
add_action( 'storefront_post_content_before', 'storefront_post_thumbnail', 10 );