I’m not sure specifically about version 4, but i’ve done it before with an sql query like so… <?php $sql = <<<HERE SELECT `user_id`, `meta_value` FROM wp_usermeta WHERE wp_usermeta.meta_key = 'ap_reputation' AND wp_usermeta.meta_value > 0 ORDER BY CAST(meta_value AS int) DESC LIMIT 30 HERE; $posts = $wpdb->get_results($sql); foreach ($posts as $k => $info){ echo $info->user_id . ' has ' . $info->meta_value . ' rep'; }
Hi, Do you mean re enable the Tag Add on? I have done this already.
Hello Tony, Make sure you have re-added tags menu after updating. There were some major chnages made in AnsPress menu in last version. Also make sure tags addon is enabled in options.
Hier habe ich für Sie vorbereitet. Einfach mit poedit öffnen und dort finden Sie die gesuchten Wörter . http://www.filedropper.com/anspress-question-answer-dede
I can not find “Type and hit Enter” and “Attach file hochladen oder add from link” in po/mo files! Not in anspress plugin po/mo file and askbug po/mo file
Rahul, Please UNCHECK Check for duplicate posts before posting and try to post a new question.
If someone else could download the latest commit from github, and test if posting of new question and comment works. Comments work for the first 1-2 times and then stop. be sure to post 4-5 comments.
Hello, Please download poedit software and open languages/de_DE.po and edit missing translations and then save po and mo.