{"id":80523,"date":"2018-01-23T01:46:49","date_gmt":"2018-01-23T01:46:49","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/assign-related-posts\/"},"modified":"2018-01-27T16:27:46","modified_gmt":"2018-01-27T16:27:46","slug":"assign-related-posts","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/assign-related-posts\/","author":15901018,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.1","stable_tag":"trunk","tested":"4.9.29","requires":"3.5.0","requires_php":"","requires_plugins":"","header_name":"Assign Related Posts","header_author":"Arshad Hussain","header_description":"Assigns related posts to specific post.","assets_banners_color":"bedbe2","last_updated":"2018-01-27 16:27:46","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/profiles.wordpress.org\/arshdeveloper","header_author_uri":"https:\/\/arshadportfolio.wordpress.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1513,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<ul>\n<li>Update stylesheet.<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1810497","resolution":"128x128","location":"assets","width":128,"height":128}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1810497","resolution":"772x250","location":"assets","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1810497","resolution":"3","location":"plugin","width":1423,"height":777},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1810497","resolution":"1","location":"plugin","width":1423,"height":777},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1810497","resolution":"2","location":"plugin","width":1395,"height":617}},"screenshots":{"1":"screenshot-1.png","2":"screenshot-2.png"}},"plugin_section":[],"plugin_tags":[152168,152169],"plugin_category":[],"plugin_contributors":[152170],"plugin_business_model":[],"class_list":["post-80523","plugin","type-plugin","status-publish","hentry","plugin_tags-assign-related-posts","plugin_tags-auto-search-related-posts","plugin_contributors-arshdeveloper","plugin_committers-arshdeveloper"],"banners":{"banner":"https:\/\/ps.w.org\/assign-related-posts\/assets\/banner-772x250.jpg?rev=1810497","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/assign-related-posts\/assets\/icon-128x128.png?rev=1810497","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/assign-related-posts\/trunk\/screenshot-1.png?rev=1810497","caption":"screenshot-1.png"},{"src":"https:\/\/ps.w.org\/assign-related-posts\/trunk\/screenshot-2.png?rev=1810497","caption":"screenshot-2.png"},{"src":"https:\/\/ps.w.org\/assign-related-posts\/trunk\/screenshot-3.png?rev=1810497","caption":""}],"raw_content":"<!--section=description-->\n<p>This plugin helps to assign related posts to specific post. It supports auto search to assign related posts to specific post in admin.<\/p>\n\n<p><strong>Shortcode<\/strong> \n    [assign-related-posts]<\/p>\n\n<p><strong>Title<\/strong>\n    [assign-related-posts title=\"My Related Posts\"]<\/p>\n\n<p><strong>Image Size<\/strong>\n    [assign-related-posts size=\"full\"]<\/p>\n\n<p>Available Sizes: thumbnail, medium, large, full<\/p>\n\n<p><strong>Features<\/strong><\/p>\n\n<ul>\n<li>Backend settings to select post types.<\/li>\n<li>Auto search functionality to assign posts. <\/li>\n<li>Easy shortcode with optional attributes.<\/li>\n<li>Easy to customize<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li><p>Upload the folder <strong>\"assign-related-posts\"<\/strong> to <strong>\"wp-content\/plugins\"<\/strong>.<\/p><\/li>\n<li><p>Activate the plugin through the <strong>\"Plugins\"<\/strong> menu in WordPress back end.<\/p><\/li>\n<li><p>Go to <strong>\"Settings -&gt; Assign Related Post\"<\/strong> to choose post type for which you want to assign the related posts.<\/p><\/li>\n<li><p>Now, set your related posts while creating post in post screen.<\/p><\/li>\n<li><p>Use shortcode.<\/p><\/li>\n<\/ol>\n\n<p>Put below shortcode in your post editor or widget:<\/p>\n\n<pre><code>[assign-related-posts] \n<\/code><\/pre>\n\n<p>You can also call shortcode in php template file as follow:<\/p>\n\n<pre><code>&lt;?php echo do_shortcode('[assign-related-posts] '); ?&gt;\n<\/code><\/pre>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li><p>Upload the folder <strong>\"assign-related-posts\"<\/strong> to <strong>\"wp-content\/plugins\"<\/strong>.<\/p><\/li>\n<li><p>Activate the plugin through the <strong>\"Plugins\"<\/strong> menu in WordPress back end.<\/p><\/li>\n<li><p>Go to <strong>\"Settings -&gt; Assign Related Post\"<\/strong> to choose post type for which you want to assign the related posts.<\/p><\/li>\n<li><p>Now, set your related posts while creating post in post screen.<\/p><\/li>\n<li><p>Use shortcode.<\/p><\/li>\n<\/ol>\n\n<p>Put below shortcode in your post editor or widget:<\/p>\n\n<pre><code>[assign-related-posts] \n<\/code><\/pre>\n\n<p>You can also call shortcode in php template file as follow:<\/p>\n\n<pre><code>&lt;?php echo do_shortcode('[assign-related-posts] '); ?&gt;\n<\/code><\/pre><\/dd>\n<dt>What is the shortcode?<\/dt>\n<dd><p>[assign-related-posts]<\/p><\/dd>\n<dt>How to put my own title of related posts in frontend?<\/dt>\n<dd><p>You can use extra attribute in shortcode eg: [assign-related-posts title=\"My Related Posts\"]<\/p><\/dd>\n<dt>Will it work for custom post type?<\/dt>\n<dd><p>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 -&gt; Settings -&gt; Assign Related Post<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Update stylesheet.<\/li>\n<\/ul>","raw_excerpt":"Assigns related posts to specific post.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/80523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=80523"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/arshdeveloper"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=80523"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=80523"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=80523"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=80523"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=80523"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=80523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}