permalink issues
-
Hello I am currently trying to get my single post page to load when i click a single posts title.
in my loop i have the link set like this.
<h2><a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></h2>
Instead of giving me the proper link it is repeating the address
https://localhost/wordpress/%E2%80%9Dhttp:/localhost/wordpress/hello-there/%E2%80%9DINSTEAD OF THE CORRECT ADDRESS:
https://localhost/wordpress/hello-there/
Why would this be happening? How can i stop this from repeating itself and breaking the link?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘permalink issues’ is closed to new replies.