yes, but, I want to know if I can do something with the same effect of “LIKE”, because I’m offering a list to my users:
A - B - C - D - E - F -...
So… when the user click on “A” for exemple, will list posts that start with this letter. I thought to use de the $wpdb->get_results(), but that way I will have to do the pagination manually… (using LIMIT and OFFSET)