Title: Dynamic link
Last modified: September 3, 2025

---

# Dynamic link

 *  Resolved [netschmiede24](https://wordpress.org/support/users/netschmiede24/)
 * (@netschmiede24)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/dynamic-link-3/)
 * Hi,
 * I need help with a dynamic link.
 * So I have a pod which contains two variables: image and a number.
 * Now I have a page where the images are displayed in a grid, and there each is
   linked to a detailed page:
 *     ```wp-block-code
       <a href="domain.com/detailpage?number={@number}">{@image}</a>
       ```
   
 * On the detailed page, it calls an iframe, which must have the ID in the link.
 *     ```wp-block-code
       <iframe src="otherdomain.com/a/b/c/{@number}">
       ```
   
 * How can I make sure the number from the link is properly inserted into the iframe?
 * Thanks!
   Astrid

Viewing 1 replies (of 1 total)

 *  Plugin Support [pdclark](https://wordpress.org/support/users/pdclark/)
 * (@pdclark)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/dynamic-link-3/#post-18649111)
 * See [https://docs.pods.io/displaying-pods/magic-tags/special-magic-tags/](https://docs.pods.io/displaying-pods/magic-tags/special-magic-tags/),
   where `{@get.number}` would output the value of `?number=123` from the URL.

Viewing 1 replies (of 1 total)

The topic ‘Dynamic link’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [pdclark](https://wordpress.org/support/users/pdclark/)
 * Last activity: [8 months, 3 weeks ago](https://wordpress.org/support/topic/dynamic-link-3/#post-18649111)
 * Status: resolved