According to http://mirrors.ctan.org/macros/latex/contrib/hyperref/doc/backref.pdf:
If a citation should not be back cited, then the recording can be turned off by option disable and enabled again afterwards, e.g.:
\bookmarksetup{disable}\cite{...}\bookmarksetup{enable}
But in the following document this does not work. I don't know how to fix it. To be precise I would like this feature with backref not hyperref.
\documentclass{article}
\usepackage{backref}
\begin{document}
blablabla \bookmarksetup{disable}\cite{something}\bookmarksetup{enable}
\newpage
blablabla
\cite{something}
\begin{thebibliography}{1}
\bibitem{something}
something
\end{thebibliography}
\end{document}
\bookmarksetupit should be\backrefsetup. However, this does not seem to stop the back-reference from appearing, which is why this is a comment rather than an answer. – Nov 28 '16 at 00:48captionpackage and\usepackage[backref]{hyperref}produced weird??in my bibliography when I referenced in a table – Ac Hybl Nov 10 '23 at 19:50