WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND
t2.taxonomy = 'post_tag' AND p2.post_status = 'publish'
AND p1.ID...' at line 13]
SELECT DISTINCT terms2.term_id as tag_id, terms2.name as tag_name, null as tag_link
FROM
wp_posts as p1
LEFT JOIN wp_term_relationships as r1 ON p1.ID = r1.object_ID
LEFT JOIN wp_term_taxonomy as t1 ON r1.term_taxonomy_id = t1.term_taxonomy_id
LEFT JOIN wp_terms as terms1 ON t1.term_id = terms1.term_id,
wp_posts as p2
LEFT JOIN wp_term_relationships as r2 ON p2.ID = r2.object_ID
LEFT JOIN wp_term_taxonomy as t2 ON r2.term_taxonomy_id = t2.term_taxonomy_id
LEFT JOIN wp_terms as terms2 ON t2.term_id = terms2.term_id
WHERE
t1.taxonomy = 'category' AND p1.post_status = 'publish' AND terms1.term_id IN () AND
t2.taxonomy = 'post_tag' AND p2.post_status = 'publish'
AND p1.ID = p2.ID
ORDER by tag_name
50 Years Older and Deeper in Debt
RETHINKING SCHOOLS, Stan Karp, August 1, 2023
The Shaky Foundations of U.S. School Funding
This year marks the 50th anniversary of San Antonio Independent School District v. Rodriguez, the landmark 5-4 Supreme Court decision that held that education is not a fundamental right protected by the U.S. Constitution. The decision dashed hopes that the historic Brown v. Board of Education ruling that ended legal segregation in 1954 would be followed by a sustained federal commitment to making education equality a reality.
Demetrio Rodriguez was a sheet metal worker and a member of the Edgewood Concerned Parent Association when he became the lead plaintiff in the case. He thought his three children were being shortchanged by wide disparities in schooling across the sprawling San Antonio school district and the state of Texas. Parents hoped the case would clearly establish a federal right to education.
(more…)