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

Extra Feed Links

وضاحت

This plugin adds feed auto-discovery links to any page type:

  • Category page
  • Tag page
  • Search page
  • Author page
  • Comments feed for single articles and pages

It also has a template tag that you can use in your theme.

Links: Plugin News | Author’s Site

انسٽاليشن

  1. Unzip the archive and put the folder into your plugins folder (/wp-content/plugins/).
  2. Activate the plugin from the Plugins admin menu.
  3. Customize the links in the settings page.

Usage

You can use extra_feed_link() inside your theme to display a link to the feed corresponding to the type of page:

  • <?php extra_feed_link(); ?> (creates a link with the default text)
  • <?php extra_feed_link('Link Text'); ?> (creates a link with the text you choose)
  • <?php extra_feed_link('http://url/of/image'); ?> (creates an image tag linked to the feed URL)
  • <?php extra_feed_link('raw'); ?> (just displays the feed URL)

FAQ

“Parse error: syntax error, unexpected T_CLASS…” Help!

Make sure your new host is running PHP 5. Add this line to wp-config.php:

var_dump(PHP_VERSION);

جائزا

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

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

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

تعاون ڪندڙ

ترجمو ڪريو “Extra Feed Links” توهان جي ٻولي ۾.

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

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

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

1.1.5

  • WP 2.8 compatibility

1.1.1

  • italian translation

1.1

1.0

  • added options page

0.6

  • extra_feed_link() template tag

0.5

  • initial release