I have encountered a common web development problem: how to create a button that redirects to an external link after a 10-second delay. The fundamental issue is that a standard HTML link (<a> tag) performs an action immediately upon a user’s click. There’s no built-in way to hold the user on the page for a set duration. Is there any solution to delay function, typically implemented with JavaScript. The challenge here is to ensure the timer is accurate and doesn’t get interrupted by other user actions.
![]()
Source
After selecting “Categories” in the main AnsPress menu, I am presented with a list of categories. Each categories shows a correct number of questions in that category.
If I select a category, I’m taken to a page like https://mmdvm.com/questions/categories/hw/. This page shows the category name, but it does not show any of the questions in the category. How do I fix this?
Yes, the category page as the [anspress] short code.
For reference, I am running AnsPress version 4.4.4 and WordPress 6.8.2.
Michael
why neither of your demos work?