Home › Forums › Luzuk › Doctor Clinic › blog articles overlapping in blog area of homepage › Reply To: blog articles overlapping in blog area of homepage
April 2, 2020 at 7:46 pm
#32794
Ian Dunn
Participant
fixed the post links not going to the respective posts by changing this line in doctor clinic pro -> /template-parts/section-blog.php
<h5 class=”title”><?php the_title(); ?></h5> should be “><h5 class=”title”><?php the_title(); ?></h5>
now workings as I would expect.
unable to post the code fix here, your editor corrupts it.