home is not working in wordpreess

Please try disabling all your Plugins by going to your File Manager through cpanel, in wp-content folder rename the plugins folder to “Plugins-old” and then check if the homepage is back. If it is not then try disabling the themes by renaming the folder the same way as well. If the homepage still isn’t back … Read more

How to get next post and previous post URL in loop, single.php My WordPress 4.9.6

Looks like you are trying to get a link to next/previous pagination results on a single(single.php) view which it doesn’t make sense to me. Please refer to the docs: https://codex.wordpress.org/Function_Reference/posts_nav_link For archive view: For displaying next and previous pages of posts see next_posts_link() and previous_posts_link(). For single view: For displaying next and previous post navigation … Read more