How to insert pdf word file on my site ? 2

I have same issue with @ridan. this link: How to add a PDF upload field in AnsPress question form?. only works in question form but the uploaded file didn’t appear in Single question page. Please help @Kumar @rahul

How do you display categories?

Hello Emmett, Just removing page argument from shortcode did it. As I said many times to remove page argument from shortcode. Passing a page argument force shortcode to render a specific page.

The profile page redirect to the homepage

Hello, Please read the release notes and FAQ for instruction on updating. Make sure you have created main pages and updated anspress options.

4.1.1 title solved problem

Hello, As I can see source code, [[solved]] is only applied to browser title not single question title (I am not sure about reason, may be its not required for SEO anymore!). You can add below code to your theme’s functions.php to fix it: function my_ap_the_title( $title, $ID ) { $post = ap_get_post( $ID ); if ( 'question' === $post->post_type && ! empty( ap_selected_answer( $ID ) ) ) { return $title . ' [solved]'; } return $title; } add_filter( 'the_title', 'my_ap_the_title', 10, 2 );

4.1.1 title solved problem

No answers. Thank you Rahul Aryan :/

How to insert pdf word file on my site ? 2

Hi, The old version is easy, I misunderstood you, before we can posted pdf files, and now it’s over?And why use another plugin? How to make it compatible? I do not understand !

404 page after anonymous user submit questions

Maybe you can add a custom 404 page to your theme. Or just not hold the questions for moderation.

Question description is required?

Thank you. It works.

Pages are empty after upgrade to 4.1.1

Hello, Please read the FAQ and docs before posting. You’ll need [anspress] shortcode in all pages.

Error message when purchasing Askbug Theme

Hi Rahul, Thanks for taking the time to reply me.