• fatmir

    (@fatmir)


    Hi,
    I create a query and saved under the key “chef”. As query text I put the name of autor: “Rassaf T[au]”. In the html site I put the shortcode: [pmid-refs key=”chef” limit=10] and the query is working.
    Now I am trying to get the author name in bold.

    So I am using the references styles to get it in bold.
    I put the author name under the option “highlighted words” in the same form like in PubMed, but in the list of publications his name is still normally (not bold).
    Have you an idea what I am doing wrong?
    Best regards

    Fatmir

    https://wordpress.org/plugins/wp-pubmed-reflist/

Viewing 1 replies (of 1 total)
  • Plugin Author jimhu

    (@jimhu)

    What the code does is split the list of things to put in bold by lines. It then looks for an exact match using the str_replace function in php. So what you want to have in bold has to be exactly the same as how it appears in the list, including being case-sensitive and sensitive to whitespace.

    Does that help?

Viewing 1 replies (of 1 total)
  • The topic ‘Highlighted words’ is closed to new replies.