We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
0ct0pu5
/
themes-wordpress
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Bläddra i källkod
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 år sedan
förälder
e3ee4fc8d4
incheckning
68a942a89f
1 ändrade filer
med
1 tillägg
och
1 borttagningar
Delad Vy
Visa Diff Statistik
1
1
altofocus/index.php
+ 1
- 1
altofocus/index.php
Visa fil
@@ -58,5 +58,5 @@ get_header(); ?>
</div>
<?php
-
//
get_sidebar();
+get_sidebar();
get_footer();