Archives widget, search not working
-
Hi, I am using Polylang Version 1.1.6 with Magazon theme and got some issues:
1) Archives widget not working. Instead of loading:
https://example.com/2013/10/ <– Which works
it loads:
https://example.com/language/lv/2013/10/ <– Results in 404 error.The same for search. Instead of:
https://example.com/?s=keyword1
it loads
https://exammple.com/homepage/?s=keyword1The search snippet:
<form id="nav-searchform" method="get" action="<?php echo home_url(); ?>"> <div class="iw"> <input type="submit" value="Search" class="search-submit"> <input type="text" name="s" value="" placeholder="<?php echo esc_attr(__('SEARCH...','magazon')); ?>" class="s closed"> </div> </form>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Archives widget, search not working’ is closed to new replies.