Why is the_permalink not working?

In case this is the original sourcecode, there are two asterix pairs, which might break your code (getting interpreted as comments and therefore are not visible). Remove these and it should work. <?php // Start the loop if(have_posts() ) : ?> <?php while (have_posts()) : the_post(); ?> <?php $format = get_post_format(); ?> <article id=”post-<?php the_ID(); … 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