Title: Related Posts By PickPlugins
Author: PickPlugins
Published: <strong>November 9, 2014</strong>
Last modified: December 22, 2025

---

Search plugins

![](https://ps.w.org/related-post/assets/banner-772x250.png?rev=2982985)

![](https://ps.w.org/related-post/assets/Icon-256x256.png?rev=2982985)

# Related Posts By PickPlugins

 By [PickPlugins](https://profiles.wordpress.org/pickplugins/)

[Download](https://downloads.wordpress.org/plugin/related-post.zip)

 * [Details](https://wordpress.org/plugins/related-post/#description)
 * [Reviews](https://wordpress.org/plugins/related-post/#reviews)
 *  [Installation](https://wordpress.org/plugins/related-post/#installation)
 * [Development](https://wordpress.org/plugins/related-post/#developers)

 [Support](https://wordpress.org/support/plugin/related-post/)

## Description

**Related Posts By PickPlugins** plugin is one of the most useful plugin to display
related post under post content on single post or page or custom post types, its
also support to display related post under excerpt on archive pages. you can conditionally
choose to display related content under excerpt or content by archive pages like
tag, category, date, author, search page and custom taxonomy pages.

### Related Post by http://pickplugins.com

 * [Documentation! »](https://www.pickplugins.com/documentation/related-post/?ref=wordpress.org)
 * [Live Demo! »](https://demo.pickplugins.com/related-post/?ref=wordpress.org)
 * [Buy Pro! »](https://www.pickplugins.com/item/related-post-for-wordpress/?ref=wordpress.org)

**Tutorials**

 * [How to install & setup](https://www.youtube.com/watch?v=9SZKa0QYgsc)

**Related post under every paragraph**

You can choose paragraph position like first, second, third and before last paragraph
to display related post.

**Before & After content and excerpt**

Related post plugin allows you to display related content link before and after 
the content, this feature also available for excerpt under archive pages.

**Related post under archive page**

You can display related post under various archive pages like home page, front page,
blog page, date, search, author, year, date, month and etc.

**Related post by post types**

You can choose custom post types to display Related post under single page.

**Manual Post selection**
 You can choose manually picked the post to display as
related post for each post.

**Advance query**
 You can set max number post to display and choose query order
and orderby parameters, related posts query based on current post category, tags
and custom taxonomies.

**Ready layout**

There is 3 different type layout currently available to display related post, you
can choose grid, slider and list style layout. you can set custom width for items
and margin, padding, text align.

**Sortable post elements**

You can sort post elements like post title, post thumbnail and excerpt as you want.

**Hide any elements**

You can hide or display post elements like post title, thumbnail or excerpt.

**Customize elements style**

You can set custom font size, font color, padding, margin for post title, post excerpt
and set custom height for post thumbnail, select custom thumbnail size and etc. 
you can also write custom CSS for each elements.

**Track click**

You can enable tracking click on related post, this will help you understand which
post getting more attention from related posts. you will see top 10 post from stats
page.

### Premium Features

**Popup related post**
 You can display related post on popups under single blog
post or custom post types,

**Popup positions**
 you can set 8 ready position for popups

**Popup custom delay**
 You can set custom delay to display popup, so popup will
be hidden until certain amount of time and then it will display.

**Popup display on scroll**
 You can choose to display popup based on scroll down,
popup will be hidden until certain amount of scroll down.

**Popup display scroll down to article**
 Popup will display when user scroll down
to reached end of the article class or content.

**Popup display scroll down to page**
 Popup will display when user scroll down 
to reached end of the page or footer.

**Custom HTML after each elements**
 You can display custom HTML under each elements
like post title, post excerpt and post thumbnails. you can also display 3rd party
shrotcode as output after each elements.

**Link Target**
 You can set custom link target for each elements link like post
title, post thumbnail and read more link, you can set _blank, _parent or etc for
each link.

**Display via shortcode**

You can display related post any where via shortcode by using on your theme files

    ```
    <?php echo do_shortcode( '[related_post post_id=""]' ); ?>
    ```

## Screenshots

 * [[
 * screenshot-1
 * [[
 * screenshot-2
 * [[
 * screenshot-3
 * [[
 * screenshot-4
 * [[
 * screenshot-5
 * [[
 * screenshot-6
 * [[
 * screenshot-7
 * [[
 * [[

## Installation

 1. Install as regular WordPress plugin.
 2. Go your plugin setting via WordPress dashboard and find “Related Post” activate
    it.

After activate plugin you will see “Related Post” menu at left side on WordPress
dashboard.

short-code inside content for fixed post id you can use anywhere inside content.

    ```
    [related_post]
    ```

Short-code inside loop by dynamic post id you can use anywhere inside loop on .php
files.

    ```
    <?php
    echo do_shortcode( '[related_post post_id=""]' );
    ?>
    ```

## Reviews

![](https://secure.gravatar.com/avatar/a2456ee710e1502f09dfe2159e6d15df14119dbad7f1ecfb7258e61483d3cc1b?
s=60&d=retro&r=g)

### 󠀁[nice, rare … with 2 suggestions](https://wordpress.org/support/topic/nice-rare-with-2-suggestions/)󠁿

 [fff654](https://profiles.wordpress.org/fff654/) July 18, 2025

Great, I use it on my free websites and would go for the paid if 1 or 2 improvement.
The automatic insertion is so-so (see 2 suggestions below) and the manual insertion
is VERY nice … but 100% manual. 2 suggestions still for the automatic insertion:
to add a user’s class name that could be added manually to any HTML tag, to avoid
this tag content/children to have inline links inside which can be very disturbing.
This exists in many translation plugins (to avoid the content of that tag to be 
translated) or automatic ToC plugin (to avoid that H2 or H3 to be in the ToC). I
would take the paid version just for that. As others have mentioned, the posts automatically
selected do not have much in common. While on a “usual” related post plugin that
adds all the links/images at the bottom does not hurt much as there is always one
or 2 related, here, in the middle of 2 paragraphs, it frequently looks very unrelated.
It would be nice if the automatic insertion would take into account the previous
1 or 2 paragraphs or H2 or both. To not slow down the website, likely some pre-calculation/
buffer may be needed. I would pay just for that also.

![](https://secure.gravatar.com/avatar/0c0b31096646193ce1e39605f908ab6185def246a30d3c266965a0ed1adb4b25?
s=60&d=retro&r=g)

### 󠀁[Excellent, even for dummies like me](https://wordpress.org/support/topic/excellent-even-for-dummies-like-me/)󠁿

 [Pierre Moser](https://profiles.wordpress.org/pierremoser/) May 27, 2025

Documentation could be improved, explaining basic stuff for dummies, however the
simplicity of the concept made my day.

![](https://secure.gravatar.com/avatar/eba7f5aab5acc7c817145d959ef55a47efc218009613930fc4f6448f05f20bdb?
s=60&d=retro&r=g)

### 󠀁[Plugin is awesome](https://wordpress.org/support/topic/plugin-is-awesome-13/)󠁿

 [DickRaney](https://profiles.wordpress.org/dickraney/) February 27, 2024

Previously used a plugin by MicroKid which is abandoned and doesn’t work with PHP
8. This plugin allows us to manually choose related posts to be shown page by page.
And the author gives great support too.

![](https://secure.gravatar.com/avatar/6f99857c3b5af1d544eb87fab213f402624c03f38cb9f9f2461f5411c0ce3623?
s=60&d=retro&r=g)

### 󠀁[Useful, Manually selected post](https://wordpress.org/support/topic/useful-956/)󠁿

 [tomtw2003](https://profiles.wordpress.org/tomtw2003/) January 11, 2023 1 reply

I use it for “Manually selected post”

![](https://secure.gravatar.com/avatar/31913a005bcdf645b649728ffbfc12284fcd7ee296116d34c6018246da05dfbb?
s=60&d=retro&r=g)

### 󠀁[This plugin is anything but “Related posts plugin”](https://wordpress.org/support/topic/this-plugin-is-anything-but-related-post-plugin/)󠁿

 [mllapan](https://profiles.wordpress.org/mllapan/) November 25, 2022 5 replies

The posts shown inside a particular post are not related to it in any way. This 
is just some kind of posts list with thumbnails inside posts, but “related”, no 
way.

![](https://secure.gravatar.com/avatar/533a90da2375ae162311a35338483640254ad8a1525dbcfb73431fe4f7ecb1ac?
s=60&d=retro&r=g)

### 󠀁[the best related post plugin](https://wordpress.org/support/topic/the-best-related-post-plugin-2/)󠁿

 [matheus671](https://profiles.wordpress.org/matheus671/) November 15, 2022

😁

 [ Read all 39 reviews ](https://wordpress.org/support/plugin/related-post/reviews/)

## Contributors & Developers

“Related Posts By PickPlugins” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ PickPlugins ](https://profiles.wordpress.org/pickplugins/)

[Translate “Related Posts By PickPlugins” into your language.](https://translate.wordpress.org/projects/wp-plugins/related-post)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/related-post/), check
out the [SVN repository](https://plugins.svn.wordpress.org/related-post/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/related-post/) by
[RSS](https://plugins.trac.wordpress.org/log/related-post/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.66

    ```
    * 2025-12-22 fix - Settings page broken issue fixed.
    ```

#### 2.0.65

    ```
    * 2025-12-05 fix - Latest WP compatibility issue check.
    ```

#### 2.0.64

    ```
    * 2025-11-25 fix - Escaping issue fixed. 
    * 2025-11-25 fix - Update Demo URL. 
    ```

#### 2.0.63

    ```
    * 2025-07-05 add - Manually selecetd posts query option update to publish only and limit -1
    ```

#### 2.0.62

    ```
    * 2025-06-28 add - Related posts before/after comment form.
    ```

#### 2.0.61

    ```
    * 2024-04-05 fix - Menu icons issue fixed.
    ```

#### 2.0.60

    ```
    * 2024-03-06 fix - Escape issue fixed on setting page.
    ```

#### 2.0.59

    ```
    * 2024-11-30 fix - Minor security issue fixed.
    ```

#### 2.0.58

    ```
    * 2024-02-27 add - Custom tag for headline text.
    ```

#### 2.0.57

    ```
    * 2024-02-05 fix - Manually selected post headline issue fixed.
    ```

#### 2.0.56

    ```
    * 2024-02-03 fix - Manually selected post pro integration issue fixed.
    ```

#### 2.0.55

    ```
    * 2023-12-02 fix - Slider navigation icon issue fixed.
    ```

#### 2.0.54

    ```
    * 2023-11-29 fix - minor security issue fixed.
    ```

#### 2.0.53

    ```
    * 2022-10-24 fix - Upload banner and icon files
    ```

#### 2.0.52

    ```
    * 2022-08-23 fix - Manually selecetd post metabox issue fixed.
    ```

#### 2.0.51

    ```
    * 2022-07-10 fix - Removed unnecessary div on manually selecetd post items.
    ```

#### 2.0.50

    ```
    * 2022-12-01 add - WPML Support added
    ```

#### 2.0.49

    ```
    * 2022-11-02 fix - Array to string conversation issue fixed.
    ```

#### 2.0.48

    ```
    * 2022-11-02 add - title attribute added for title and thumbnail
    ```

#### 2.0.47

    ```
    * 2022-11-09 add - Display related post by force
    ```

#### 2.0.46

    ```
    * 2022-10-24 fix - Default image missing issue fixed.
    ```

#### 2.0.45

    ```
    * 2022-09-27 fix - Manually selected post issue fixed
    ```

#### 2.0.44

    ```
    * 2022-09-27 fix - Default related post displaying under excerpt issue fixed
    ```

#### 2.0.42

    ```
    * 2022-09-26 add - No related post found text added.
    ```

#### 2.0.41

    ```
    * 2022-09-24 add - Filter by taxonomies.
    ```

#### 2.0.40

    ```
    * 2022-05-10 fix - Optimize CSS and Scripts loading.
    ```

#### 2.0.39

    ```
    * 2022-04-05 add - custom shortcode parameter post_ids added to display post manually
    ```

#### 2.0.38

    ```
    * 2021-12-24 removed - type="text/css" attribute removed from 'style' tags
    ```

#### 2.0.37

    ```
    * 2021-12-15 fix - unnecessary attribute removed.
    ```

#### 2.0.36

    ```
    * 2021-07-26 fix - html/font awesome icon saving issue fixed.
    ```

#### 2.0.35

    ```
    * 2021-06-25 fix - post types headline text issue fixed.
    ```

#### 2.0.34

    ```
    * 2021-04-20 fix - generic function name issue fixed.
    ```

#### 2.0.33

    ```
    * 2021-04-16 fix - eval function removed.
    ```

#### 2.0.32

    ```
    * 2021-04-13 fix - security issue updated.
    ```

#### 2.0.31

    ```
    * 2020-07-29 fix - excerpt related post display issue fixed.
    * 2020-07-29 add - added custom CSS and scripts options.
    ```

#### 2.0.30

    ```
    * 2020-07-26 fix - headline text output issue fixed.
    ```

#### 2.0.29

    ```
    * 2020-07-24 fix - headline custom CSS issue fixed.
    * 2020-07-24 add - advance display by post types.
    ```

#### 2.0.28

    ```
    * 2020-06-26 add - manually selected post any post types
    ```

#### 2.0.27

    ```
    * 2020-06-16 remove - remove popup for reviews.
    ```

#### 2.0.26

    ```
    * 2020-05-01 fix - translation for headline and read more added.
    * 2020-05-01 fix - sanitize global variables
    ```

#### 2.0.25

    ```
    * 2020-04-22 fix - manually selected post issue fixed.
    ```

#### 2.0.24

    ```
    * 2020-03-05 fix - font-awesome icon issue for slider navigation
    ```

#### 2.0.23

    ```
    * 2020-02-28 fix - minor php error issue fixed.
    ```

#### 2.0.22

    ```
    * 2020-02-26 add - Font awesome version load option added.
    ```

#### 2.0.21

    ```
    * 2020-02-11 fix - Slider loop option saving issue fixed.
    ```

#### 2.0.20

    ```
    * 2020-02-05 fix - slider column issue for mobile device fixed.
    ```

#### 2.0.19

    ```
    * 26/01/2020 add - help and support added on settings page sidebar
    ```

#### 2.0.18

    ```
    * 26/01/2020 add - added tutorials under help & support tabs
    ```

#### 2.0.17

    ```
    * 25/01/2020 update - remove shortcode tabs, move to help & support tabs
    ```

#### 2.0.16

    ```
    * 20/01/2020 update - responsive issue fixed for settings page
    ```

#### 2.0.15

    ```
    * 20/01/2020 update - missing slider options added
    * 20/01/2020 add - added help & support menu.
    ```

#### 2.0.14

    ```
    * 19/01/2020 update - update default value for settings.
    ```

#### 2.0.13

    ```
    * 16/01/2020 fix - manually added post query issue fixed.
    ```

#### 2.0.12

    ```
    * 16/01/2020 add - added help menu.
    * 16/01/2020 fix - fixed minor post query issue.
    * 16/01/2020 add - translation file added
    ```

#### 2.0.11

    ```
    * 15/01/2020 add - add new filter hook for link attributes
    * 15/01/2020 fix - fixed the issue displaying related post on custom taxonomy
    ```

#### 2.0.10

    ```
    * 14/01/2020 add - custom font size, color and custom css for headline text
    ```

#### 2.0.9

    ```
    * 14/01/2020 fix - data update issue for undefined index issue fixed.
    * 14/01/2020 fix - added reset post query after loop.
    ```

#### 2.0.8

    ```
    * 12/01/2020 add - data update process added.
    ```

#### 2.0.7

    ```
    * 12/01/2020 update - re-write plugin
    ```

#### 2.0.6

    ```
    * 23/10/2018 add - added orderby post__in option
    ```

#### 2.0.5

    ```
    * 21/10/2018 add - added order and orderby option
    ```

#### 2.0.4

    ```
    * 01/07/2018 fix - Empty variable issue check fixed.
    ```

#### 2.0.3

    ```
    * 19/12/2018 fix - Undefined index issue fixed.
    ```

#### 2.0.2

    ```
    * 20/03/2016 add - Stats to click on related post.
    ```

#### 2.0.1

    ```
    * 19/03/2016 fix - title link issue fixed.
    * 19/03/2016 fix - Thumbnail link issue fixed.    
    ```

#### 2.0.0

    ```
    * 18/03/2016 add - Re-written plugin.
    ```

#### 1.5

    ```
    * 04/07/2015 fix - conflict with "post grid" plugin fixed.  
    ```

#### 1.4

    ```
    * 02/04/2015 add - Display Related Post automatically . 
    * 02/04/2015 add - display related post for custom post.
    * 02/04/2015 add - Display automatically  only post types selection.   
    ```

#### 1.3

    ```
    * 29/12/2014 add - Upload custom 404 thumbnail image.
    ```

#### 1.2

    ```
    * 21/12/2014 add - Maximum number of post to display.
    ```

#### 1.1

    ```
    * 19/11/2014 add - Default empty thumb.
    * 19/11/2014 add - Headling text for "Related Post".
    * 19/11/2014 add - Font size for post title.
    * 19/11/2014 add - Font color for post title.
    ```

#### 1.0

    ```
    * 09/11/2014 Initial release.
    ```

## Meta

 *  Version **2.0.66**
 *  Last updated **4 months ago**
 *  Active installations **4,000+**
 *  WordPress version ** 3.8 or higher **
 *  Tested up to **6.9.4**
 * Tags
 * [inline related post](https://wordpress.org/plugins/tags/inline-related-post/)
   [related content](https://wordpress.org/plugins/tags/related-content/)[related post](https://wordpress.org/plugins/tags/related-post/)
   [related posts](https://wordpress.org/plugins/tags/related-posts/)[similar posts](https://wordpress.org/plugins/tags/similar-posts/)
 *  [Advanced View](https://wordpress.org/plugins/related-post/advanced/)

## Ratings

 4.6 out of 5 stars.

 *  [  33 5-star reviews     ](https://wordpress.org/support/plugin/related-post/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/related-post/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/related-post/reviews/?filter=3)
 *  [  2 2-star reviews     ](https://wordpress.org/support/plugin/related-post/reviews/?filter=2)
 *  [  2 1-star reviews     ](https://wordpress.org/support/plugin/related-post/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/related-post/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/related-post/reviews/)

## Contributors

 *   [ PickPlugins ](https://profiles.wordpress.org/pickplugins/)

## Support

Issues resolved in last two months:

     0 out of 1

 [View support forum](https://wordpress.org/support/plugin/related-post/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://pickplugins.com)