We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
0ct0pu5
/
themes-wordpress
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
فهرست منبع
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 سال پیش
والد
e3ee4fc8d4
کامیت
68a942a89f
1فایلهای تغییر یافته
به همراه
1 افزوده شده
و
1 حذف شده
مشاهده تقسیم شده
نمایش آمار تفاوت ها
1
1
altofocus/index.php
+ 1
- 1
altofocus/index.php
مشاهده فایل
@@ -58,5 +58,5 @@ get_header(); ?>
</div>
<?php
-
//
get_sidebar();
+get_sidebar();
get_footer();