Xóa dòng chữ read more (đọc thêm bài viết)


Hình Demo trước và sau khi chỉnh sửa:
Các bước thực hiện:
1- Vào thiết kế (Design)
2- Chỉnh sửa HTML (Edit HTML)
3- Mở rộng tiện ích mẫu 
Sau đó tìm đến đoạn Code có dạng tương tự như sau:
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
<div class='readmore-wrap'>
<a class='readmore' expr:href='data:post.url'>read more &#187;</a>
</div>
</b:if>
</b:if>
Bạn thêm ký tự <!-- --> vào 2 đầu của phần chữ màu xanh bên trên, khi đó các bạn được như sau
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
<div class='readmore-wrap'>
<!-- <a class='readmore' expr:href='data:post.url'>read more &#187;</a>  -->
</div>
</b:if>
</b:if>
Tiếp theo các bạn tìm đến đoạn code sau
<b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>
       <a expr:href='data:post.url + &quot;#more&quot;'><data:post.jumpText/></a>  
      </div>
    </b:if>
làm tương tự như với code trên
<b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>
<!--   <a expr:href='data:post.url + &quot;#more&quot;'><data:post.jumpText/></a>  -->
      </div>
    </b:if>
Lưu Template lại và xem thành quả!

1 comment

lúc 09:52 30 tháng 11, 2013

Bạn ơi, như trong trang hotsunhot.blogspot.com của mình nếu muốn xóa hoặc thay chữ readmore (trong 2 tiện ích của mình) thành chữ khác thì làm thế nào. CƠ bản là mình muốn xóa nó đi !

Đăng nhận xét

/