I don’t believe we have any built in UI mechanism for creating links like that. I assume you just want the permalink to the achievement right? Nothing like clicking on a link awards the target achievement.(That we do have an extension for).
Let me know the needs a bit more and I can probably construct something for you to use.
Hi Michael,
OK, let me see if I can explain a little better. We have achievement types set-up, and then 3 challenges within each achievement type. What I want to do is link to them 3 within each of the 3 challenges. Basically so I don’t have to return to the “Achievement Types” to click the next challenge.
Thanks for help, and hope this makes a little more sense 🙂
Hopefully this will end up meeting your needs: http://cl.ly/263W2q1P3n2f
It’s a very quick plugin for you, that creates a shortcode. The shortcode has 1 shortcode attribute, the Achievement ID you want to link to. If you use the shortcode without the attribute, or with an ID that isn’t an achievement ID, it’ll simply link the user to the homepage with link text of the site title. If you do provide an ID, it’ll create a link to the individual achievement with link text of the achievement name.
Good:
[achievement_link id="96"]
Not so good:
[achievement_link]
Since it’s a plugin, it should be very easy to upload via your Plugin installer, and activate right away. Then just a matter of using the shortcode where necessary.