Plugin -> Template
How do I include a query I make within a plugin visible inside a template - here is what I am trying to achieve:
$aid = $_REQUEST['attachmentid']; (gets the attachment ID from a url)
I want $aid to appear within the template, but how do I get this to show? I'm not too sure using $_REQUEST was right but from what I've searched it seems to be correct.....
Thanks,
Jason
|