Skip to content

Commit 9d40817

Browse files
committed
fixup! limit banner to homepages
1 parent 79e8008 commit 9d40817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</head>
4040
<body <?php body_class(); ?>>
4141

42-
<?php if ( defined( "JQUERY_BANNER" ) ) : ?>
42+
<?php if ( is_front_page() && defined( "JQUERY_BANNER" ) ) : ?>
4343
<div id="banner">
4444
<?php echo JQUERY_BANNER ?>
4545
</div>

0 commit comments

Comments
 (0)