Thread Starter
o-o
(@naoki1230)
補足です
商品検索にて、検索結果の商品が複数ページにわたる場合、全てのページで1ページ目と同じ商品が表示されます。
サーバー:さくらサーバー
php ver.5.4
my sql:5.5
Welcart ver.1.4.12
WordPress 4.1
Someone had found the same problem with another theme a few days ago. Apparently the problem came up when WordPress was upgraded to 4.1 and the site has permalinks set to the Default style (Settings > Permalinks). What happens is that instead of an ampersand being output for the URL in the tabs, the escape sequence #038; is output instead. This happens not only with searches which span multiple pages, but category listings as well. Example:
http://example.com/?cat=1#038;paged=2
The developer of the other theme had to take a look at how the Twenty Fourteen theme generates the paged tabs and copy that code. Hope that helps this particular developer.
Theme Author
Anonymous User 13805271
(@anonymized-13805271)
This problem seems to happen with WordPress4.1 w/ default permalink settings.
Pagination codes are referred to the following WordPress Codex page (see Basic Example),
http://codex.wordpress.org/Function_Reference/paginate_links
but after WP4.1, it seems some core functions have been changed.
I’m working on updating the theme now, though, please kindly understand that it takes much time because I need to check whole the theme which causes twice the time to fix because it contains templates for Welcart e-commerce plugin.
Best regards,