I just started using the Menu Manager for WP, and it seemed very powerful and easy to configure, but once i tried to implement on my blog, i got the following error:
Warning: Invalid argument supplied for foreach() in /home/test/wp-content/plugins/menu-manager/menu-manager.php on line 268
I used this to add it to the code (after creating a menu named "categorias"):
<?php echo wpfm_create("categorias",true,'select'); ?>
any ideas?