|
| A simple 'related posts' plugin that lets you select related posts manually. Wordpress Tutorial |
|
Noted That:
|
|
Start the Tips:
Step-1 : Download " related.zip " to Your Local Computer. Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.
Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.
Step-4 : Now, Click on " Upload Plugin " button.
Step-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 "
Step-6 : Now, Click on " Active Plugin "
Step-7 : Then, See left Side Menu. " Related " folder is added on left Side Menu. Now, Click on " Related " folder. Noted that: If you do not see " Related " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ". Step-8 : Now you configure yourself oR Watch video tutorial below about Related Configurations and Settings or How to work " Related " in your WordPress site. oRAfter 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 |
| Name |
|---|