We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
0ct0pu5
/
themes-wordpress
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Kaynağa Gözat
AltoFocus: Allow widgets to show on homepage
- Fix for
#818
- Allows showing widgets on homepage so that all widgets could work correctly.
In this instance, the Cookie Consent & Banner widget would only show on archive and single post pages.
Kris Korn
6 yıl önce
ebeveyn
e3ee4fc8d4
işleme
68a942a89f
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
1
1
altofocus/index.php
+ 1
- 1
altofocus/index.php
Dosyayı Görüntüle
@@ -58,5 +58,5 @@ get_header(); ?>
</div>
<?php
-
//
get_sidebar();
+get_sidebar();
get_footer();