Hi Guys
I'd like to make my permalinks and link to comments both of the type
index.php?p=46&more=1&c=1#comments
basically to give the full post and comments when you click on the headers
Does anyone know of an easy way to achieve this
McChris
Hi Guys
I'd like to make my permalinks and link to comments both of the type
index.php?p=46&more=1&c=1#comments
basically to give the full post and comments when you click on the headers
Does anyone know of an easy way to achieve this
McChris
It wasn't all that difficult in the end...changing the
a href="<?php permalink_link() ?>"
to
a href="index.php?p=<?php the_ID(); ?>&more=1&c=1"
give the full post and comments when you click on the headers
This topic has been closed to new replies.