posts_results filter – additional sort, with a meta value, to move posts to the end of the results, with pagination working

Okay, so why doesn’t this work: The Filter you are using is the posts_results, which is a filter that is applied AFTER the Results are retrieved from the database. Which has the problem that you are describing: Ordering happens on a page-per-page basis. What you want to do is add an order TO the SQL-Query, … Read more

PHP – Converting elements to actual values

You didn’t include value in your checkboxes you have: ‘<input type=”checkbox” name=”Num1[]” />’ . $Thing1->Product1 . “<br />”; Should be: ‘<input type=”checkbox” name=”Num1[]” value=”‘ . $Thing1->Product1 . ‘” />’ . $Thing1->Product1 . “<br />”;

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)