Hey hey – just noticed those triple fields – https://www.screencast.com/t/DIxjKIuNVfL

Disabled Yoast SEO plugin – and all went back to normal.

 

Please, advice what to do>?

I can not update the template to the new version. Is the license for the template limited? I can not find the information

On the category page (first picture), it looks like I’ve got three elements. The category name with subcategories, the search bar and the questions. When using the shortcode to the category I only get two of the three elements (second picture). How do I get the top element in another page using a shortcode?

 

First picture:

Second picture:

Hi Rahul,

I followed the WordPress Codex for number of comments per question as below

https://codex.wordpress.org/Function_Reference/comments_number

However, this doesn’t seem to report the correct number. For example, I have over 15 comments on a particular question, but the codex function returns only two ?

Doesn’t seem to matter if this is inside the loop or out.

Any thoughts ?

Hello Friends,

Sorry for not replaying support questions and delaying schedule release. Due to some problme I was not able to work. From today I am back to work again.

Thank you for understanding and support.

Regards,

Rahul Aryan.

I copied single-question.php template into my theme’s templatedir/anspress directory. As soon as I do that, a single question URL displays the contents of the question; however, there is no CSS styling AND the framework of my website is gone (e.g. no header, menus, footer).

UPDATE: Instead of copying the template into my themes/enfold-child theme, I copied into my themes/enfold directory. This works. But, putting it into the directory of the child theme doesn’t.

Attempting a new install on the WP ”Kleo” theme, none of the pages are created when clicking “One or more AnsPress page(s) does not exists. Set automatically or create yourself?

Either option just refreshes the page and no pages were created in the page option list, they do not exist.

Instead of having to manually create each page, then find and name its correct slug, and add the shortcode, is there a fix to have anspress automatically create the pages like it’s supposed to do?

I’m assuming this is another theme specific issue, as anspress will not work with the Xtheme either. It seems to only work correctly on WP default themes.

Hello,

 

Does anyone made or know how to extract the followings from askbug, in order to build a raport:

  1. all the anspress participants email addresses
  2. total of new users registered during a week
  3. the total number of questions posted in a day
  4. average number of questions during a week
  5. top 3 viewed questions

I’ve tried something directly from mysql database, like:

  1. select user_nicename, user_email, user_registered from wp_users;

  2. select user_nicename, user_registered from wp_users WHERE user_registered  > (DATE(NOW()) – INTERVAL 7 DAY);

but for the rest of them I’m a little bit confused because (eg. number 3) I got all the posts, not only the questions and so on.

 

Thanks,