Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I mentioned this hack was messing up URL variables for another script I have running along side WP. I found the easy fix, which is to put the snippet of HTML and code for this hack in a separate file as an include. It works great. Thanks for thread and the notes on how to create this.

    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

Viewing 2 replies - 1 through 2 (of 2 total)