paginate_links with select option

Here is the snippet for archive navigation with previous and next link along with the select dopwdown. Select will contain the list of all pages and page url as value of option. onChange is used to redirect page when select option is changed. You can use following code and modify as per your need. function … Read more

How to automatically load more data when users reaches at the bottom of the page of the wordpress site?

You can run an ajax request when user hits the bottom of the page if($(window).scrollTop() == $(document).height() – $(window).height()){ //your ajax request } the link to ajax rquest https://codex.wordpress.org/AJAX_in_Plugins for how to add data https://rudrastyh.com/wordpress/load-more-posts-ajax.html instead of loadmore button you can paste your ajax request in the if condition

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)