Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: buddypress + p2 theme


symm2112
Participant

@symm2112

@Peterverkooijen

Here are the instructions for using Posthaste if you want to go that route.

If you comment out the action that places the form near the end of posthaste.php:

add_action(‘loop_start’, posthasteForm);

You can manually place the form in your theme where you want it to appear using this code:

if(function_exists(posthasteForm)) { posthasteForm(); } ?>

in my theme, I placed it right after the div id=content in my theme and it showed up at the top of the blog before any content.

Skip to toolbar