get_permalink returning wrong link in excerpt
-
Hello,
since a few weeks i have a problem with the permalink after the excerpt!
The permalinks above the excerpt-code works fine!!!the permalink returns the current page’s permalink and not the excerpt’s permalink.
The Code in my function.php looks like this:
function twentyten_continue_reading_link() { return ' <a href="'. get_permalink(2668) . '">' . __( '<img class="weiterlesen" align="right" width="48" height="32" alt=""', 'twentyten' ) . '</a>'; }
Now, everytime i make a new post, i have to write the right post-id in get_permalink()
Thanks!!
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘get_permalink returning wrong link in excerpt’ is closed to new replies.