WordPress 开发群: 8633930 183923493(QQ群)
欢迎加入!
标签为:wordpress RSS
-
Jesse
-
Jesse
hacking p2 theme…
-
Jesse
WordPress 调用文章中的外部链接图片
在 functions.php 添加下面的函数:
function getImage($num) {
global $more;
$more = 1;
$link = get_permalink();
$c[......] -
Jesse
wordpress You do not have sufficient permissions to access this page.
-
Jesse
wordpress feedwordpress hacks
-
Jesse
Warning: unserialize() expects parameter 1 to be string, array given in G:~\wp-content\plugins\wordpress-fil[......]
-
Jesse
WordPress 图片缓存插件 http://wordpress.org/extend/plugins/search.php?q=image+cache&sort=
-
Jesse
WordPress MU 多网站使用顶级域名 http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/
-
Jesse
WordPress 3.0 功能与特点: http://codex.wordpress.org/Version_3.0
-
Jesse
WordPress 自带更改网站背景图片功能 ( add_custom_background(); ),虽然简单点,但实现了基本的需要。晕~ 忙活了大半天,自己添加了一个类似的功能,比内置的复杂些!
-
Jesse
WordPress 添加上传图片更换网站背景功能
为了使网站更加个性化,根据需要方便快捷的更换网站的背景图片,对模板进行了进一步的修改,在后台“外观”菜单下添加一个新的菜单”Background”,实现图片上传、选择设定图片为网站背景的功能。
有图有真相:[......]
-
Jesse
Working on WordPress plugin and theme development..
-
Jesse
Hacking WordPress P2 theme. (P2 version 1.1.5)
-
Jesse
wordpress 邮件发文设置(gmail 为例):
1. wordpress 后台设置邮箱服务器:ssl://pop.gmail.com 端口:995
2. 在 gmail 中开启 pop 协议支持。
3. 往邮[......] -
Jesse
p2 theme 取消 admin_ajax 实时刷新显示功能:
go to your functions.php file and delete these two lines:
add_action( ‘wp_a[......] -
Jesse
wordpress nokia 模板开发 http://dev.nokia.wordpress.org/
-
Jesse
wp 刚装上 – 第一条 status~
-
Jesse
第一篇文章
WordPress 打造的微博客网站。
-
Mr WordPress
Hi, this is a comment.
To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.
-
Jesse 2010年09月06日 06:07 链接 |
操作插件是偶尔会出现这个错误提示。刷新一下就没事了。