| Plugin | Version | Description |
|---|---|---|
| Audio player | 1.2.2 | Highly configurable single track mp3 player. By Martin Laine. |
| Extended Live Archives | 0.10beta-r18 | Implements a dynamic archive, inspired by Binary Bonsai and the original Super Archives by Jonas Rabbe. Visit the ELA option panel to initialize the plugin. By Arnaud Froment. |
| Akismet | 1.15 | Akismet checks your comments against the Akismet web serivce to see if they look like spam or not. You need a WordPress.com API key to use this service. You can review the spam it catches under “Manage” and it automatically deletes old spam after 15 days. Hat tip: Michael Hampton and Chris J. Davis for help with the plugin. By Matt Mullenweg. |
| CodeHighlight | 1.0 Beta 3.1.1 | Adds syntax highlighting to your code, or simply allows you to post workable code not affected by the WordPress text replacement features. By Chroder. |
| CoolCode | 3.3 | Adds syntax highlighting and line number to your code, base on Text_Highlighter. By andot. |
| FAlbum | 0.6.6 | A plugin for displaying your Flickr photosets and photos in a gallery format on your Wordcodess site. By Elijah Cornell. |
| Hello Dolly | 1.5 | This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page. By Matt Mullenweg. |
| o42-CC | 0.1.1 | Select CC license, automatically sign your work. Configure in Options → o42-CC. By Michael Renzmann. |
| Feedburner Feed Replacement | 2.02 | Forwards all feed traffic to Feedburner while creating a randomized feed for Feedburner to pull from. By Steve Smith. |
| Show recent comments V2 | 2.5 | Show latest 5 comments and a piece of the comment… By McMike. |
| Related Posts | 2.02 | Returns a list of the related entries based on active/passive keyword matches. By Alexander Malov & Mike Lu. |
| Spam Karma 2 | 2.2 r3 | Ultimate Spam Killer for WordPress. Activate the plugin and go to Manage >> Spam Karma 2 to configure. See Spam Karma 2 >> About for details. By dr Dave. |
| Google Sitemaps | 2.7.1 | This generator will create a Google compliant sitemap of your WordPress blog. By Arne Brachhold . |
| StatTraq | 1.0a beta | This plugin will allow you to keep track of every hit on your public WordPress site (note that it does not track admin activity) By Randy Peterman. |
| TechnoTag | 1.2.4 | Allows Technorati tags within |
| Ultimate Tag Warrior: Tag Archive | 1.0 | Renders an archive view, based on tags. Depends on Ultimate Tag Warrior 2.5.1+ By Christine Davis. |
| Ultimate Tag Warrior | 3.1 | UTW2: Like UTW1, but with even greater justice. Allows tagging posts in a non-external-system dependent way; with a righteous data structure for advanced tagging-mayhem. By Christine Davis. |
| Ultimate Tag Warrior | 1.3 Legacy | Add tags to wordcodess. Tags and tag/post associations are seperated out for great justice. By Christine Davis. |
| Random Quotes | 1.3 | This plugin allows you to embed random quotes into your pages. It also has a spiffy management tool in the administrative console. By Dustin Barnes. |
| WP-PageRank | 0.5 | Display the Google PageRank? of the current page. By Jan Grewe. |
| Tiger Style Administration | 1.3 | After working with WordPress for several months now, I felt the Administration area needed a little “freshening up”. I wanted the utility to feel more like an application, and less like a traditional website. By Steve Smith . |
| WordPress Database Backup | 1.7 | On-demand backup of your WordPress database. By Scott Merrill. |
Tag Archive for 'plugin'
Random Quotes very simple and smarty plugin for diplay random quotes I installed.
Features
- It uses the database to store quotes, not a text file.
- It has a spiffy administrative interface (screenshot).
- You can call up a random quote, or a specific quote in your pages
- New: You can make a page with all your quotes.
- You can turn certain quotes “off,” without actually deleting them
- The quote layouts are done with CSS, so you can stick them anywhere and style them yourself (or follow my instructions below)
API
- wp_quotes_random();: Displays a random quote, in a div with classes as indicated in the installation instructions
- wp_quotes($id);: Displays a specific quote by quote ID. Useful if you want to embed a quote in a page, maybe?
- <!–wp_quotes_page–>: Putting this in any post or page entry will spew the entire list of quotes in your database
Coolcode is a powerful plugin for programming code, adds syntax highlighting to your code. It base on Text_Highlighter and CodeHighlight. There is a list show which language it can work on.
- actionscript
- cpp
- css
- diff
- dtd
- html
- java
- javascript
- mysql
- perl
- php
- python
- ruby
- sql
- xml
Your can download the lastest version at here.
How to use?
Simple use
1 2 | <code> your script here |
Highlight your script
1 2 | <code lang="you language name"> your script here |
Don't display the line number
1 2 | <code linenum="off"> Your script here |
Download as a file
1 2 | <code download="file.txt"> Your script here |
And you can use the 3 options together.
Recent Comments