| Post |
|
Aaron - Admin
3:28 pm - January 11, 2009
posts 379 |
| |
|
Adding the following code to your theme will disable AWP, <?php do_action('awp_no');?>
Adding the following will re-enable AWP. <?php do_action('awp_yes');?>
|
|
|
Mike
- Guest
8:57 pm - January 19, 2009
|
| |
|
That did the trick.
What I wanted was for the inline option to work on every page (with posts) except the front page. More importantly I wanted inline working on my authors page.
So thanks. Works great.
Mike
|
|
|
cK !
- Guest
9:53 pm - October 11, 2009
|
| |
|
Is there a way to do it the other way? So, that it is disabled by default and you can insert code to enable AWP in a certain section?
|
|
|
Aaron - Admin
2:15 pm - October 24, 2009
posts 379 |
| |
|
You can just stick the disable part in the header so it will disable everything up to the part you enable it.
You can enable and disable AWP multiple times on the page.
|
|