Good Morning,
Looking for a development that will adapt to a functionality (ajax paging of the recent post shortcode) of a client, we have managed to make it work very well and adapt, but on the other hand, when clicking on the menu options, it makes a very rare move scroll!
We are not very clear that it is for development. Because if we deactivate the lines that load it, they still do the same strange scroll
add_action(‘wp_ajax_{action}’, function_name);
add_action(‘wp_ajax_nopriv_{action}’, function_name);
Any suggestion?