|
| WordPress 根据第一个字母列出分类 by 隐藏人物 |
| 2.`term_id`) /* Join tables on term_id */
AND (t2.`taxonomy` = 'category') /* Make sure we get category taxonomy */
/* Change parent (remove) according to your needs to dig deeper */
AND (t2.`parent` = {$parent}) /* Remove to get all, not just top level */
/* Remo ... |
| www.geekaa.com/topic/view/4870.html - 2016年3月28日 |
|
| ThinkPHP 微信登陆 (微信PC扫码授权登陆) php 最简单代码 by 隐藏人物 |
| http://www.thinkphp.cn/code/1556.html
开始登录
//-------配置
$AppID = 'wx033336c794d4';
$AppSecret = 'd4624c36333337af5443d';
$callback = 'http://www.yun8888.net/weixin/'; //回调地址
//微信登录
session_start();
//-------生成唯一随机串防CSRF攻击
$state = md5(uniqid(rand(), TRUE));
$_SESSION["wx_state"] ... |
| www.geekaa.com/topic/view/4868.html - 2016年3月28日 |
|
| WordPress 主题开发技巧:自定义颜色 wordpress theme develop custom colors by 隐藏人物 |
| _customizer_css() {
?>
<style type="text/css">
a { color: <?php echo get_theme_mod( 'tcx_link_color' ); ?>; }
</style>
<?php
}
add_action( 'wp_head', 'tcx_customizer_css' ); ... |
| www.geekaa.com/topic/view/4839.html - 2016年3月2日 |
|
| 老歌翻唱 Say you love me by fennel |
| on my mind
you know it could happen
If you'd only see me in a different light
Baby when we finally get together
You would see that I was right
Say you love me
You know that it would be nice
If you'd only say you love me
Don't treat me like I was ice
Please love me
I'd be yours and you'll be mine
If ... |
| www.geekaa.com/topic/view/4226.html - 2010年4月5日 |
|
| CCK Module Basics by 纵云 |
| video each time you post. Adding a field that is required when you submit ensures that you won't forget to add the link. See my post Adding Fields With CCK for an example.
You could also add a field to make it easier for you to organize or theme your content later. When a piece of information is en ... |
| www.geekaa.com/topic/view/4795.html - 2009年12月7日 |
|
| Creating custom content types with CCK by 纵云 |
| nes).
From the users' perspective, they'll just click on create content>>aardvark review and get a form that asks them to submit their review, the aardvark's color, a recording, and picture. Voila!
http://drupal.org/handbook/modules/cck ... |
| www.geekaa.com/topic/view/4794.html - 2009年12月7日 |
|
| Template Tags/the excerpt by 纵云 |
| replace('[...]', '...', $excerpt);
}
add_filter('wp_trim_excerpt', 'new_excerpt_more');
Notes
Uses: get_the_excerpt.
Uses: apply_filters() for 'the_excerpt'.
Change Log
Since: 0.71
Source File
the_excerpt() is located in wp-includes/post-template.php.
http://codex.wordpress.org/Template_Tags/the_ ... |
| www.geekaa.com/topic/view/4779.html - 2009年11月22日 |
|
| 当淘宝客宣传大使,得妈妈网站资源位!更能申请活动合作! by 神墓 |
| 列链接修改好您的网站英文缩写,如abcd,不能包含其它字符,否则将无法获得资源位)
1.获取淘宝客宣传链接:
1)宣传对象是站长,宣传链接为:
<a target="_blank" href="http://adtaobao.allyes.cn/main/adfclick?db=adtaobao&bid=1455,1416,192&cid=31357,418,1&sid=52502&ref=zztg_您网站的英文缩写&show=ignore&url=http://taoke.alimama.com/channel/zhanzhangtuiguang. ... |
| www.geekaa.com/topic/view/4765.html - 2009年11月11日 |
|
| ubuntu 8.10别用rootguide的源 by 隐藏人物 |
| t Server”找到的源,理应最好吧?
速度是很快,但是下载了白鸦的互联网产品的需求分析在ubuntu下一看,中文没了。
所以查找了一下解决pdf中文乱码的方法。
如下:
sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional poppler-data
可是出错。三个包分开install也是出错。存在依赖关系,可是所依赖的包又无法被安装。
料想也许是软件源问题,把rootguide的源改掉,果然就ok。
我现在用的是lupaworld的源:
deb http://mirror.lupawo ... |
| www.geekaa.com/topic/view/2529.html - 2009年11月8日 |
|
| 8种免费开源PHP商城系统介绍 by hgta |
| Sometimes you can not afford to get a custom shopping cart coded, the perfect solution to this situation is to get the best of the Open Source Shopping Carts.
We have used, reviewed and tries our hands on plenty of open source shopping carts and put together a list of the best carts. Following are ... |
| www.geekaa.com/topic/view/4761.html - 2009年11月7日 |
|
|