in wordpress to integrate digg in a posts automatically I use code like this digg_url = '<?php the_permalink() ?>'; This does not work (obviously) in in bbpress, so can anyone tell me what the equivalent of the permanlink is?
bbPress support forums » Themes
Digg Integration
(2 posts)-
Posted 3 months ago #
-
I don't think there is a reliable equivalent which will work everywhere.
If you are just looking for the current topic's link then try
topic_link()with no arguments.Posted 3 months ago #
Reply
You must log in to post.