ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Results Count Remix

وضاحت

Adds to search results and archive pages the total number of posts available as well as an indicator as to which batch of posts are currently being displayed, for example “11-20 of 124.” This plugin is a remix of Results Count by Matthew Taylor, and it is optimized for the Thesis theme framework.

Say you have a category named “Videos” with 432 posts; visiting the third page of that archive would show you posts 21-30 (assuming 10 posts per page); with this plugin, this information would be available to your users at a glance:

<p>21–30 of 432 entries categorized:</p>
<h1>Videos</h1>

Search results and the following archive types are taken into account by this plugin: day, month, year, author, category, and tag.

تصوير

  • A tag archive with multiple results.

انسٽاليشن

After you have downloaded the file and extracted the results-count-remix/ directory from the archive…

  1. Upload the entire results-count-remix/ directory to the wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Place <?php if (function_exists('results_count_remix')) results_count_remix(); ?> in your templates where you would like the information to appear. If you are using the Thesis theme, skip this step, and see below.

Suggested templates to add the code to, if your theme has them: author.php, archive.php, date.php, category.php, tag.php, and search.php

You may also add the code to your theme’s index.php file, in case it is used for any of your archives or for search results.

Thesis Users

As this plugin has been packaged specifically for the Thesis theme, it’s appropriate that Thesis users have special instructions. Instead of placing results_count_remix() in various files, Thesis users may do the following.

Open custom/custom_functions.php in your Thesis theme directory, and add this code:

if (function_exists('results_count_remix')) {
    remove_action('thesis_hook_archive_info', 'thesis_default_archive_info');
    add_action('thesis_hook_archive_info', 'results_count_remix');
}

FAQ

Why are search terms and archive names wrapped in H1 tags?

While this plugin will work with any theme, it has been specifically tweaked to work best with Thesis. Appropriate markup has been used accordingly.

جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

تعاون ڪندڙ & ڊولپرز

“Results Count Remix” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Results Count Remix” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.