Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Hello, welcome!

    You simply need a custom page template. Edit the page with id=450 and change the template from what it is (probably default) to your custom template name, then update.

    On that custom template (probably based on your theme’s default page.php) insert code that gets the value of $_GET['SHORTCODE'] and passes it through do_shortcode() before echoing out the result.

    Note that in your example ‘SHORTCODE=FILE.ZIP’ is an invalid shortcode tag, shortcodes should be named like slugs. I suspect your intent was to pass ‘FILE.ZIP’ as a parameter for the shortcode handler to do something with. If so, a more appropriate format would be [my-shortcode parm="file.zip"]

    Thread Starter Ascker

    (@ascker)

    Thank you bcworkz,
    Thanks a lot bcworkz your notes was really helpful and worked perfectly.
    Sure I use it like slugs.
    Thanks for help and for your fast response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add page attribute or call’ is closed to new replies.