Blog
原文:staska.net 翻译:sein 似乎每个写博的人都列举过自己喜欢的插件,这篇关于 wordpress 插件的文章,是在总结了 48个列表280个插件的基础上写出来的。 Akismet :规则严厉的反 spam 插件。 Google Sitemap Generator :SEO 利器,生成规范的站点地图以便 Google 收录。 Related posts :自动搜索并列举相关文章的插件。 Wp-Contact form :给你的 blog 加一个联系表单。加强版 / 防 spam 版 WordPress database backup :数据库备份插件,免得进 phpmyadmin 那么麻烦,如果你的主机支持 smtp 的话,还可以直接把备份发送到邮箱。 Feedburner Feed Replacement :将原始 feed 地址转向到 feedburner 的烧录地址。 Ultimate Tag Warrior :经典的 tag 插件。 Subscribe to comments :让回复者订阅该主题的回复,这样可以一厢情愿的让读者收到你的骚扰邮件。 AdSense Deluxe [...]
A lot of people have been debating back and forth lately about post formats and custom post formats. This discussion also gets all confused with post types, and custom taxonomies, and categories, and tags… It’s time for some clarity. Mark had a really good poston the topic, but I think this needs to be explored in [...]
Some people are confused about the Post Formats feature that will be made available to themes in WordPress 3.1, especially how it differs from Custom Post Types. CUSTOM POST TYPES These were poorly named. Think: Custom Content Types. That is, non-post content. Examples: employees, products, attachments, menu items, pages, pets. If you want it to show up [...]
Post Formats is a theme feature introduced with Version 3.1. A Post Format is a piece of meta information that can be used by a theme to customize its presentation of a post. The Post Formats feature provides a standardized list of formats that are available to all themes that support the feature. Themes are [...]
Custom fields in WordPress make it easy to customize your theme in a variety of ways; plus, they are simple to implement for posts and pages. Attachments, on the other hand, take a bit more work to implement, requiring you to read through and decipher core source code in order to make them work. We’ll [...]
PDF Plugins for WordPress Recently, one of my clients who is on a WordPress platform requested that I provide them with the functionality to render some of their web pages to Adobe PDF format. At first thought I thought this was not a big deal and I should simply be able to complete this task [...]
Hover above and feel for yourself, the nifty effect of Lava Lamp. What you just experienced is nothing but the LavaLamp menu packaged as a plugin for the amazingjQuery javascript library. I personally believe that the effect rivals that of flash – Don’t you? Especially considering the fact that it is extremely light weight. Just [...]
Introduction Cron is a system daemon used to execute desired tasks (in the background) at designated times. A crontab is a simple text file with a list of commands meant to be run at specified times. It is edited with a command-line utility. These commands (and their run times) are then controlled by the cron [...]
Twitter appears on innumerable personal and professional websites nowadays, whether it is a simple “Follow me” badge in the header or a display of the author’s latest tweets in the sidebar. No longer a fad, Twitter is now a necessity for every website, not just for sharing your thoughts and keeping in touch with people, [...]
01. Create a “Twitter This” Button for WordPress Posts Creating a “Tweet This” button for your blog posts are fairly very easy. Use this following code on your single.php file, within the loop to create a button. This is the basic code for a typical “Twitter This” Button, you can use some images or CSS styling [...]
