الانتقال إلى المحتوى
  • دخول
  • تسجيل
WordPress.org

العربية

  • القوالب
  • الإضافات
  • الأخبار
  • الدعم الفني
  • حول
  • #ar الفريق العربي
    • كُتيب المساهمة
  • Get WordPress
احصل على ووردبريس

الإضافات

  • مفضلتي
  • إصدارات تجريبية
  • المطوّرون

هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

تنزيل

Filter Custom Fields & Taxonomies Light

بواسطة Websupporter.net
  • تفاصيل
  • المراجعات
  • التنصيب
  • التطوير
الدعم

الوصف

With the Plugin Profisearchform, you will be able to create search filter for your WordPress blogposts with ease! Just use the taxonomies and custom field values, you have already in use to create amazingly detailed search filters.

Features:

Fulltext Search – You can implement a fulltext search, which searches exactly the content, you want. Decide yourself, if you want to extend the search to specific custom fields, the title, the content and so on.

Select Box, Checkboxes, Radioboxes – Use these features, to place form fields, by which your visitor can restrict the search to specific terms or meta data values.

How to:

You just create a search filter by using simple drag & drop method. You can create your own search result templates and easily adjust the CSS of the outcome. After you have created a search filter, a shortcode gets generated, which you will be able to place on every page you want.

Go PRO:

With the premium version, you will have much more options:

  • You can place your filter as a widget everywhere on your page!
  • You can define the order, in which the results will appear.
  • You can highlight matching phrases!
  • You can use range sliders
  • You can include an order-by-field for your visitors
  • You can create min./max.-input fields
  • You can define how many posts per page will be shown
  • Instead of automatic search you can place search- & resetbuttons
  • You can restrict the search to a given term or meta data value
  • and much more…

Filter Custom Fields & Taxonomies is a five star WordPress plugin available on
CodeCanyon

More information: WordPress Filter Custom Fields & Taxonomies,
Video Tutorials,
Help & FAQ

Available languages:
English, German, Serbian (thanks to webhostinghub)

لقطات الشاشة

  • Choose the custom fields and taxonomies

  • Choose the layout

  • Drag & drop the form elements you want to use

  • Configure the fulltext element

  • Configure the selectbox element

  • Filter in action

التنصيب

  • Download the plugin and unzip it in your plugins-folder.
  • Change into your WordPress dashboard and activate the plugin
  • A new Tab will show up “Search Filter” – where you will be able, to create your search filter

الأسئلة المتكررّة

Please visit our Filter Custom Fields & Taxonomies Help

المراجعات

Good Plugin. Need Pro version.

directoryprofessional 30 مايو، 2021
Very good plugin. we need pro version which is not available on the given link.

After years still a very good plugin

Pandasonic2 16 مايو، 2020
I'm very sad about the decision to stop development of this plugin. It's still now one of the best plugin to filter ACF fields

Change order of results

spay18 7 أبريل، 2020
Hi, how can I customize the order of the results in alphabetical order? Thanks so much

Nice one

aiframe 1 ديسمبر، 2016 1 reply
Great functionality, and as my prior mark - 5 stars for code. Not often today you'll find a plugin with clean and readable code. Found and edited all the things I was need for my project in a couple of minutes. ---------------------------------------------- Dev, I've got a problem in ur free-version. elseif( $val['type'] == 'checkbox' ): $args['meta_query'][] = array( 'key' => $data_value, 'value' => $_POST['data'][ $key ]['val'], 'type' => 'CHAR', 'compare' => 'IN' ); Now imagine you have meta_field "array of chars" And your post #1 have it set like "fish, cat" And your post #2 have it like "dog, duck" You place a "checkbox" of that custom field with 4 values to check. You check only "cat" and get post #1 in the results. You check only "dog" and get post #2 in the results. You check both "cat" and "dog". What will you get? 0 found? Nah, you'll get 2 posts found. To allow WHERE IN of meta_query to EXACT match your array of checks you need to replace code above with: elseif( $val['type'] == 'checkbox' ): foreach( $_POST['data'][ $key ]['val'] as $meta_val ): $args['meta_query'][] = array( 'key' => $data_value, 'value' => $meta_val, 'type' => 'CHAR', 'compare' => '=' ); endforeach; And here comes an option to set different 'relation' of meta_query, like OR or AND.

Simple and awesome

relync 3 سبتمبر، 2016 2 replies
This filter is very simple to use! However, is it possible for the checkbox to align horizontally instead of being placed one on top of each other? Takes up quite a bit of space when they are lined up on top of each other. Other than that, it is a great plugin to have!

For what it does, it does well

nmgwp 3 سبتمبر، 2016
It does not have a lot of exciting cool features, but ehat id does have is useful. Give it a try.
إقرأ جميع المراجعات 18

المساهمون والمطوّرون

“Filter Custom Fields & Taxonomies Light” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون
  • websupporter

ترجمة ”Filter Custom Fields & Taxonomies Light“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

Version 1.05
Security Fix

Version 1.04
Bugfix select-hidden-fields

Version 1.03
Added Checkboxes-Support for the WordPress Plugins “Advanced Custom Fields” and “Types”

Version 1.02
New language pack: Serbian (thanks to webhostinghub)

Version 1.01
Improved textsearch

Version 1.0
First release

ميتا Meta

  • النسخة: 1.05
  • آخر تحديث: قبل 8 سنوات
  • التنصيبات النشطة: 500+
  • نسخة ووردبريس: 3.5 أو أعلى
  • تم اختبارها إلى: 4.4.30
  • اللغة:
    English (US)
  • الوسوم:
    custom fieldsfilterpostmetasearchtaxonomies
  • عرض متقدم

التقييم

شاهد الكل
  • 5 نجوم 18
  • 4 نجوم 0
  • 3 نجوم 0
  • نجمتان 0
  • نجمة واحدة 0
تسجيل الدخول لتقديم مراجعة.

المساهمون

  • websupporter

الدعم

مشكلات تمّ حلها في آخر شهرين:

0 من 1

عرض منتدى الدعم

  • نبذة عن
  • أخبار
  • Hosting
  • تبرّع
  • Swag
  • الدعم الفني
  • المطوّرون
  • شارك بالمساهمة معنا
  • تعلم
  • Showcase
  • إضافات
  • قوالب
  • الأنماط
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • الخصوصية
  • Public Code
WordPress.org
WordPress.org

العربية

  • قم بزيارة صفحتنا على الفيسبوك
  • قم بزيارة حسابنا على تويتر
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
الكود شِعرٌ.