• hi there,
    i’m using your theme, recently i notice that all pages show the items of
    “page 1” when the item search results are over several pages.

    how can i solve this problem?

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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:

    https://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.

    Thread Starter o-o

    (@naoki1230)

    thanks a lot!!

    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),
    https://codex.www.ads-software.com/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,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘search results problem’ is closed to new replies.