Trying to figure out the best sign in/ register widget. I like minimeta but when I tested it it wouldn’t send the test email. Does anyone have a plug-in the absolutely love? Please let me know.
]]>https://www.youtube.com/watch?v=vtE3ByMd6jY
Any ideas what this could be?
Thanks
Jerry
I have a MiniMeta option called ‘abc’ and I’m trying to call it as a php function thus:
<?php if (function_exists('MiniMetaWidgetSidebar')) MiniMetaWidgetSidebar("abc"); ?>
When the page displays I appear to get the default settings for MiniMeta rather than those I selected for ‘abc’. I’ve had a look through the code but I can’t follow it through (I’m a bit confused as to why there is a call to wp_ceate_nonce() in the display function:
function MiniMetaWidgetSidebar($name) {
MiniMetaWidgetDisplay::display(wp_create_nonce($name),array('type'=>'PHP'));
}
Ideas anyone?
]]>