Forums › Forums › Search & Filter Pro › CoAuthors Plus plugin secondary authors not appearing in search results
Tagged: coauthorsplus
- This topic has 27 replies, 2 voices, and was last updated 5 years, 7 months ago by Trevor.
-
Trevor(Private) March 26, 2019 at 2:16 pm #206344
That means that code is not effective.
I took a quick look at you search page and the field control is named
_sf_author
and not_sft_author
Can you try making that change in this lie?
if ($input_object['name'] == '_sft_author') {
to
if ($input_object['name'] == '_sf_author') {
Anonymous(Private) March 26, 2019 at 4:03 pm #206379I updated the code from
$input_object['name'] == '_sf_author'
back to$input_object['name'] == '_sft_author'
. I am now seeing all authors listed in the dropdown. So, thank you! However, neither the search field nor the dropdown still actually pull up the results for Wael. The results should be the two articles listed on his page here.Anonymous(Private) March 26, 2019 at 4:10 pm #206385There seem to be some cross-referencing issues with the CoAuthors. So, now it looks like if I select Wael from the dropdown, I am brought to this page with these results. Neither of the results display his name. However, if you on either of the those posts, you’ll see that only one author is displayed on the frontend. If you click to edit the post, you will see that Wael is listed as an additional author. But, for some reason, his name is not displayed on the post or in the search results.
-
AuthorPosts