Bài viết cùng chuyên mục và bài viết liên quan.
Original Code: baivong - Fmvi.
Thực hiện:
Tạo một file javascript nhét code này vào, đặt In the topics:

Code:

        $(function () {
            $(".topic-options:last").before('$(function () {
            $(".topic-options:last").before('<div style="height:20px"></div>
        <div class="maintitle">
            <h3>Bài viết mới cùng chuyên mục</h3>
        </div>
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
                <tr valign="top">
                    <td style="border-top: 0px none; padding: 0px; background: transparent url(http://i34.servimg.com/u/f34/15/64/85/86/list10.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;"
                    width="24">
                        <img src="http://i34.servimg.com/u/f34/15/64/85/86/empty10.gif" width="24" border="0">
                    </td>
                    <td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;"
                    align="left" background="http://i34.servimg.com/u/f34/15/64/85/86/listbg10.gif">
                        <div id="cungchuyenmuc"></div>
                    </td>
                </tr>
            </tbody>
        </table>
        <div style="height:20px"></div>
        <div class="maintitle">
            <h3>Bài viết mới cùng chuyên mục</h3>
        </div>
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
                <tr valign="top">
                    <td style="border-top: 0px none; padding: 0px; background: transparent url(http://i34.servimg.com/u/f34/15/64/85/86/list10.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;"
                    width="24">
                        <img src="http://i34.servimg.com/u/f34/15/64/85/86/empty10.gif" width="24" border="0">
                    </td>
                    <td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;"
                    align="left" background="http://i34.servimg.com/u/f34/15/64/85/86/listbg10.gif">
                        <div id="bailienquan"></div>
                    </td>
                </tr>
            </tbody>
        </table>');
            var linkchuyenmuc = $("a.nav[href^='/f']:first").attr("href");
            $('#cungchuyenmuc').load(linkchuyenmuc + ' .ipbtable:last .row1 a.topictitle:lt(10)', function () {
                $('#cungchuyenmuc a.topictitle').wrap("<p></p>")
            });
            var topictitle = $(".postbody-head:first h3").text();
            var Topictitle = topictitle.replace(/ /gi, '+');
            $('#bailienquan').load('/search?mode=searchbox&search_keywords=' + Topictitle + '&show_results=topics .ipbtable:last .row2 a.topictitle:lt(10)', function () {
                $('#bailienquan a.topictitle').wrap("<p></p>")
            });
        });

Chỉnh số 10 trong 2 đoạn lt(10) thành số bài bạn muốn hiển thị