We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
0ct0pu5
/
themes-wordpress
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
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
%!s(int64=6) %!d(string=hai) anos
pai
e3ee4fc8d4
achega
68a942a89f
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
altofocus/index.php
+ 1
- 1
altofocus/index.php
Ver ficheiro
@@ -58,5 +58,5 @@ get_header(); ?>
</div>
<?php
-
//
get_sidebar();
+get_sidebar();
get_footer();