
wordpress
Arron.xiw
没有天生的天才,只有努力的结果
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WordPress Essentials: Interacting With The WordPress Database
In this article, I will show you how to get started with the $wpdb class, how to retrieve data from your WordPress database and how to run more advanced queries that update or delete something in the转载 2012-03-16 10:11:28 · 738 阅读 · 0 评论 -
wordpress 表单数组提交
笔记二 id="v" cols="40" rows="6">原创 2012-04-25 15:40:10 · 1560 阅读 · 0 评论 -
创建新页面
笔记:创建模板->创建new page->get link 生成页面步骤原创 2012-04-18 18:57:54 · 375 阅读 · 0 评论 -
wordpress 调用头像
$email=你调用出来的email赋给;$img_url = "http://www.gravatar.com/avatar.php?gravatar_id=".md5($email);?>" width="60" height="60" alt="" />原创 2012-04-19 11:37:30 · 1529 阅读 · 0 评论 -
wordpress 数据结构图
注:wp_term_relationships 表中的object_id 跟post_id 关联。查了很久,做个笔记原创 2013-10-17 11:29:23 · 1009 阅读 · 0 评论