Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akvo Sites custom post type search/filtering by visitor #224

Open
4 tasks
Lynngre opened this issue Nov 16, 2016 · 0 comments
Open
4 tasks

Akvo Sites custom post type search/filtering by visitor #224

Lynngre opened this issue Nov 16, 2016 · 0 comments
Labels

Comments

@Lynngre
Copy link

Lynngre commented Nov 16, 2016

Akvo Sites filtering/searching content in custom post types

On the old ZZ theme we currently use the 'Ultimate WP query search filter' plugin. The plugin does not function as expected within the old theme so has not really been used but there are a few sites now requiring a proper search option for custom post types such as media library, news, maps, etc.

What is required:

  • An administrator or web content editor needs to have the ability to add search criteria to particular custom posts.
  • A search filter needs to be available IF selected to appear in the top of the page as a filter bar OR sidebar as a widget on the individual pages.
  • Administrator/web content editor should be able to set whether the search filter widget/bar appears on the page in the backend.
  • The filters are created by adding ‘slugs’ so the user gets to setup which filtering options are found such as ‘pdf’, ‘xls’, etc

In the admin/backend the following items need to have particular tags to filter on:

Blog posts - filters:
Languages, Locations/countries, Month/Year, Category

News - filters:
Languages, Locations/countries, Month/Year, Category

Testimonials - filters:
Languages, Locations/countries, Month/Year, Category

Videos - filters:
Languages, Locations/countries, Month/Year, Category, Types (url, mp4)

Maps - filters:
Languages, Locations/countries, Month/Year, Category

Filtering examples:

Languages - Create a slug with ‘english’, ‘spanish’, etc
Locations/Countries - create a slug with ‘Spain’, ‘UK’, etc
Month/Year - this should automatically be collected by the system ie. Month & year of creation (or possible just year?)
Types - create a slug with ‘mp4’, ‘url’, ‘pdf’, ‘xls’, etc
Category - not sure this is useful for all? Or could this be used for more than just ‘news’ ‘blogs’?

@Lynngre Lynngre added the Sites label Nov 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant