作者ballII (ballII)
看板Blog
标题Re: [问题] blogger分页与一些draft问题
时间Sun Jul 6 00:13:38 2008
※ 引述《chineseknot ( 缘起性空,自在枯荣 )》之铭言:
: 最近Blogger in draft释放出一些新功能
: 我比较会用到的是星号评等跟回应内嵌
: 因所用blogger模板来自http://www.finalsense.com/services/blog_templates/
: 回应内嵌还找不到方式加进去(过几天再研究...orz)
http://www.bloggerbuster.com/2008/06/how-to-add-comment-form-beneath-your.html
For templates lacking the required default codes--
Search for this line in your template code:
<b:include data='post' name='comments' />
Immediately after this line, add the following line of code:
<b:include data='post' name='comment-form'/>
: 此外,还想要问一下使用blogger的各位朋友
: 有没有办法在文章数过多,需要分页的时候有跟其他部落格平台一样
: 可以在网页下面出现能点选的页码呢?
你是指如这个网页底部的页码吗?
http://nekki1409.blogspot.com/
检视网页原始档,
搜寻
<script type="text/javascript">
function showpageCount(json) {
从这往下拷贝到
<script src="/feeds/posts/summary?alt=json-in-script&callback=showpageCount&max-results=99999" type="text/javascript"></script>
然後把码贴到 Add a Page Element -> Html/JavaScript 里。
此分页语法的原撰写者为 Mr.J。
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 69.246.165.26
1F:推 chineseknot:谢谢您~我来试试看 ^^ 07/06 09:35
2F:→ ognas:这个方法...我试了很久都没有办法出来...Orz 07/06 13:48
3F:→ ognas:我後来改用其他方式了,用Abin大大的教学文章< 07/06 13:49
4F:→ ognas:更加好用,也更加方便。如果有兴趣的人可以看看我的介绍.. 07/06 13:49