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

MySearchTermsPresenter

الوصف

Boost your traffic and improve your adsense income and the search engine ranking without doing anything with MySearchTermPresenter.

This plugin will collect and present search terms and phrases that people have used to find your blog post.

MySearchTermPresenter will show a random list of used searchers to find a specific post on the bottom of the post.

Supported Search Engine: Google

Do you need more Features and more supported search engines?
Check our PRO version for only $1.99 @ Powerfusion Premium Plugins

التنصيب

  • Upload the plugin to the /wp-content/plugins/ directory
  • Activate the plugin through the ‘Plugins’ menu in WordPress

USAGE INSTRUCTIONS

Include the function call “mystp_get_terms(10);” in your single.php after the wordpress loop. So 10 random searchterms will be shown in form of a list.

The plugin is really easy to include in your theme. Here is a small code example:

<div class=”sterms”>
<h4>Benutzer, die diese Seite fanden, suchten auch nach:</h4>
<ul>
<?php mystp_get_terms(10); ?>
</ul>
</div>

The css class “sterms” can be customized to your desired requirements.

Here are two examples:

1. Example: Vertical list with square bullets

div.sterms { border: 1px dashed #000; color: #000; padding: 10px; }
div.sterms h4 { color: #000; font-size: 1.4em; font-weight: bold; }
div.sterms ul { color: #8F8F8F; list-style-type: square; padding-left: 20px; }
div.stearms ul li { padding: 5px; }

1. Example: Horizontal list

div.sterms { border: 1px dashed #000; color: #000; padding: 10px; }
div.sterms h4 { color: #000; font-size: 1.4em; font-weight: bold; }
div.sterms ul { color: #8F8F8F; list-style-type: none; padding: 0; }
div.sterms ul li { display: inline; padding-right: 5px; }

Check NetReview for styling screen shoots.

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

FAQ

المراجعات

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

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

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

المساهمون

ترجمة ”MySearchTermsPresenter“ إلى لغتك.

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

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

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

v1.01 – 2010-04-11
Added: Info if there are no search results for the current post

v1.00 – 2010-04-08
Initial Version