I apologize, I can’t even explain this well.
I have a wordpress template that simply redirects to another page. The code looks like this
[code]
<?php header('Location: http://[justvar code="id"].wakeupnow.com/signup/'); die(); ?>[/code
You’ll notice I have a shortcode in the link…that is what I need to work…however it obviously just reads the shortcode as text and returns it’s value…how can I make it read the shortcode instead?[/code]