M
M
msimrial2015-10-13 17:50:41
WordPress
msimrial, 2015-10-13 17:50:41

On what to implement a catalog site with filters (wp mainly)?

I'm more comfortable with the wp world, but the question of speed arises, the task is to create a directory with a simple filter | view > type > terrain search | Are there ready-made implementations of this example, or is there a separate plugin for wp article filtering.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Y
yaroslavgrishajev, 2015-10-22
@yaroslavgrishajev

I don’t know about ready-made solutions (they exist anyway), but if I understand the question correctly, then such a task is quite easily solved by passing the $_GET parameter and then generating a request for WP_Query ...

L
Lumbee, 2015-10-22
@Lumbee

There is a plugin for wp.
1. Filters everything! Very flexible, you can set up anything (up to custom posts, set meta fields and taxonomies for each page, which you can then filter / search for).
2. Everything is fine on the frontend too, you can upload your skins for the filter without any problems.
3. ajax - applies filters without reloading the page.
The only thing is that the documentation is not so hot, you have to sweat to understand it :)

J
jlekapb, 2015-10-22
@jlekapb

I agree with the previous one, you can get a request or use a taxonomy.

I
Igor Vorotnev, 2015-10-22
@HeadOnFire

Elementary.
Advanced Custom Fields
Search WP
As for speed - this applies to any platform, not only WP - you need a normal server and server stack, everything should be set up adequately. Buy a VPS, install Nginx, HHVM + PHP-FPM fallback, Redis / Memcached, MariaDB. And you will have an article.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question