Remove “order by” function on page listing all q and a’s

Solved4.44K viewsCorefeatures
0

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.
selected answer
1

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. 😉

selected as best answer
0

Thanks a lot Fred !