Như trong phần bố cục, nội dung của web sẽ hiển thị ở phần Thân web trái, tức là khi các bạn click vào một link thì nội dung sẽ chỉ hiển thị ở trong phần Thân web trái mà thôi các phần khác sẽ được giữ nguyên theo cấu trúc ban đầu.
Để làm được điều này, các bạn không cần phải lo lắng đâu vì chỉ cần thêm một đoạn code ngắn vào trong nơi bạn muốn hiển thị nội dung là ok. Ở đây mình sẽ cho hiển thị ở Thân web trái, đầu tiên các bạn vào Chỉnh sửa HTML, tìm <div id='than-web-trai'> rồi xóa code bên trong của thẻ div thân web trái đi thay bằng code sau (nếu chưa có thì paste code sau vào):
<b:section class='than-web-trai' id='Thân web trái' showaddelement='yes'>
<b:widget id='Blog1' locked='false' title='Bài đăng trên Blog' type='Blog'/>
</b:section>
Sau khi thêm thì code sẽ thành như thế này:
<div id='than-web-trai'><b:section class='than-web-trai' id='Thân web trái' showaddelement='yes'>
<b:widget id='Blog1' locked='false' title='Bài đăng trên Blog' type='Blog'/>
</b:section>
</div>
Chú ý: id='Blog1' các bạn không được đổi tên nhé nênú không sẽ bị lỗi đấy.
Vào lại blog và hưởng thụ thành quả nào. Giờ thì bài viết đã hiện lên trên trang chủ rồi đấy:
Hãy copy đoạn code sau và chèn vào trước thẻ </head> vừa tìm được:
<script type="text/javascript">
var summaryConf = {
showImage: true,
imgFloat: 'left',
imgWidth: 130,
imgHeight: 100,
defaultThumb:'http://1.bp.blogspot.com/-A7K0Ugz3jKc/Uf0leijlp0I/AAAAAAAACsQ/w29f6zRMSbA/s1600/no-thumb.jpg',
words: 65,
wordsNoImg: 80,
skip: 0,
showHome: true,
showLabel: true
};
</script><script type="text/javascript">
//<![CDATA[
function summary(h) {
summary.count = summary.count || 0;
summary.count++;
var g = location.href.indexOf("/search/label/") == -1 && location.href.indexOf("/search?") == -1,
c = location.href.indexOf("/search/label/") != -1;
if (summary.count <= summaryConf.skip) {
return
}
if (g && !summaryConf.showHome) {
return
}
if (c && !summaryConf.showLabel) {
return
}
var e = document.getElementById(h),
f = e.getElementsByTagName("img"),
a = "";
if (summaryConf.showImage) {
if (summaryConf.defaultThumb != "none") {
a = '<img width="' + summaryConf.imgWidth + '" height="' + summaryConf.imgHeight + '"';
if (summaryConf.imgFloat != "no") {
var b = ' style="float:' + summaryConf.imgFloat + ';margin:0 5px 5px 0;padding:0"';
a += b
}
a += ' src="' + (f.length > 0 ? f[0].src : summaryConf.defaultThumb) + '" />'
} else {
if (f.length > 0) {
a = '<img width="' + summaryConf.imgWidth + '" height="' + summaryConf.imgHeight + '"';
if (summaryConf.imgFloat != "no") {
var b = ' style="float:' + summaryConf.imgFloat + ';margin:0 5px 5px 0;padding:0"';
a += b
}
a += ' src="' + f[0].src + '" />'
}
}
}
if (a != "") var d = summary.strip(e.innerHTML, summaryConf.words)
else var d = summary.strip(e.innerHTML, summaryConf.wordsNoImg);
e.innerHTML = a + d + "..."
}
summary.strip = function(a, b) {
return a.replace(/<.*?>/ig, "").split(/\s+/).slice(0, b - 1).join(" ")
};
//]]>
</script>
<span expr:id='data:post.id'><data:post.body/></span>
<b:if cond='data:blog.pageType == "index"'>
<script type='text/javascript'>summary("<data:post.id/>")</script>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<script type='text/javascript'>summary("<data:post.id/>")</script>
</b:if>
</b:if>
.status-msg-wrap {
display: none;
}
<div class='mobile-link-button' id='blog-pager-home-link'><a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a></div>
<div class='mobile-desktop-link'><a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a></div>
<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>Xóa dòng Đăng ký: Bài đăng (Atom)
Thêm đoạn CSS sau để ẩn nó đi là được rồi
.feed-links{display:none !important;}Xóa dấu gạch chân trong tiêu đề bài viết trên trang chủ:
Thêm đoạn CSS sau:
h3 a {Thêm một vài CSS nữa nhìn trang chủ cho đẹp nào:
text-decoration: none;
}
Thêm đoạn sau để cấu hình font chữ cho trang và căn lề vào giữa. Thẻ H3 định dạng cách test dòng dưới 10px nhìn đỡ díu mắt
body {Phần Thân web trái cũng sửa lại CSS một chút như này nhé:
font-family: 'Tahoma';
font-size: 16px;
text-align: justify;
background: #e6e8e9;
}h3 {
padding-bottom: 10px;
padding-top: 15px;
}
/* unvisited link */
a:link {
color: #2e91ee;
text-decoration: none;
}
/* visited link */
a:visited {
color: #2e91ee;
}
/* mouse over link */
a:hover {
color: hotpink;
}
/* selected link */
a:active {
color: #2e91ee;
}
img {
max-width:100%;
border-radius: 4px;
border: 1px solid #d6dde1;
}
#than-web-trai {Nhìn giờ đã khá giống một trang hoàn thiện rồi đấy nhỉ:
width: 69%;
min-height: 300px;
background: white;
border: 1px solid #d6dde1;
border-radius: 4px;
float:left;
}
#than-web-phai {
width: 30%;
min-height: 300px;
border:1px solid #d6dde1;
border-radius: 4px;
background: white;
list-style: none;
float:right;
}