We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e2b6f commit 48a80eaCopy full SHA for 48a80ea
themes/jquery/header.php
@@ -39,7 +39,7 @@
39
</head>
40
<body <?php body_class(); ?>>
41
42
-<?php if ( is_front_page() && defined( "JQUERY_BANNER" ) ) : ?>
+<?php if ( defined( "JQUERY_BANNER" ) && ( is_front_page() || defined( "JQUERY_BANNER_ALL_PAGES" ) ) ) : ?>
43
<div id="banner">
44
<?php echo JQUERY_BANNER ?>
45
</div>
0 commit comments