Hi @notion9 !
Thank you for your response!
1. If you’re asking about some dynamic sort feature on the website page, unfortunately, there is no such thing implemented in the plugin. All the publication sorting happens before posting the list on the site. That way you can only choose some options to determine the original order of the items in the list, but it can’t be changed later by the website user.
2. The “link” in the example above is a placeholder. Sorry, I didn’t make it clear. All the variables use these brackets – []. So you have to change this placeholder to the URL you want. For example,
<a href="https://www.remarpro.com">[title]</a>
will create a link to the WordPress site.
<a href="[url]">[title]</a>
will create a link to specific URL set for that publication.
In case, there was no URLs during .bib or DOI import, or if you added publication manually, you will have to fill the URL field manually.
3. If you use the “file” field to manually upload the file to your site, you can use it as an URL to the file (It seems I misunderstood you previously and provided the wrong example). Change the download link part in customization list to look like this:
<a href="../downloads/[filelink]">Download</a>
If you changed the download folder in the settings, you’ll have to change it as well.
I hope this will help you. In any case, feel free to ask anything!