Several bugs preventing plugin from working
-
1. Plugin does not work if a theme does not use
get_header()function. Instead of usingget_headeraction, thetemplate_redirectis the correct action to be used anyways for this purpose.2. Plugin does not work with a custom permalink base, ie:
/blog/%postname%/. Form redirects to just/category/whatever/instead of/blog/category/whatever/.3. The
hide_emptyoption does not appear to work at all forselectfields.Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Several bugs preventing plugin from working’ is closed to new replies.