Skip to content

Commit

Permalink
added pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn Zschernack committed Nov 20, 2023
1 parent eb65a84 commit ec008b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/header/pageheader.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="row">
<div class="col-12 p-0 mt-5">
<div class="w-100 bg-white px-5 py-4">
<h3 class="fs18 fw500"><?php echo get_post_meta($post->ID, 'headeruberschrift', true); ?></h3>
<h3 class="fs18 fw500 pt-4"><?php echo get_post_meta($post->ID, 'headeruberschrift', true); ?></h3>
</div>
<?php echo apply_filters('the_content', get_post_meta($post->ID, 'headerinhalt', true)); ?>
</div>
Expand Down

0 comments on commit ec008b9

Please sign in to comment.