Skip to content

Instantly share code, notes, and snippets.

@generatepress
Created October 22, 2014 23: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 generatepress/ba49bc497a9571038a42 to your computer and use it in GitHub Desktop.
Save generatepress/ba49bc497a9571038a42 to your computer and use it in GitHub Desktop.
<?php if ( function_exists( 'bp_is_active' ) ) : ?>
<?php if ( bp_is_active( 'activity' ) ) { ?>
<div class="page-header-content generate-page-header generate-content-header">
<div class="inside-page-header-container inside-content-header grid-container grid-parent">
This is where you put what you want to show up in here (and delete this text).
For example, an image:
<img src="URL TO YOUR IMAGE" alt="" />
Or just regular text and HTML - it's up to you.
Just make sure not to touch any of the surrounding markup :)
</div>
</div>
<?php } ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment