Seraph-龙网 - 教程、网赚、安全、免费资源-第12页
Seraph的头像-龙网 - 教程、网赚、安全、免费资源
徽章-打卡狂魔-龙网 - 教程、网赚、安全、免费资源徽章-签到达人-龙网 - 教程、网赚、安全、免费资源徽章-小有见解-龙网 - 教程、网赚、安全、免费资源16枚徽章龙网站长管理员超级版主
这家伙很懒,什么都没有写...
WordPress网站导航制作二级下拉菜单通用方法-龙网 - 教程、网赚、安全、免费资源

WordPress网站导航制作二级下拉菜单通用方法

有些网站的栏目比较多,单行的网站导航很难全部显示这些栏目,这时可以通过制作二级下拉菜单的方法来显示更多的导航栏目。 面学做网站论坛给广大学习建网站的学员介绍一下Wordpress网站导航制作...
WordPress网站制作banner轮播图的通用方法-龙网 - 教程、网赚、安全、免费资源

WordPress网站制作banner轮播图的通用方法

使用Wordpress做网站时,制作banner轮播图也是非常简单,下面学做网站论坛一下制作banner轮播图的通用方法。 方法/步骤 1.下载导航下拉菜单jquery特效基础包。 2.将下载的压缩包解压出来,将里...
WordPress函数single_cat_title()-龙网 - 教程、网赚、安全、免费资源

WordPress函数single_cat_title()

single_cat_title( string $prefix = '', bool $display = true ) 介绍 显示分类页面的标题,默认无前后空格。 参数 $prefix (string) (Optional) 显示在标题前面,默认为空。 Default value: '...
WordPress函数post_type_archive_title()-龙网 - 教程、网赚、安全、免费资源

WordPress函数post_type_archive_title()

介绍 post_type_archive_title() 是自定义文章类型 post type 的archive页面标题。显示 archive.php 和 archive-{posttype}.php 页面标题。 使用 <?php post_type_archive_title( $prefix,...
WordPress函数single_term_title()-龙网 - 教程、网赚、安全、免费资源

WordPress函数single_term_title()

介绍 返回当前页面标题。 使用 <?php single_term_title( $prefix, $display ); ?> 参数 $prefix (字符串)(可选)要在标题前输出的文本。 默认值:无 注意:如果 $display 参数为 fals...
WordPress函数single_tag_title()-龙网 - 教程、网赚、安全、免费资源

WordPress函数single_tag_title()

介绍 显示tag页面的标题。 使用 <?php single_tag_title( $prefix, $display ); ?> 默认 <?php single_tag_title(); ?> 参数 $prefix (字符串)(可选)要在标题前输出的文本。 默...
WordPress函数single_month_title()-龙网 - 教程、网赚、安全、免费资源

WordPress函数single_month_title()

介绍 single_month_title() 用于返回“月”、“年”值,在date.php的archive页面,其他页面不支持。 使用 <?php single_month_title( $prefix, $display ) ?> 默认 <?php single_month...
WordPress函数get_archives_link()-龙网 - 教程、网赚、安全、免费资源

WordPress函数get_archives_link()

描述 根据预定义或自定义代码检索存档链接内容。 格式可以是四种样式之一。head 元素的“link”、select 元素中使用的“option”、列表中使用的“html”(ol 或 ul HTML 元素)。还支持使用 bef...
WordPress函数single_post_title()-龙网 - 教程、网赚、安全、免费资源

WordPress函数single_post_title()

介绍 显示single、page页面标题,这个标签不必在the_loop循环中,只要在single、page页面即可。 使用 <?php single_post_title(); ?> 参数 $prefix (string) (可选) 显示在标题前的文本。...
WordPress函数get_calendar()日历标签-龙网 - 教程、网赚、安全、免费资源

WordPress函数get_calendar()日历标签

介绍 get_calendar()是一个WordPress日历标签,可以在 WordPress主题 的任意模板中使用,并不需要在 the_loop 中。 默认会显示当前年月的一个日历,并且会在有日志的日期中带上日期的 date 链接...
WordPress函数WordPress禁用RSS Feed-龙网 - 教程、网赚、安全、免费资源

WordPress函数WordPress禁用RSS Feed

WordPress提供了很多RSS Feed的功能,除了全站文章订阅,还有评论订阅,然后目前使用RSS订阅功能的人越来越少,加快WordPress的运行效率,可以直接禁用RSS Feed。 在 WordPress主题 的 function...
WordPress函数wp_get_archives()-龙网 - 教程、网赚、安全、免费资源

WordPress函数wp_get_archives()

WordPress的widget里提供的文章索引模板,他可以让你的WordPress博客的侧边栏按月度存档,方便读者,方便搜索引擎。但默认显示的是所有月度归档,这对有着两年,甚至两年以上历史的老博客来说,...
WordPress函数get_the_author()-龙网 - 教程、网赚、安全、免费资源

WordPress函数get_the_author()

介绍 get_the_author() 用于显示文章作者的名称的函数,必须使用在 the_loop 循环中。 使用 <?php $author = get_the_author(); ?> 参数 $deprecated (string) (optional) Deprecated. De...
WordPress函数calendar_week_mod()-龙网 - 教程、网赚、安全、免费资源

WordPress函数calendar_week_mod()

描述 获取从一周开始的几天。 使用 <?php calendar_week_mod( $num ); ?> 参数 $num (int) (必填) 天数 Default: None 返回 (int) 获取从一周开始的几天。 示例 “获取从一周开始的几天”...
WordPress函数get_the_author_link()-龙网 - 教程、网赚、安全、免费资源

WordPress函数get_the_author_link()

介绍 get_the_author_link() 与 the_author_link() 是相对应的函数,只不过 get_the_author_link() 只是获取,不做输出,要做输出,需要用 echo 进行输出。 get_the_author_link() 是获取文章作...
WordPress函数the_author_meta()-龙网 - 教程、网赚、安全、免费资源

WordPress函数the_author_meta()

介绍 the_author_meta() 显示用户资料的函数,如果该函数在 the_loop 中,那么将显示loop中的用户资料,如果在 the_loop 之外使用,必须指定用户ID才能输出内容。 使用 <?php the_author_met...
WordPress函数the_author_posts()-龙网 - 教程、网赚、安全、免费资源

WordPress函数the_author_posts()

介绍 the_author_posts() 显示作者已发布的文章数量,必须使用在 the_loop 中。 使用 <?php the_author_posts(); ?> 示例 显示作者名称和已经发布的文章数量。 <p> <?php the_au...
WordPress函数the_author_posts_link()-龙网 - 教程、网赚、安全、免费资源

WordPress函数the_author_posts_link()

介绍 the_author_posts_link() 显示作者所有文章的链接,链接的文字是作者的“公开显示名”。链接地址会链接到 作者模板 ,如果没有作者模板就会更具 模板层次结构 用其他模板来显示。该函...
WordPress函数wp_dropdown_users()-龙网 - 教程、网赚、安全、免费资源

WordPress函数wp_dropdown_users()

介绍 创建一个下拉选择输出所有作者。 使用 <?php wp_dropdown_users( $args ); ?> 默认使用 <?php $args = array( 'show_option_all' => null, // string 'show_option_none' =>...
WordPress函数the_author()-龙网 - 教程、网赚、安全、免费资源

WordPress函数the_author()

介绍 the_author() 是显示作者公开名的函数,此函数必须在 the_loop 循环标签内使用才有效。 使用 <?php the_author(); ?> 示例 显示公开名: <p>This post was written by <?ph...