I cite the answer from this post:
To omit the page prefix for all citations, add the following to your preamble:
\DeclareFieldFormat{postnote}{#1} \DeclareFieldFormat{multipostnote}{#1}
I would like to do exactly the same thing, but just for one specific book (so for all other books "p." should appear in the citation).
The same answer says that
To suppress the prefix for individual citations, use \nopp within the citation's optional argument (thanks to Gonzalo Medina for the tip):
\cite[\nopp 1]{A01}
The result is exactly what I want, but I would prefer not to have to write the command every time I quote that specific book, but to automate the operation.
How can I achieve that?

Elk 1972, 12, i would like to getElk 1972 12(but just for this book). Thanks in advance – Urel Jun 04 '21 at 14:46