Genel WordPress’te ilk döngüye farklı class eklemek (use different class name for first loop) echo $loop->current_post >= 1 ? '' : 'active'; 29 Nisan, 2025 by esakademi Yorum bırak
Genel string ve array nedir? string= dizearray= dizi A string is just a bunch of letters, numbers, or symbols all stuck [...] 27 Nisan, 2025 by esakademi Yorum bırak
Genel Bir woocommerce ürün kategorisinin ID’sini göstermek $category = get_term_by( 'slug', 'kategori', 'product_cat' ); $id = $category->term_id; echo $id; 30 Kasım, 2024 by esakademi Yorum bırak
Genel özel yazı tipine ait tekil sayfanın linkine URL vermek 27 Ağustos, 2023 by esakademi Yorum bırak