I’m new to PHP. So apologies upfront… This hack works great, except it kills the ability for me to read a variable from the URL I use in another small script.
For example, I need to pass “homefolio” variable in the URL of this page https://goldmandesign.com/index-test.php?_homefolio=25 to “25” If I don’t use this hack I can easily echo this variable into the page. But once I use the hack and include <?php include(‘blog/wp-blog-header.php’); ?> specifically I can no longer echo the variable from the URL string.
And suggestions?
thanks in advance,
– Kevin