There’s an issue with the permalinks, setup is done correctly but there’s a major issue between anspress and wordpress’s permalinks.

So let’s say my Anspress Archives page is set to Raspunsuri in the Anspress > Options.

If I do a search via search.php for the keyword ‘rasp’ it doesn’t work because it tries to load an anspress page, my body page classes ‘search search-results logged-in anspress-content ap-page-base hfeed’ , if I search for the keyword other my body classes are ‘search search-results logged-in hfeed’ which is normal and the search works flawlessly.

Please help!

Hi Rahul,

I just ran into an issue. For each wordpress site I install I change the table prefix for security reasons. On this install the prefix changed from wp_ to answers_

Now I am having issues on the front end, see attached screenshot. AP is still looking for a table with the default prefix:

[Table ‘xxxxxx_answersfinal.wp_ap_reputations’ doesn’t exist]

It doesn’t as it is called xxxxxx_answersfinal.answers_ap_reputations

 

The table names should be called with prefix, otherwise the default wordpress table name will be used:

$wpdb->prefix . "ap_reputations";

I want to add custom file upload field to upload pdf file, if there any hook the i can add ?

Also the image upload button is not working in mobile site. Any Solution ?

I am looking to replace the template that is used when showing the category pages. Currently it is using my archive.php page, any recommendations on how i should name my template so that it is used rather than the default? I have tried archive-question, archive-category, and archive-categories to no avail.

 

Thanks