Skip to content

Instantly share code, notes, and snippets.

@pablo-sg-pacheco
Last active May 8, 2018 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablo-sg-pacheco/90f11f0660f49c07bc8f85de260ab5fa to your computer and use it in GitHub Desktop.
Save pablo-sg-pacheco/90f11f0660f49c07bc8f85de260ab5fa to your computer and use it in GitHub Desktop.
Charity Theme - Add content before moving articles on header
add_action( 'hb_charity_top_header', function(){
?>
<div class="topheader" style="color:#fff;">
<div class="container">
<div class="row">
<div class="col-lg-12">
<?php echo __( 'My Articles', 'hb-charity' ); ?>
</div>
</div>
</div>
</div>
<?php
}, 9 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment