rdusnr

Untitled

Jan 4th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function sq7_check_bbpress_pages(){
  2. if( is_bbpress() ) {
  3. echo '
  4. <img src="http://s3.amazonaws.com/bebetopia-co/wp-content/uploads/2016/12/28114347/COMUNIDAD_TEX.png" alt="Mountain View" style="width:100%;height:auto;">
  5. ';
  6. }
  7. }
  8.  
  9. add_action('kleo_before_main', 'sq7_check_bbpress_pages');
Advertisement
Add Comment
Please, Sign In to add comment