Title: Not rendering
Last modified: December 23, 2019

---

# Not rendering

 *  Resolved [rakeshnirzari1](https://wordpress.org/support/users/rakeshnirzari1/)
 * (@rakeshnirzari1)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/not-rendering-2/)
 * Hi
 * I am trying to put this in my wordpress post with URL param. But it fails to 
   render
 *     ```
       <a href="https://www.skyscanner.com.au" onclick="window.open('https://www.google.com.au/[URLParam param='paramname']', '_blank');
       return true;">multiopen</a>
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [dylanfeelscreative](https://wordpress.org/support/users/dylanfeelscreative/)
 * (@dylanfeelscreative)
 * [6 years ago](https://wordpress.org/support/topic/not-rendering-2/#post-12849650)
 * You link is incorrectly formatted using – ‘[https://www.google.com.au/%5BURLParam](https://www.google.com.au/%5BURLParam)
   param=’paramname’]’ – Here you are using [URLParam param=’paramname’] which is
   the shortcode and “paramname” should be the name of the parameter you want to
   actually use.
 * So for example if my Param name was “location” then you would have the URL of
   [https://www.google.com.au/?location=Sydney](https://www.google.com.au/?location=Sydney)–
   for your example above.
 * Then on your site you would add the shortcode to a page or form i.e. [URLParam
   param=’location’] and this would render the word “Sydney” on the page or input
   it into a form field etc.

Viewing 1 replies (of 1 total)

The topic ‘Not rendering’ is closed to new replies.

 * ![](https://ps.w.org/display-url-params/assets/icon-256x256.png?rev=2155202)
 * [Display URL Params](https://wordpress.org/plugins/display-url-params/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/display-url-params/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/display-url-params/)
 * [Active Topics](https://wordpress.org/support/plugin/display-url-params/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/display-url-params/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/display-url-params/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [dylanfeelscreative](https://wordpress.org/support/users/dylanfeelscreative/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/not-rendering-2/#post-12849650)
 * Status: resolved