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

Assign Related Posts

وضاحت

This plugin helps to assign related posts to specific post. It supports auto search to assign related posts to specific post in admin.

Shortcode
[assign-related-posts]

Title
[assign-related-posts title=”My Related Posts”]

Image Size
[assign-related-posts size=”full”]

Available Sizes: thumbnail, medium, large, full

Features

  • Backend settings to select post types.
  • Auto search functionality to assign posts.
  • Easy shortcode with optional attributes.
  • Easy to customize

تصوير

انسٽاليشن

  1. Upload the folder “assign-related-posts” to “wp-content/plugins”.

  2. Activate the plugin through the “Plugins” menu in WordPress back end.

  3. Go to “Settings -> Assign Related Post” to choose post type for which you want to assign the related posts.

  4. Now, set your related posts while creating post in post screen.

  5. Use shortcode.

Put below shortcode in your post editor or widget:

[assign-related-posts] 

You can also call shortcode in php template file as follow:

<?php echo do_shortcode('[assign-related-posts] '); ?>

FAQ

Installation Instructions
  1. Upload the folder “assign-related-posts” to “wp-content/plugins”.

  2. Activate the plugin through the “Plugins” menu in WordPress back end.

  3. Go to “Settings -> Assign Related Post” to choose post type for which you want to assign the related posts.

  4. Now, set your related posts while creating post in post screen.

  5. Use shortcode.

Put below shortcode in your post editor or widget:

[assign-related-posts] 

You can also call shortcode in php template file as follow:

<?php echo do_shortcode('[assign-related-posts] '); ?>
What is the shortcode?

[assign-related-posts]

How to put my own title of related posts in frontend?

You can use extra attribute in shortcode eg: [assign-related-posts title=”My Related Posts”]

Will it work for custom post type?

Yes, It will work for custom post type. You will have to select the post type for which you want to assign the related posts. You can do it by going through WP-Admin -> Settings -> Assign Related Post

جائزا

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

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

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

تعاون ڪندڙ

ترجمو ڪريو “Assign Related Posts” توهان جي ٻولي ۾.

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

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

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

1.0.1

  • Update stylesheet.