Wordpress Theme - Posts Hyperlinks problem

by 1 replies
2
Hi guys,
I have a blog. I made a WP theme from a guy who is not in contact with me.
hxxp://blog.learningcatalyst.in/

Problems :
Post's Hyperlinks are not working.
Home page posts are doubling

However, here is the current code for Linking Posts with their pages
PHP Code:
<div class="post">
            <h2><a href="<?php the_permalink() ?>"<?php the_title();  ?></a></h2> 
            <h3><?php the_time('F jS, Y'?></h3>
What to do ?
#programming #hyperlinks #posts #problem #theme #wordpress

Next Topics on Trending Feed