Still no solution? This seems like such a small fix, yet taking so long?
Autobiographer – Completed Profile Thought Provoker – Question has 5 commentators Commentator – 10 Comments Annotator – 20 Comments Patron – First Vote Up Orator – 15 Up Voted Questions Critic – First Vote Down Skeptic – 18 Down Votes in same category Reviewer – Vote on 10 questions Analyst – Vote on 20 questions Nice Answer – Answer score of 10 or more Expert – Answer score of 25 or more Teacher – 7 Selected Answers Doctor – 12 Selected Answers Wiseman – Selected answer in 15 categories Pundit – 10 Selected Answers in same category Moderator – Flag 1 question or answer Leader – 38 Followers Special – Followed by 2 Leaders Authority – 100 Followers Great Idea – 2 leaders up vote your question – a few i thought were good ideas
I suggest exactly this: http://stackoverflow.com/help/badges This badges was thought of for years, tested on really huge userbase, widely successful. Reinventing a wheel would most probably do no good.
@Cagliostro, there are “is_question()” and some other non-default functions that could help you. I don’t know where to find them other than in source code, Rahul mentions “docs”, but I found no docs.
Could we have default wordpress search forms search for Questions and Answers? If you are going to implement it, please make it standard enough to work with search plugins (I’m liking Relevanssi, author is responsive) as well.
This is great function.
For question page you need this condition: if (get_question_id()){ //Your codes. }
Add this filter: https://gist.github.com/rahularyan/c86ad0dc10ad79a48ec1 Now you can add featured image in post edit page in wp-admin. You need to add the_post_thumbnail(); in question.php