Thats sounds perfect! Yeah I know it will not make sense to import them again since the birthdays will be showing concurrently every year. I was just wondering in case the birthdays showed only one time, then the import “could” make some sense.
Another quick question: Is there a way to get rid of the user image when we hover on the users name? I went through the source files and found a way but all I could do was to remove the image not the whole pop-up/tool tip which contains the image inside. I know that there are some options inside the plugin settings page but disabling them didn’t work either.
Thanks for the quick answer and the plugin!
Thanks @123milliseconds, but I already tried that way. I thought it would work doing it with the same code filter but it didn’t.
More Info: The excerpt that my theme is using is not the “<?php the_excerpt();?>” type, instead I’m using this type of excerpt: “<?php excerpt(55);?>”.
I dont know if that has something to do with the problem, but right now I prefer staying with the “<?php excerpt(30);?>” because some theme issues with the other one. Thanks again!