Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can I display topic ID?


chrishajer
Participant

@chrishajer

I think this will get you the numeric topic id:

<?php topic_id(); ?>

Just put that in your template file wherever you want to show the id. This is with version 0.9 and the id is echoed, so there’s no need to do that. Just put it next to topic_title(); wherever you want to show it.

Skip to toolbar