Remove “order by” function on page listing all q and a’s
Hi,
Is it possible to remove the “order by” function and just have the questions sorted by recently posted?
Thanks
Question is closed for new answers.
Rahul Aryan selected answer
Hi Gordon,
Same kind of answer as with your other question. The easy way would be to choose default questions order as “newest” in AnsPress Settings > Posts & Comments > Default Question Order, then hide the filter with CSS:
#ap-filters {
display: none;
}
I guess it should do the trick. 😉
Rahul Aryan selected as best answer