35个多人博客wp插件

November 13th, 2008 No Comments   Posted in Wordpress相关

很多插件都很不错,团队blog必备!

35个多人博客wp插件 | 煎蛋.

Blogger Templates:免费博客资源站点

November 11th, 2008 No Comments   Posted in Wordpress相关

免费博客模板资源站点。

Blogger Templates

Automattic收购投票服务网站PollDaddy:Wordpress将整合投票服务

October 16th, 2008 No Comments   Posted in Wordpress相关, 网络资讯

PollDaddy, the online polling and survey tool we use a lot here on RWW, has been acquired by Automattic, the company behind the popular WordPress blogging platform. This is Automattic’s second major acquisition in a short time. Just three weeks ago, Automattic also announced the acquisition of IntenseDebate, a popular blog commenting plugin. Neither Automattic nor PollDaddy, an Irish startup, released the terms of the acquisition.

PollDaddy users have already created about 1 million polls and users have cast over 195 million votes. The online polling market is highly contested, with dozens of competitors, but PollDaddy has established itself as a high-quality choice among bloggers and, for many, has become synonymous with online polls.

Integration with WordPress

PollDaddy and WordPress were already working on integrating PollDaddy into the WordPress.com platform, and, as PollDaddy’s founders put it, “in the end, it just seemed like the perfect fit for us to join them.” As has been the standard for Automattic’s acquisitions, PollDaddy will continue to operate as a standalone platform and the company will continue to support and develop it on other blog and social networking platforms.

WordPress.com has already integrated PollDaddy’s functionality for its users, who can now easily add surveys to any blog post, which will surely give PollDaddy’s user numbers a significant boost. Automattic is also making a PollDaddy plugin available for self-hosted WordPress blogs.

Automattic Acquires PollDaddy: Polls Come to WordPress.com - ReadWriteWeb.

Wordpress教程:教你如何在侧边轻松加上Tab栏

October 5th, 2008 3 Comments   Posted in Wordpress相关

What’s the best script?

The recent blog redesign gave me a bit of a head ache. In order to implement the tabbed navigation from my sidebar, I had to test a couple of scripts. I know all of them integrate like a charm on other Wordpress blogs, but for one reason or another, each time I finished setting up and customizing a certain script, some new weird bug showed up.

The problems were caused by various factors (some of them very weird): having other anchor links (like #comments) in my Wordpress theme, a conflict between Prototype framework used by Wordpress and jQuery used by a script, etc, etc.

So after testing DomTab, Tabifier and idTabs, I finally managed to get the job done. When all hope was lost, I thought I should give Yahoo! UI Library a shot. They have this really neat component called TabView, which in my case worked like clockwork. On top of that, it’s pretty quick and has absolutely no flicker or delay when loading the content. All the other scripts had at least a small delay.

I saw implementations of each of the above mentioned scripts on Wordpress and they all have pretty much the same HTML structure. Still, I think the Yahoo! TabView is the best choice.
Implementing Yahoo! TabView

In this Wordpress tutorial I won’t go into too many details about the script or HTML, since you can get all that info from the TabView homepage. Instead, I will focus on the specifics of using this script with Wordpress, as well as pointing out what CSS code you need to add to your style.css file, for a seamless integration with your Wordpress theme.

First of all, you need to know that you won’t be able to insert widgets into the tabbed navigation, using the visual editor from Wordpress admin. You can still add widgets, but outside the tabbed navigation.

I personally stopped using widgets in themes that I design for myself. So if you are ready to “get your hands dirty” and really customize your own theme, I think this is the best way to go.

So just add the script reference to your header.php and the HTML code to the sidebar.php file. Now you’re ready to perform some CSS surgery. ;) We’ll use the script’s built-in styles.

Wordpress Tutorial: Adding tabs to your blog sidebar | Custom Wordpress Theme Design.

8个WordPress页面管理插件[Plugin]

September 24th, 2008 No Comments   Posted in Wordpress相关

