How to change default home link title?

For some reason this code has been added: <h1 class=”entry-title”><?php echo the_title(); ?></h1> the_title will display the current posts title, you should replace this with what you actually want. If you wanted to remove this completely with no replacement just delete this line. Also, this doesn’t appear to be a link at all, just a … Read more

Blog page and the Home page showing the same content

at the begining in wordpress dashboard ( panel) go to pages and create 2 pages, one ‘home’, and another ‘posts’. After navigate in admin panel to settings section and select ‘reading’ option which looks => From there select your freshly created pages for each purpose, you can edit content of pages in admin dashboard => … Read more