Friday, August 20, 2010

Installing BRPS in classic templates

Someone asked how to install in classic templates, so I checked up and found the code provided from BRPS wasn't working. There is an issue with HTML, so I updated the code. It should be working in classic templates.

The question is where to install those three lines. My suggestion is

At sidebar

Find the following and insert the code before:

</div></div>
<!-- End #sidebar -->

The related list will show up at the bottom of sidebar.

If you want to move the list up, just observe the code before these two lines, you can see each gadget of sidebar is a block of code, put the BRPS code between, usually above <h2> will do.

At post end

Find the following and insert the code before:

  </div>
  <!-- End .post -->

Hope this helps.
blog comments powered by Disqus