Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to get the link to the second post?

Well it’s a comment link and, at the moment, linking to the last post. I want to change this to link it to the second post since that is the first real comment. I want, from a specified forum, the links of every second post (first real reply) of every topic in that specified forum.

Current code:

<?php printf(__('<a href="%1$s">Comments (%2$s)</a>'), get_topic_last_post_link(), get_topic_posts()) ?></div>

So get_topic_last_post_link(), should be change to the link the second # is generating now…

Like get_topic_first_reply_link() or something…

Thanks

Skip to toolbar