Thanks Grzegorz. I was using bibunits and hyperref for my dissertation. Hyperlinks for figures, tables and sections were working fine, but had problems with multiple citations ([1,2,3,4,5]). For multiple citations, hyperref always link it to the first page of the document.
Then I switched from bibunits to chapterbib, and natbib, and everything seems to work fine.
May be an old answer, but I would simply use this one line, it highlights all citation references (only the year appears in red and highlighted, which gives a fine result):
1 step: In the List of References create an item for each citation, for example: \bibitem{DiCarlo04} Di Carlo G.\index[people]{Di Carlo G.} 2004. \emph{The natural recolonisation process of the seagrass Posidonia oceanica (L.) Delile after the introduction of the Italo-Algerian methane pipeline in the SW Mediterranean sea}.\pageref{DiCarlo04}
2 step: in the text when this particular author is cited you simply give a link, like this: \cite{DiCarlo04}\label{DiCarlo04}
For more details just have a look how I did it at my LaTeX template:
does it automatically. It will give those nice links at the end of each reference, back to the pages where you first inserted them. See also: https://www.sixhat.net/latex-tip-back-references-in-bibliography.html
Please how can i put this style of citation (as attached) in a multiple referencing like [8-53] still upwards. I have tried \usepackage{cite} and it did not work. Please i need help. Thanks
Place this at the end of all the packages. It works. Once you click on any citation it will navigate to the end to a particular reference in your manuscript. Thank you.
It seems that the link is only added to the year when I use the author-year format in the article. How can I make the "author-year" have a complete link?