Tag archives for ajax in wordpress
Solution to ReferenceError: ajaxurl is not defined
Sometimes we face "ReferenceError: ajaxurl is not defined" while working with ajax in wordpress. Ajax will not work in this case and we will get this error while checking console by inspecting our browser. Simple solution to resolve this issue…
How to use Ajax In WordPress
Here is a simple tutorial to use Ajax in wordpress. Here we are taking an example to fetch the titles of all posts belong to the same post type as per the user's need to put the exact post type…