How to add pagination to comments?

Put below code into your current theme’s comments.php file: <div class=”navigation”> <?php paginate_comments_links(); ?> </div> <ol class=”commentlist”> <?php wp_list_comments(); ?> </ol> <div class=”navigation”> <?php paginate_comments_links(); ?> </div> This code will display pagination as you expect. Don’t forgot to check the break comment to part with number of settings from Admin > Settings > Discussion Settings. … Read more

How to add consent checkbox in comment section

The ‘consent’ checkbox is already part of WP Core. See Settings, Discussion, for the “Show comments cookies opt-in checkbox”. Enable that, and your comments area will have a GDPR-type checkbox there. There are also other Privacy/GDPR related options in the latest WP. Look under Settings, Privacy. Also look under the Tools menu for the Export/Erase … Read more

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