1、如何理解标签的原理:获取博客名字:获取主页路径:php echo get_option(home获取主题存放路径:template_directoryStyle.css路径调用:php bloginfo( stylesheet_url );通过以上四句现在明白了这些标签的作用了吧第三课、如何利用免费css模板做模板1、下载免费的css模板可以通过百度搜索“模板”,“div模板”,“div+css”等关键词搜索到以下网站,这些地方都是可以免费下载到漂亮的html页面的www.88web.orgwww.csscss.org2、添加style.css版权信息/*Theme Name: WP百科网主题
2、 Theme URI: Description:这是我们做的第一个主题哦Author: WP百科网 Author URI:Version: 1.0 Tags: white, blog, WP百科网, blue*/3、如何把静态页面改成WP首页3-1、修改index.html为index.php3-2、index.php中的css文件调用改成WP标签调用4、后台缩略图缩略图的名字必须是:screenshot.png或者screenshot.jpg第四课、分离首页1、分离header.php顶部模板通过WP标签调用回来,调用顶部标签:php get_header();2、分离sidebar.php
3、侧边栏通过WP标签调用回来,调用侧边栏标签:php get_sidebar();3、分离footer.php底部模板通过WP标签调用回来,调用底部标签:php get_footer();第五课、制作header.php模板1、元信息调用meta http-equiv=Content-Type content=text/html; charset=titlephp if (is_home()|is_search() bloginfo( else wp_title( print - ; bloginfo( ? php wp_head();2、调用分类目录和页面页面调用:php wp_list_pa
4、ges(sort_column=menu_order&title_li=&include=sort_column:根据后台页面顺序列出页面title_li:显示或者隐藏页面列表的标题include:控制显示的页面分类目录调用:php wp_list_categories(title_li=0&orderby=name&show_count=0&depth=1Orderby:按什么排列show_count:分类日志数量depth:列表深度3、自定义添加导航链接a href=”首页4、如何控制调用内容Wordpress官方网站函数文档介绍:http:/codex.wordpress.org/zh-
5、cn:%E5%87%BD%E6%95%B0%E5%8F%82%E8%80%83第六课、侧边栏sidebar.php的制作1、分类目录调用WP标签:php wp_list_cats(sort_column=name&optioncount=1&hierarchical=0hierarchial=0 不按照层式结构显示子分类optioncount=1 显示每个分类含有的日志数sort_column=name 把分类按字符顺序排列2、最新文章调用php wp_get_archives(type=postbypost&limit=10type=postbypost:按最新文章排列limit:限制文章数
6、量最新10篇3、日期存档调用php wp_get_archives( type=monthlytype=monthly按月份读取4、友情链接调用php wp_list_bookmarks(categorize=0&orderby=rand&limit=245、元数据调用注册:php wp_register();登录:php wp_loginout();6、如何制作小工具添加functions.php,phpif ( function_exists(register_sidebar) ) register_sidebar(array( before_widget = div class=side
7、box,after_widget/divbefore_titleh2after_title/h2 );在sidebar.php中模块最上面插入:php if ( !function_exists(dynamic_sidebar) | !dynamic_sidebar() ) :Sidebar最下面,添加php endif;第七课、底部footer.php制作1、版权信息Copyright 2012a href=” post_content), 0, 200,4、日志元数据4-1、发布日期php the_time(F d, Y) ?m-dphp the_date_xml()?4-2、所属分类ph
8、p the_category(, 4-3、文章标签php the_tags(标签:4-4、留言数php comments_number(暂无评论1条评论% 评论4-5、更多按钮更多内容5、分页插件使用Pagebar插件wp-page-numbers插件使用:在和中间插入:php if(function_exists(wp_page_numbers) : wp_page_numbers(); endif;第九课、子模板制作1、single.php文章内容页面模板9-1、添加评论模块中间插入php comments_template();修改摘要调用为全文内容调用删除更多内容调用标签9-2、前一篇、后一篇调用div style=float:leftphp previous_post_link(« %linkrightphp next_post_link(%link »2、分类列表页面archive.phpar
copyright@ 2008-2022 冰豆网网站版权所有
经营许可证编号:鄂ICP备2022015515号-1