Open hidy0503 opened 10 years ago
path for svg https://www.dashingd3js.com/svg-paths-and-d3js
The way to retrieve post data from sql:
SELECT p.*
FROM net_5_postmeta AS pm
INNER JOIN net_5_posts AS p ON pm.meta_value=p.ID
WHERE pm.post_id = $da_id
AND pm.meta_key = '_thumbnail_id'
ORDER BY p.post_date DESC
LIMIT 15
http://d3js.org/