
Admin
Well-Known Member
Staff member
Administrator
Demo: Test phát
Hướng dẫn
Chèn code sau vào giữa thẻ <title>..</title> tại trang đặt xtblog
Hướng dẫn
Chèn code sau vào giữa thẻ <title>..</title> tại trang đặt xtblog
HTML:
<!--parser:xtscript-->
var $blog = <xt:blog tzone="7" display="1" entries_per_page="10" comments_per_page="20" comments_sort="-1" display_limit="50" display_symbol="..." version="2" t_back_to_posts="" t_comments="" t_post_a_comment="" t_name="" t_comment="" t_post="" />
var $dau = call strrpos $haystack=$blog;$needle=<h2 class="xt_blog_title">
var $cuoi = call strrpos $haystack=$blog;$needle=</h2>
var $title = call substr $val=$blog;$start=($dau+26);$length=($cuoi-$dau-26)
if $title !=
print $title
else
print Blog
endif
<!--/parser:xtscript-->