이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Advanced Custom Post Search

설명

The Advanced Custom Post Search (ACPS) plugin can be easily integrated into any WordPress theme that uses widgets. Not only this but you can also integrate a search form into any post, page or WordPress template using our simple shortcodes.

Featuring unlimited, fully-customisable forms from which you can quickly search (by taxonomy term[s]) and display your custom post type results.

ACPS harnesses WordPress’ own tax queries to provide flexible results pages that address the lack of built-in taxonomy & custom post type search options.

Additional to this, we have also integrated theme functionality for developers who feel comfortable with adding their own folders and files. For more information on how to do this, see the FAQ.

Here are some of the main features:

  • Unlimited form creation
  • Select any of your custom post types (including those created by other plugins)
  • Taxonomy filters for selected custom post type
  • Optional text input field
  • Use custom results pages of your own
  • Override default results page/loop via a theme
  • Widget Support
  • Shortcode Support
  • ‘Out of the box’ compatibility with numerous WordPress themes (twentyfourteen/ thirteen etc)
  • Complete control over form styles

Please visit our website for more free WordPress plugins.

스크린샷

  • Here is the ‘Form List’ page. It’s sole purpose is to allow you to add,edit and trash your search form(s).
  • This is an example of how the ‘Form Edit’ page looks and specifically what sort of options you are likely to expect.
  • This shows the default form in both shortcode (left) and widget (right) format, demonstrated in the ‘twentyfourteen’ theme.
  • Here is a typical results page, also demonstrated in the ‘twentyfourteen’ theme.

설치

Installing and using ACPS couldn’t be simpler:

  1. Upload /advanced-custom-post-search/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Access the Form List page through the WordPress admin menu to begin creating forms
  4. Save your form and add our widgets to your theme, or use the shortcodes at the bottom of each of the form creation pages
  5. If you want to setup form styles and a custom results page then do this via the plugin’s settings page

FAQ

Do I need custom post types setup before I install the plugin?

No, but you will need at least one to create a form.

Do I need taxonomies and/or terms before I install the plugin?

No, but you will need at least one of each before you can create a functional form.

My shortcode/widget is showing an ACPS error on my site

The error specifically addresses configuration issues so check you have custom post types, taxonomies and terms created.

How do I theme my results page/loop?

ACPS allows you to override the default results page and loop by adding the files ‘acps-results_loop.php’ and ‘acps-results.php’ in a number of places in your active theme folder. Either copy the file(s) into the ‘/wp-content/[theme_directory]/acps/templates’ or ‘/wp-content/[theme_directory]/‘ directory to override the default templates.

My results pages aren’t listing any results

The results pages work off of the standard WP_Query loop and therefore list any options based on the filters you selected. Make sure you have published the posts you are trying to find.

Can I specify my own base results page?

As of version 1.1 you are able to setup your own results pages instead of using the default ‘advanced-search’ page, you can access the options for this on the plugin’s settings page.

My custom results page isn’t displaying results

Be sure to include the results shortcode [acps_results] in the content area (or in the theme template), without this the results will not load.

My custom results loop isn’t listing results

The results section is setup through ACPS’ acps_results class, you need to use ‘$this->acps_args’ in your WP_Query setting otherwise no query parameters will be set.

How do I style my forms?

Since version 1.1 you can use the built in form style option which can be found on the plugin’s general settings page or alternatively just include any styles in your own stylesheets. Classes are added to your form(s) to make styling easy, they are based on a number of things including the following: labels/no labels, shortcode/ widget, inside titles/ outside titles, custom container class.

후기

2016년 9월 3일
This plugin just works. It is exactly as described and does exactly what I needed with no hassle, headaches, or huge amounts of custom code. I tried many different taxonomy filter plugins including premium plugins from code canyon. This plugin far surpassed all other plugins in ease of use. It literally took me 10 minutes to set this up, and I even took the time to build a search results page template that would match the styling of my theme. I highly recommend this plugin.
2016년 9월 3일
Had wrestled with a couple other search plugins that just simply didn't cut it. After downloading and working with this plugin, I was able to do exactly what I needed to in regards to being able to search based on custom post types and also is very intuitive when working with taxonomies. Would certainly recommend and will be using it on future sites as well; not to mention, my client was very happy with the easy of use compared to other plugins that are similar.
모든 14 평가 읽기

기여자 & 개발자

“Advanced Custom Post Search”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Advanced Custom Post Search”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.4

  • [Added] Multiple terms option to allow multiple taxonomy terms to be searched
  • [Fixed] Heading “typo” on front-end form heading

1.2.3

  • [Added] Translation support for taxonomy term dropdowns

1.2.2

  • [Added] ACPS Search form now included when no results are found instead of the default WordPress form
  • [Fixed] Support for child themes
  • [Added] Additional body tag classes to search results page to mimic WordPress’ own
  • [Added] Post Count details in results page title
  • [Added] Remembered search term on forms (if using plugin as a ‘filter’)
  • [Added] Remembered taxonomy term on forms (if using plugin as a ‘filter’)
  • [Added] Filter to $acps_args variable declaration

1.2.1

  • [Added] Additional select option to search all term in selected taxonomies

1.2

  • [Fixed] Support for default permalinks (now uses $_POST for results pages)

1.1

  • [Fixed] Override bug which stopped you from theming in the ‘wp-content/[current-theme]/acps/templates/’ directory
  • [Added] Base results page option
  • [Added] Form styling from within WordPress
  • [Updated] plugin activation functionality: To handle new settings options
  • [Updated] Table/ Menu styling in WordPress admin areas

1.0

  • Initial release.