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

Display Links by Category

وضاحت

This plugin allows users to display their WordPress links by category through custom fields.

The following gives a step-by-step setup overview:

  1. Enable the plugin (check the installation tab)
  2. Go to the page/post where you’d like to place your links/blogroll
  3. Make sure that Custom Fields are visible (on the edit page or post page click on the “Screen Options” in the top right and make sure “Custom Fields” is checked off)
  4. Under CUstom fields click on the enter new link
  5. Enter an ID in the “Name” field – the plugin uses the ID “display_links” as a default
  6. Enter the category name of the links you’d like to display in the “Value” field
  7. Click on the “Add Custom Field” button
  8. Enter the following shortcode into the post content area or the widget area you prefer: [links_by_cat field_id="(ID previously entered in Name field goes here)"]
    • Note that if you used “display_links” in the Name field, you do not need to enter the “field_id” parameter in the shortcode and can simply do: [links_by_cat]

The shortcode also supports many other parameters for ordering and structuring your links. All parameters on the list (except “category”) found on the following page are available: https://codex.wordpress.org/Template_Tags/wp_list_bookmarks#Parameters

Other parameter example:

[links_by_cat orderby="rating"] -- This is an example using the orderby parameter from the list. The links will now be ordered by their rating.

Added in 1.0.1:

The ability to display all categories has been added to the shortcode. Simply add:
[links_by_cat display_all]

Many bug fixes have also been introduced in version 1.0.1 as well, so please upgrade.

Currently, only one category is supported per Custom Field entry; however, I am looking to update the plugin soon so that it supports multiple categories.

انسٽاليشن

This section describes how to install the plugin and get it working.

  1. Upload the “display-links-by-category” folder to the “/wp-content/plugins/” directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add new custom fields where needed (full details in “Description” tab)
  4. Use the shortcode in any page, post or widget area where you wish your links to appear

جائزا

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

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

“Display Links by Category” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Display Links by Category” توهان جي ٻولي ۾.

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

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

لاگ تبدیل ڪريو

1.0.1

  • Addded the option to choose to display all categories
  • Bug fixes (ex: if category name is wrong, all categories used to display – now, none are displayed)