|
| A simple 'related posts' plugin that lets you select related posts manually. |
Noted That:
|
Start the Tips:1. First Download "related.zip" Plugin to your Local Computer. (Click Download) 2. Then, Login to your "yourdomain.com/wp-admin" Dashboard. 3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard. 4. Now, Click on "Upload Plugin" button.
5. Now, Browse "related.zip" Downloaded plugin from your computer, Where you downloaded related.zip According to Step – 1 Above then, click on "Install Now" 6. Now, Click on "Active Plugin" 7. Then, See left sidemenu. "Related" folder is added on left sidemenu. Now, Click on "Related" folder. Noted that: If you do not see "Related" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools". 8. Now you configure yourself oR Watch video tutorial below about Related Configurtions and Settings or How to work "Related" in your WordPress site. oR After Activated Plugin According to Step-6 then,
|
| Guide |
|---|
| 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
How to display the related posts on your website The related posts are displayed by adding
to your template. Replace
You have the option of either outputting a pre-formatted list or returning a PHP array of related posts to customise the Examples Example 1: Using the default output
This can be called within the WordPress loop. It will output a Example 2: Returning an array
Example 3: Using a simple foreach loop With the second argument set to true, it will return an array of post objects. Use it to generate your own custom markup.
Example 4: Using a WordPress loop If you want to run it with a real WordPress loop, then use it as follows. You can then use functions like the_content or the_excerpt.
Example 5: Using Related_du plugin Using the default output from the Related (Doubled Up) plugin:
This can be called within the WordPress loop. It will output a |
Reffered: https://wordpress.org/




