Changeset 390326
- Timestamp:
- 05/28/2011 11:53:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
best-related-posts/trunk/readme.txt
r390320 r390326 24 24 1. To add the related post list, usually you have to open the single.php of your current theme and add the PHP code: 25 25 26 ` if (function_exists('boposts_show')) { boposts_show(); }?>`26 `<?php if (function_exists('boposts_show')) boposts_show(); ?>` 27 27 28 28 or can use Post Layout plugin and add such line of code in the single post bottom.
Note: See TracChangeset
for help on using the changeset viewer.