Prima di order_by nella clausula WHERE aggiungi le condizioni NOT LIKE, per esempio;
SELECT ....
FROM ......
WHERE post_title NOT LIKE 'quellochevuoi%';
Prima di order_by nella clausula WHERE aggiungi le condizioni NOT LIKE, per esempio;
SELECT ....
FROM ......
WHERE post_title NOT LIKE 'quellochevuoi%';