Home › Forums › Back End › 404 error on WP search form › Reply To: 404 error on WP search form
October 28, 2014 at 9:36 am
#187194
Participant
Have you looked at the markup you output?
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
You’re outputting literal text. It’s not parsed as php code.
Since this would appear to be a WP site, I’ll assume that the PHP parser is being invoked. How did you “add” this search form?