While the page feature in WordPress has been a mainstay of the blogging platform for years, it doesn’t get a whole lot of love from the

programmers or plugin community. Here are 8 plugins that are compatible with at least WordPress 2.5 that will allow you to change their order, make sub-pages easier to navigate, add tags and more.

As always, don’t install all of these unless you want to decrease your blog’s response time.

My Page Order - A simple plugin that allows you to easily rearrange your pages into whatever order you’d like.

pageMash - Gives you AJAX control over the order of your pages and the ability to hide ones you don’t want to be seen.

Page Management Dropdown - Allows you to choose which page to edit from a drop down menu as well as gives you the option of starting a new page. Works well for WordPress installs being used as a CMS. Must be used in conjuction with an admin drop down plugin.

Page Restrict - You can select all, none or some of your pages to be viewable only by registered users. Great for sites being used as a CMS.

阅读全文:8 WordPress Plugins for Page Management - Mashable

WP125: WordPress博客125*125广告管理插件

September 8th, 2008 No Comments   Posted in Wordpress相关

125*125广告基本已经成为博客中主流的广告格式,尤其是在国外,大多数博客都选择使用125格式来展示推介广告或出售中广告位。现在介绍一个专为125广告而设的Wordpress插件,如果你是那种博客有很多推介广告的朋友,强烈推荐使用。

WP125是一个专门用来管理125广告的WordPress插件,其主要特点包括:

* 所有广告代码在后台添加,不需要修改WordPress模板标签。

* 可随机变换广告位置。效果类似于TechCrunch或RWW。(当然也可以选择不使用随机)

* 可对每个广告进行点击统计。

* 可设置广告的有效期。比如设为30天,30天后会自动撤除。

* 可在广告组下面添加一个投放广告的页面链接。

* 其它广告数,每栏显示几个广告这些最基本的功能都是有的。

* 支持Widget。也支持模板标签直接调用。

* 虽然是专为125广告而设,当然也是可以自定义其它你需要的广告尺寸的。

WP125: WordPress博客125*125广告管理插件 | 帕兰映像.

解决WordPress 2.6日志ID不连续的方法

September 8th, 2008 No Comments   Posted in Wordpress相关

已经发布的WordPress 2.6版有一个很讨厌的功能,就是Post Revisions(文章的版本控制),在默认的情况下,日志的ID将不再连续,使用ID做为Permalink结构的用户将会看到一个地址越来越混乱的WordPress,现在我给一个解决WordPress的ID不连续的方法。

按照此文的方法,在wp-config.php文件中增加一行define(’WP_POST_REVISIONS’, false),同时安装“禁用WordPress自动保存的插件”,在WordPress后台启用此插件。

请注意这两个操作缺一不可,如果不启用“禁用WordPress自动保存的插件”,那么每篇文章都会出现一个自动保存的记录。

另外,对于数据库有“洁癖”的WordPress用户来说,可能想要删除由于Post Revisions导致的表内的垃圾信息,同时将ID设置为连续,下面是我写的一段SQL脚本,请在phpmyadmin中使用。

解决WordPress 2.6日志ID不连续的方法-月光博客.

Wordpress插件: Where did they go from here?

August 30th, 2008 No Comments   Posted in Wordpress相关

如果你有在Amazon购物过, 你可能会记得里面有 “Customers who bought this item also bought” 这样的产品列表, 显示购买过当前产品的用户还购买过哪些产品. 这样极具交互性的设计在现在的众多Web2.0的网站随处可见, 你在豆瓣, YOBO, 土豆等网站都能找到类似的功能.

现在, 如果你使用Wordpress, 你也可以这样做. Weblog Tools Collection提供了一个名叫”Where did they go from here?“的插件, 这个插件可以显示一份当前页面的读者还阅读过哪些页面的文章列表.

效果可以看本站留言框下方

Wordpress插件: Where did they go from here? | 帕兰映像.