把中文标题翻译成英文的WordPress插件2009-04-28 为了更有利于SEO的优化,大家都希望以文章的标题来作为html地址,可当我们写好一篇博文后,文章缩略名(Post Slug)却成了一个最头大的问题,而且每次都需要把中文的标题翻译成英文的,对于英语不太好的朋友来说,有点麻烦,在网上无意...
Wired(连线)博客改投WordPress阵营2009-04-28 近日,Wired.com的12个博客转移到WordPress平台,结束了他们使用Typepad的历史。 这12人的加入,使得WordPress平台在全球百强博客中的占有率达到39%,进一步扩大了领先优势。 ...
在WordPress中显示总注册用户数量2009-04-28 要显示注册用户数量的话,只要在模板中添加如下代码: <?php $users = $wpdb->get_var("SELECT COUNT(ID) FROM $wpdb->users&...
WordPress中的meta标签2009-04-27 WordPress中的meta标签 搜索引擎浏览博客时会搜集博客名称、文章标题、内容以及meta标签(如说明或关键字等)等信息。搜索引擎比较各个版块内的信息,然后根据信息的匹配程度为博客站点排名。下面将详细介绍如何最大程度地利...
常用函数-get_single_template()2009-04-27 常用函数-get_single_template() 说明 检索当前模板或父模板的single模板路径 用法 <?php get_single_template() ?>...
常用函数-get_search_template()2009-04-27 常用函数-get_search_template() 说明 检索当前模板或父模板的搜索模板路径 用法 <?php get_search_template() ?> ...
运行中的The Loop(主循环)2009-04-25 运行中的The Loop(主循环) 简介 “The Loop”是一个涉及WordPress主要进程的术语。用户可以在模板文件中使用The Loop为访问者显示文章。不使用The Loop也可以制...
常用函数-get_date_template()2009-04-25 常用函数-get_date_template() 说明 检索当前模板或父模板的时间模板路径。 用法 <?php get_date_template() ?> 参数...
常用函数-get_home_template()2009-04-25 常用函数-get_home_template() 说明 检索当前模板或父模板的home模板路径。 函数退回'index.php'前尝试定位'home.php'。 用法 ...
常用函数-get_page_template()2009-04-25 常用函数-get_page_template() 说明 检索当前模板或父模板的页面模板路径。 函数首先尝试在'_wp_page_template'页面meta数据中寻找文件。若文件存在且不为空,...
常用函数-get_paged_template()2009-04-25 常用函数-get_paged_template() 说明 检索当前模板或父模板的页面式模板路径 用法 <?php get_paged_template() ?> ...