php - Implementing AJAX into posts -
i building custom post type (cpt) requires form users may choose submit. regardless, want user able see current summation of results. similar how codex article on ajax says wordpress uses it..
"several themes , plugins use ajax; instance, post rating plugins use ajax store visitor's rating in database , display updated average rating." - http://codex.wordpress.org/ajax
how can create element shows average rating user inputs on cpt entry?
Comments
Post a Comment