I just stumbled across this because I am trying to do the same thing.
This is what worked for me –
find this code in your header: <?php wp_list_categories('sort_column=menu_order&depth=3&title_li='); ?>
Add &exclude=1 to the end of the string just before the end ' like this:
<?php wp_list_categories('sort_column=menu_order&depth=3&title_li=&exclude=1'); ?>
Since the “Uncategorized” category is listed as category 1 for me (and I suspect for everybody else) I excluded category 1.
Hope this helps!
@mikemotorcade You are brilliant! Works great! And I agree — definitely needs to be added to the next Fototbook release!
Side note: I have observed that I can only add albums of Facebook fan pages I am admin on. Please correct me if I am wrong.
Kudos!
This isn’t working anymore. I still get the “success” message when I click Aaron’s link but when I go back to import new albums I get the dreaded import error others have been posting about.
Please help. I do not want to code these new albums by hand.