Hey @gavman7 !
URL links should work the same as in HTML: perhaps there are some syntax errors in your pattern? Basically, the pattern should look like this:
<a href="[url]">Some Text</a>
Also, notice that if your url field does not contain protocol (http, https, etc.) it will try to create the link to your own site. For example:
if url = "www.ads-software.com"
on your site page the link will look like "https://your-site/wordpress/your-page/www.ads-software.com"
if url = "https://www.ads-software.com"
, the link will be "https://www.ads-software.com"
.
I hope this information is helpful, and you will manage to make the links you want.
As for your questions:
1. Sometimes the same author can be written a bit differently in different bibliography files. For example, let’s say we have “John Doe” as an author and we have just imported his two works. One of them has his full name (John Doe) and the other one has shortened (J. Doe). Plugin will determine them as two separate authors, which may be a problem in case we have to display the works of one specific author. That’s why you may have to use merge option, so these two separate entities will be considered as one.
2. You can delete any author on “Manage Authors” page by clicking “Remove” button. If the author you want to remove is in the unlisted section it will be removed automatically when all related publications are removed.