function shortcode to create plugin : latest comments meta_value
The topic ‘function shortcode to create plugin : latest comments meta_value’ is closed to new replies.
The topic ‘function shortcode to create plugin : latest comments meta_value’ is closed to new replies.
(@coxine)
14 years, 3 months ago
Hi everybody
I’m looking for help to create a shortcode which calls specific field from commentmeta – meta_value.
Here is the sql query :
The begining of the fucntion should be ?
I’m newbie in WP hack, so I don’t understand how to create a function then a shortcode to make the query works in a widget.
I’ve also add to my function.php file :
add_filter('widget_text', 'do_shortcode');Thank’s for your help !
(excuse my bad english ;))