To disable the plugin on a specific post or page, simply add a new custom field to that post/page with the key "Hide SexyBookmarks" and the value "true"
As of v2.5 the menu can be inserted once anywhere within your site (even outside the loop) and it will still pull the appropriate data for the dynamic links
If you would like to insert the menu manually, simply choose "Manually insert" from the options page, then place the following code into your theme files where you want the menu to appear:
<?php if(function_exists('selfserv_sexy')) { selfserv_sexy(); } ?>
You can still configure the other options available when inserting manually and they will be passed to the function. This is for those of you who have requested to be able to place the menu anywhere you choose... Enjoy!




