thecolorofdreams
Member
Posted 1 year ago #
Perhaps I'm the worst searcher alive but I can't find anything on this topic. I'm trying to figure out how to make it jump straight to the comments when you click on the comments link from the main post instead of the top of the page. Anyone have an idea how to do this?
On my blog, I just put this in to link directly to the comments:
<?php comments_popup_link('No Comments','1 Response','% responses', 'done talking')?>
thecolorofdreams
Member
Posted 1 year ago #
Hmmm. That's exactly what I have now and it doesn't work for me :o(
Can you post a link to your blog?
thecolorofdreams
Member
Posted 1 year ago #
Just got it to work! Thanks. I needed:
<p id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?></p>
on the comments page :o)
VizionQuest
Member
Posted 1 year ago #