AskBug – WordPress theme released

On the latest theme, there’s this error when trying to create a child theme. wp-content/themes/askbug/includes/widgets/top_users.php on line 30

how to make tags auto show up?

great

save custom field in form question

Y don’t find an example in this page. I only view this example How to add a PDF upload field in AnsPress question form?   But don`t work.   I try:   function my_save_pdf_uploads( $post_id ) { $field = $form->find(‘budget’); update_post_meta( $post_id, ‘budget’, $field ); } } add_action( ‘ap_processed_new_question’, ‘my_save_pdf_uploads’ ); add_action( ‘ap_processed_update_question’, ‘my_save_pdf_uploads’ );

Where do I put the google analytic code in the header?

Hello, You can add it using JetPack plugin or simply open header.php and put it under <head> tag. When you select a best answer in question then it is marked as solved.

save custom field in form question

Hello, You are not saving it correctly. Please read our FAQ AnsPress form and validation API at the bottom there is an example of how to save form data.

I cound’t activate a plugin

Hello, There must be a php error. Please check log. Also tell me your PHP version, AnsPress require 5.6 and avove.

Category description allow HTML

Hello, Look like a bug. I will fix it. You can track it here: https://github.com/anspress/anspress/issues/417

question list custom

hello, You can see it in our widgets. Copy codes form widgets to your theme and customize it.

Is it possible to change question type?

Hello Jordan, It will be as simple as editing a file. Simply edit your translation file and replace all occurrences of “closed” with “resolved”.

url without slash end

i no only there was a plugin with a problem. I fix for now 🙂