书签 分享 收藏 举报 版权申诉 / 7

类型博客模板制作标签文档.doc

  • 文档编号:1225027
  • 上传时间:2023-04-30
  • 格式:DOC
  • 页数:7
  • 大小:51KB
',

'before_title'=>'

',

'after_title'=>'

',

));

?

>

在sidebar.php中模块最上面插入:

phpif(!

function_exists('dynamic_sidebar')||!

dynamic_sidebar()):

?

>

Sidebar最下面,添加

phpendif;?

>

第七课、底部footer.php制作

1、版权信息

Copyright©2012

phpechoget_option('home');?

>”>

phpbloginfo(’name’);?

>

2、hook函数

hook函数:

phpwp_footer();?

>

第八课、首页index.php制作

1、循环介绍

phpif(have_posts()):

?

>

phpwhile(have_posts()):

the_post();?

>

phpendwhile;?

>

phpendif;?

>

·if(have_posts())–检查博客是否有日志。

·while(have_posts())–如果有日志,那么当博客有日志的时候,执行下面the_post()这个函数。

·the_post()–调用具体的日志来显示。

·endwhile;–遵照规则#1,这里用于关闭while()

·endif;–关闭if()

2、调用标题

phpthe_permalink()?

>">

phpthe_title_attribute();?

>

标题太长了怎么办?

phpthe_permalink()?

>">

phpechomb_strimwidth(get_the_title(),0,32,'...');?

>

3、调用内容

3-1、全文调用

phpthe_content();?

>

3-2、摘要调用

phpechomb_strimwidth(strip_tags(apply_filters('the_content',$post->post_content)),0,200,"……");?

>

4、日志元数据

4-1、发布日期

phpthe_time('Fd,Y')?

>

phpthe_time('m-d')?

>

phpthe_date_xml()?

>

4-2、所属分类

phpthe_category(',')?

>

4-3、文章标签

phpthe_tags('标签:

',',','');?

>

4-4、留言数

phpcomments_number('暂无评论','1条评论','%评论');?

>

4-5、更多按钮

phpthe_permalink()?

>">更多内容

5、分页插件使用

Pagebar插件

wp-page-numbers插件

使用:

phpendwhile;?

>和

phpendif;?

>中间插入:

phpif(function_exists('wp_page_numbers')):

wp_page_numbers();endif;?

>

第九课、子模板制作

1、single.php文章内容页面模板

9-1、添加评论模块

phpendwhile;?

>和

phpendif;?

>中间插入

phpcomments_template();?

>

修改摘要调用为全文内容调用

删除更多内容调用标签

9-2、前一篇、后一篇调用

left">

phpprevious_post_link('«%link');?

>

right">

phpnext_post_link('%link»');?

>

2、分类列表页面archive.php

archive.php和index.php模板一样

3、page.php页面模板

Page.php和single.php模板一样

第十课、404.php制作

1、跟index.php模板一样

2、网上下载404模板页面

配套讲稿:

如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。

特殊限制:

部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。

关 键  词:
博客 模板 制作 标签 文档
提示  冰点文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
关于本文
本文标题:博客模板制作标签文档.doc
链接地址:https://www.bingdoc.com/p-1225027.html
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2


收起
展开