=== Manual Related Posts === Contributors: mpol, rembem, benoitchantre Tags: related, related post, related posts, linked post, linked posts Requires at least: 4.1 Tested up to: 6.9 Stable tag: 3.5.0 License: GPLv2 or later Requires PHP: 7.0 A simple 'related posts' plugin that lets you select related posts manually. == Description == A simple 'related posts' plugin that lets you select related posts manually. Supports any post types in WordPress, including custom ones. Features: * Add related posts to your blog posts, pages etc. * Choose from posts, pages or custom post types. * Re-order related posts via drag and drop. * Lightweight in code and database-requests. * Includes Widget that shows the related posts. * List of posts can also be added to the content of your post. * Custom markup possible, build your own caroussel or anything you fancy. * Support for multilanguage plugins, like WPML and Qtranslate-X. * Duplicate plugin Related (Doubled Up) is included to build a second list. The plugin was written to have the option to add related posts to each blog post using a simple but functional plugin. You can select the related posts yourself manually. To display the related posts, there are three options: * You can use the widget that is included. * Use the content filter inside the settings. * Add PHP code to your template, see the installation docs. For advanced options, see the installation docs. = Compatibility = This plugin is compatible with [ClassicPress](https://www.classicpress.net). = Contributions = This plugin is also available in [Codeberg](https://codeberg.org/cyclotouriste/related). == Installation == **Option 1 - Automatic install** Use the plugin installer built into WordPress to search for the plugin. WordPress will then download and install it for you. **Option 2 - Manual install** 1. Make sure the files are within a folder. 2. Copy the whole folder inside the wp-content/plugins/ folder. 3. In the backend, activate the plugin. You can now select related posts when you create or edit blog posts, pages etc. **How to display the related posts on your website** The related posts are displayed by adding show( $post_id ); ?> to your template. Replace `` $post_id `` with a post ID. If you call it within the WordPress loop, you can use show( get_the_ID() ); ?> You have the option of either outputting a pre-formatted list or returning a PHP array of related posts to customise the markup yourself. **Examples** *Example 1: Using the default output* show( get_the_ID() ); ?> This can be called within the WordPress loop. It will output a ``