| Answer was selected as best | January 19, 2022 | 10 |
| Posted an answer About vote buttonMy solution to this: [apcode language="php"] <div id="post-<?php the_ID(); ?>" class="ap-single-vote" apid="<?php the_ID();?>" ap="question"><?php... | January 19, 2022 | 5 |
| Answer was selected as best | January 19, 2022 | 10 |
| Commented on a post You may try wp_editor() if you want to keep the input as an editor https://developer.wordpress.org/reference/functions/wp_editor/ I am still trying to implement this function, if you got the answer, please... | January 19, 2022 | 2 |
| Received an upvote | January 19, 2022 | 10 |
| Asked a question About vote buttonI have placed the vote button on the question list item but found it could not work. Is there anything that I have missed inserting in? [apcode language="php"] <div class="ap-display-question-meta">... | January 18, 2022 | 2 |
| Answer was selected as best | January 18, 2022 | 10 |
| Posted an answer display question’s category by question idMy solution is adding this: [apcode language="php"] <?php global $metas; if ( ap_post_have_terms( $question_id ) ) { $metas['categories'] = ap_question_categories_html(array(... | January 18, 2022 | 5 |
| Posted an answer Single question pageI think you can try look into this file: templates/single-question.php | January 18, 2022 | 5 |
| Answer was selected as best | January 18, 2022 | 10 |
| Posted an answer user list with reputationMy solution to this: [apcode language="php"] <?php $user_args = array( 'ap_query' => true, 'role__not_in' => [ 'administrator',... | January 18, 2022 | 5 |
| Posted an answer Please teach me how to set the placeholder on Description.You may try to insert this in your child theme function.php. However, its input type will be replaced by textarea. [apcode language="php"] function my_custom_title_field( $form ) { $form['fields']['post_content']... | January 18, 2022 | 5 |
| Asked a question display question's category by question idHi, I would like to display the category next to the single-question list item. Is there coding that can display the question's category by question id? Thanks. | January 18, 2022 | 2 |
| Asked a question user list with reputationHi, is this code still works for display list of user order by reputation? <?php // Thsi query will order users by reputation by default. $user_args = array( 'ap_query' => true, 'role__not_in'... | November 27, 2021 | 2 |
| Asked a question Where is the user page?I have installed the plugin, but can't see the user page that display all users. How can I create one? | November 25, 2021 | 2 |
| Registered | November 25, 2021 | 10 |