Skip to content

Commit

Permalink
Merge pull request #52 from sayontan/header_wp_body_open
Browse files Browse the repository at this point in the history
Add wp_body_open to header
  • Loading branch information
marcissimus committed Nov 22, 2023
2 parents 16a9c42 + 2d4a694 commit 7b08929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
</head>

<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php suffusion_before_page(); ?>
<?php
suffusion_before_begin_wrapper();
Expand All @@ -63,4 +64,4 @@
<div id="container" class="fix">
<?php
suffusion_after_begin_container();
?>
?>

0 comments on commit 7b08929

Please sign in to comment.