当前位置:首页 > 搜索和 the 相关的文章
-
wordrpess the_excerpt()函数截取字符无效
添加日期:2014-06-21 13:49:03 发布:smiling
在一次开发中,我突然发现,the_excerpt函数无效了,不能显示文章的摘要,我尝试了多种可能的根源,仍然不解,为了不用query_posts就没有问题,用query_posts之后就无效,为了解决这个问题,我翻阅了the_exc ...
-
WordPress中the_author_meta()函数的使用方法
添加日期:2014-06-21 10:59:40 发布:smiling
越来越多站长使用WordPress搭建门户型网站,WordPress获取作者资料信息函数the_author_meta()显得日益重要 因为通过该模板标签函数,可以在前台调用显示注册用户的相关信息,如用户登陆名、用户网站地 ...
-
WordPress常用函数-get_the_title()教程
添加日期:2014-04-25 09:05:26 发布:smiling
说明:返回指定文章ID的标题,如果文章是protected 或者private,则返回Protected: 标题或者Private:标题,在循环内部和外部都可以使用,如果 ...
-
phpmailer发送邮件 SMTP Error: Could not authenticate 错误
添加日期:2014-02-05 20:46:13 发布:smiling
今天在使用phpmailer发送邮件时居然提示SMTP Error: Could not authenticate,这个感觉是smtp设置的问题,下面我在网上找到了几种解决 ...
-
PHP错误Deprecated: Assigning the return value of new
添加日期:2014-01-06 22:47:35 发布:smiling
今天把php升级到php5 3之后出现在使用 =& 时提示PHP错误Deprecated: Assigning the return value of new by reference is depr ...
-
php-fpm 启动报please specify user and group other than root, pool ‘default
添加日期:2013-12-06 23:35:26 发布:smiling
安装PHP ,配置fpm 成功后启动发现报错:Starting php_fpm Aug 03 06:51:54 269165 [ERROR] fpm_unix_conf_wp(), line 124: plea ...
-
PHP警告date(): It is not safe to rely on the system
添加日期:2013-12-03 21:24:04 发布:smiling
在用PHP5 3以上的PHP版本时,只要是涉及时间的会报一个Warning: date(): It is not safe to rely on the system & 39;s timezon ...
-
PHP Warning: date(): It is not safe to rely on the system
添加日期:2013-12-03 20:51:33 发布:smiling
昨天碰到使用date()函数时出现PHP Warning: date(): It is not safe to rely on the system出现这种错误是因为php5默认date tim ...
-
apahce错误提示the requested operation has failed
添加日期:2013-11-25 21:36:14 发布:smiling
今天在修改了httpd conf文件配置之后启动apache时提示the requested operation has failed 错误,无法正常启动apache了,后来百度了一下,以下是方法的参考。...
-
apache启动错误提示:httpd: Could not reliably determine the server
添加日期:2013-11-25 21:10:51 发布:smiling
可能有些朋友会碰到在apache启动错误提示:httpd: Could not reliably determine the server 这个问题,其实解决办法很简单。...
精彩文章
- ·PHP使用互斥锁确保代码的线程安全的操作示例(2025-11-16)
- ·PHP中使用反射获取类的所有方法(2025-11-16)
- ·PHP实现页面跳转的三种方式(2025-11-16)
- ·PHP如何优化冗余代码(2025-11-16)
- ·PHP防止Shell命令注入的有效方法(2025-11-16)
- ·PHP中防SQL注入的主要方法(2025-11-16)
- ·PHP如何抛出和接收错误的详细指南(2025-11-16)
- ·PHP实现页面跳转的多种方法(2025-11-16)
- ·phpStudy在运行PHP文件时出现中文乱码的有效解决方法(2025-11-16)
- ·向PHP传入参数的三种方法(2025-11-15)