Some times we need to quote others comments in our comment. So theme builder should consider to build this function in comments template. Here I want to share one solution to Build a Quote Function in WordPress Theme. First, we need to custom comment template in functions.php file. Then put this JS code to your [...]
‘php’ 标签下的文章
How to Build a Quote Function in WordPress Theme
How to Use Mail To Commenter Plugin in Threaded Comments
Last post I told you to make wordpress theme support threaded comments. There is a simple idea. Copy the build-in template. But the idea can not work when you installed Mail to Commenter plugin and still want to use it in your threaded comments supported wordpress themes. So how to solve this problem? I’ll tell you [...]
用WordPress短代码在博客任意部分添加广告
其实不怎么满意现在文内广告的位置,本来是想通过判断WP中的more标签位置插入广告的,奈何自己总是很懒,加上毕业设计的任务压在头上,也就作罢了,忽然想起WP的短代码功能似乎可以实现此功能,于是翻了翻WordPress Popular Posts的代码,找出了此段代码,这样就可以轻松在博客文章或者WordPress侧栏中任意位置添加Adsense广告了。
如何让WP主题同时支持嵌套评论与邮件回复
本着折腾到底不罢休的精神,又给博客做了个手术,这手术做的可不轻松,啃下了WP最艰难的部分。本次修改主要是为了支持嵌套回复,也是为了提高用户体验的一个重大举措吧,其实要纯粹的支持嵌套回复功能倒是简单,然而同时要正常使用ThinkAgain的Mail to Commenter插件来邮件回复的时候,问题就会随之而来了。昨晚折腾到半夜三点,终究是把问题给解决了。关键点在于如
WordPress 一些函数列表
收集下WP的一些函数列表方便活着在制作主题的时候使用。另外,Inove主题是一个可以参考的主题,能够找到许多的有用函数,功能强大能够帮助自己制作一款同样强大的主题。
PHP连接Mysql数据库代码
PHP连接Mysql数据库使用如下代码:
PHP创建图像的方法
使用的ASP制作的博客系统,应该要说ASP制作图像方法的,不过现在正在看PHP+MYSQL的书,先把PHP创建图片的方法分享出来吧。此方法可以用于制作验证码图片。
PHP、ASP与JSP的比较
目前常用的动态网页语言有PHP(Hypertext Preprocessor)、ASP(Active Server Pages)和JSP(Java Server Pages)。下面建简单比较一下三种语言。
衡量内容 PHP ASP JSP
运行速度 较快 较快 快