How to Link to current page in Footer???
-
In my footer, I’ve got what should be a link to the current page:
<a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
However, when I click on the various pages/posts, there is a link to a (seemingly) completely arbitrary, different post displayed in the footer.
The final result desired is a footer that looks like the following:
‘post/page title/link’, ? 2007 – 2008. ‘my blog title’. Some Rights Reserved.
At first, I thought it was a flaw in the template, but when I tried the same thing in a different template, I got the same result.
I’ve also tried ith with wp_title as well, and the effect is still the same.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How to Link to current page in Footer???’ is closed to new replies.