一切终将化为虚无。。
wordpress
NextGEN Gallery的调用
十 14th
官方参考方法:http://wordpress.org/extend/plugins/nextgen-gallery/faq
1. 插入一个幻灯片: slideshow id=x w=width h=height
效果预览: nextgen.boelinger.com/slideshow
2. 插入一个相册: album id=x template=extend 或 album id=x template=compact
效果预览: nextgen.boelinger.com/album/
3. 插入一个图集: nggallery id=x
效果预览: nextgen.boelinger.com/gallery-page
10个神奇的.htaccess技巧(for WordPress)
八 19th
1. 重定向WordPress的订阅地址
除了修改WordPress的模板文件来定制其输出的RSS Feed链接地址外,还可以使用.htaccess文件来进行设置(替换yourrssfeedlink为自己的Feedburner地址)。
更多 >
50个最强WordPress教程
八 13th
作为一个web开发者,永远都有新技术要学习,老技术要加强。如果你想拓展你的客户群,wordpress当下是一个比较热门的领域。下面是一系列精心收集的最佳WordPress教程,能助你成为一个专业的wordpress开发者。
WordPress 基础
1.揭开 comments.php 文件的秘密
Nettuts+ 的作者 Gilles Maes 发表的一篇overview of the comments.php file 详细的向你阐述WordPress主题文件中的comments.php文件。
Twitter Tools Plugin使用说明
三 14th
Twitter Tools 是一个WP插件,完美整合您Twitter的帐户在您的WordPress的博客中。
标签: twitter, tweet, integration, post, digest, notify, integrate, archive, widget
作者: alexking.org
中文支持:Anson Ho 何烨
最低需求版本: 2.3
测试兼容版本: 2.7.1
WordPress 的投票插件
二 25th
简单介绍
Starbox Voting 是一款 WordPress 的投票插件,访问者可以对他站点上的文章投票,并且每个IP每篇文章只能投一次票。
安装介绍
- 上传解压后的文件夹 `starbox` 到你的 WordPress 插件文件夹 `/wp-content/plugins/`
- 在 WordPress后台激活 starbox插件
- 插入括号内的代码到 (<?php starbox_voting(get_the_ID()); ?>) 你的模板文件的(index.php,archive.php)循环里面.
- 也可以插入括号内代码 (<?php starbox_voting(get_the_ID()); ?>)到文章页面 (single.php) or 自定义页面(page.php)里面.
- 可以在Wordpress后台的 Options > Starbox ( WordPress 低于 2.3), Settings > Starbox(Wordpress 版本高于 2.5)管理你的投票样式
下载
使用Google自定义搜索引擎
二 12th
这个周末终于可以休息一天半了,抽空将Google自定义搜索添加到了WordPress中,感觉查询速度比使用WordPress本身还快,值得各位blogger试试。过程比较简单,可以在右上角直接搜索或点击这里预览效果。
1、创建Google自定义搜索引擎:在下面页面登录你的Google账户,创建一个自定义搜索引擎。
http://www.google.com/coop/cse/
2、创建好搜索引擎后,在其控制面板的“代码”中获取搜索代码:选择“在您的网站上托管搜索结果”,下面根据喜好选择iframe或者overlay,前者需要新建一个页面用于输出搜索结果,后者实现的是类似ajax的效果直接在搜索页显示结果。我选择的是iframe,有两段代码。
FCKEditor
二 4th
=== Dean’s FCKEditor For WordPress ===
Contributors: Dean Lee
Tags: post, fckeditor, editor,WYSIWYG
Requires at least: 2.2
Tested up to: 2.6.2
Stable tag: trunk 更多 >
TinyMCE Advanced
二 4th
This plugin adds 16 plugins to TinyMCE, WordPress’ wysiwyg editor: Advanced hr, Advanced Image, Advanced Link, Context Menu, Emotions (Smilies), Full Screen, IESpell, Layer, Media, Nonbreaking, Print, Search and Replace, Style, Table, Visual Characters and XHTML Extras. Together these plugins can add over 40 new buttons to the toolbar, which is now two rows plus one hidden row. Some of the new features added by this plugin are:
- Imports all CSS classes from the main theme’s stylesheet and add them to a drop-down list.
- Font size and font family selection.
- Support for making and editing tables.
- Advanced link and image dialogs that offer a lot of options.
- Search and Replace while editing.
- Support for XHTML specific tags and for (div based) layers.
- Support for adding inline css styles to any element. 更多 >
近期评论