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.