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

WP Live Post Search

الوصف

WP Live Post Search is a really handy plugin which provides live search functionality. The plugin provides a search form and anything entered will be searched live through all the posts/pages and page/post title with link is displayed as result.

التنصيب

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select wp-live-post-search.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download wp-live-post-search.zip
  2. Extract the wp-live-post-search directory to your computer
  3. Upload the wp-live-post-search directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

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

How to use?

*Using Shortcode: Use

[WPLS_SEARCH_FORM]

to display the search form any where in your site including posts/pages or widget.

How to change what to search?

*Paste the below code to your theme’s functions.php file:

<?php
function change_the_search_post_type()
{
    $posttype= 'post'; //change according to the requirement on what to search
    return $posttype;
}
add_filter('wpls_change_post_type_search','change_the_search_post_type');
?>

المراجعات

لا توجد مراجعات لهذه الإضافة.

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

“WP Live Post Search” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”WP Live Post Search“ إلى لغتك.

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

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

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

1.0.0

  • Initial release