Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filter by YYYY and Search topic in filter › Reply To: Filter by YYYY and Search topic in filter
November 29, 2021 at 1:42 pm
#35800
Keymaster
Well, you can try a custom CSS, but it may not work as intended:
.results div.item:nth-of-type(1n+12) {
display: none;
}