Plugin Directory

Changeset 390330

Timestamp:
05/29/2011 12:11:06 AM (13 years ago)
Author:
rmak78
Message:
 
Location:
best-related-posts/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • best-related-posts/trunk/plugin.php

    r390324 r390330  
    44Plugin URI: http://www.fairloanrate.com/best-related-posts/
    55Description: Shows related posts with thumbnails. Allows you to design your own layout using simple interface.
    6 Version: 1.0.8
     6Version: 1.0.
    77Author: R. MAK.
    88Author URI: http://www.sutlej.net/
  • best-related-posts/trunk/readme.txt

    r390327 r390330  
    55Requires at least: 2.8
    66Tested up to: 3.1.3
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.
    88
    99Shows related posts with thumbnails. Allows you to design your own layout using simple interface. Good for SEO and reducing bounce rate.
     
    24241. To add the related post list, usually you have to open the single.php of your current theme and add the PHP code:
    2525
    26     `<?php if (function_exists('boposts_show'))  boposts_show(); ?>`
     26    ` ?>`
    2727
    2828or can use Post Layout plugin and add such line of code in the single post bottom.
     
    6161=1.0.8 =
    6262*Fixed Wrapping issues in IE 6 +
     63
     64
    6365
    64 
    65 
Note: See TracChangeset for help on using the changeset viewer.