The best way to display related content: Thumbnails or Text, on all your pages.
AUTO PLACEMENT
nrelate can automatically place our related content at the "Top of your Post" or the "Bottom of your Post"... or both. Just check the appropriate box on our settings page.
WIDGET
Drag our widget to any widget area in your theme, to automatically display related content.
TEMPLATE TAG
If you don't want to have our plugin automatically show our related content, you can use the nrelate_related template tag to place it anywhere in your theme. For example, if you want our related content to show in the sidebar of your site, you may want to place the template tag in your sidebar.php file.
It's best practice to use code like this:
<?php if (function_exists('nrelate_related')) nrelate_related(); ?>
SHORTCODE
You can also use the nrelate-related shortcode to manually place related content into your posts:
1. Create or edit a Post.
2. Wherever you want the related content to show up enter the shortcode: [nrelate-related]
Shortcode Configuration Options:
float = left, right or center
width = any valid CSS value (100%, 50px, etc)
Shortcode Defaults:
float = left
width = 100%
Shortcode Examples:
[nrelate-related] Will use defaults
[nrelate-related float='right']
[nrelate-related width='50%']
[nrelate-related float='right' width='50%']
Requires: 2.9 or higher
Compatible up to: 3.3.2
Last Updated: 2012-5-10
Downloads: 122,199
0 of 1 support threads in the last three weeks have been resolved.
Got something to say? Need help?