For those having trouble with the Blog Templates plugin (not premium) you need to change line 252 of blog-templates.php to this:
$term = get_term_by(‘name’, $name, ‘link_category’, ARRAY_A);
The get_term_by() method returns an Object by default, so you need to tell it to return an Array.
Cheers,
Chris