• manishn

    (@manishn)


    Hello,

    It would be appreciated if anyone can help me on this issue. I just change the listing view format in frontend(modified two files class-frontend.php, underscore-functions.php). But its apply only when I am searching results. Without search (autoload when page refreshed) its on default view.

    https://www.ads-software.com/plugins/wp-store-locator/

    Thanks in advance

    • This topic was modified 8 years ago by manishn.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    It’s not necessary to change the core files if you want to change the search results template. You can do this with this filter. The code from the usage section goes in the functions.php inside your active theme folder.

    If you want to change the look from the main template, then have a look at this article.

    Also, the autoload results are stored in the transient cache. So if you make any changes to the template, then you will have to flush the transient cache. You can do this on the WPSL settings page, tools section.

    Thread Starter manishn

    (@manishn)

    Yes it works when I did flush the transient cache. ??

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change frontend view for autoload listings’ is closed to new replies.