Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter waylan

    (@waylan)

    This does not happen when using single quotes. But I need double quotes so this is a nonstarter.

    I also updated to the latest everything to check and it made no difference.

    Thread Starter waylan

    (@waylan)

    I realize I could submitt the data for processing to a seperate file (much like comment submision whithin wordpress) but I’d rather not. I would still need to redirect after processing and indicate to the template script success or failiure so the proper messages could be displayed. It would be so much easier to just have everything in one file that submits to itself.

    Thread Starter waylan

    (@waylan)

    I have wrapped my content in
    <div id="content" class="widecolumn">
    </div>

    and noted that the “Sorry, no posts matched your criteria.” message is as well. I tried adding content outside of my if statement within that div and while is appears when viewing the blank form, it does not when I get the unwanted message. I also added another class to the div, which does not appear when viewing sorce of the message. It would appear that upon receiving the POST data WP is ignoring the template. It occured to me that the rewrite rules could be causing a problem, but then I remembered that I’m not using mod-rewrite in my test box (thats another story for another day). I even entered a word in each of my form fields that I know returns a potative result in search and still got the same message.

    I’m running out of ideas. Any help would be greatly appreciated.

    Thread Starter waylan

    (@waylan)

    It may help to add that I created my template along the lines of this tutorial, although the actual code contained within is very different.

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