Admin Interface
- Lighter Admin Drop Menus, Plugin Origin
- WP-DBManager
- WP-Cache
- Maintenance-Mode
- Search and Replace
- Role Manager
- WordPress Update Monitor
- Redirection, Plugin Website
- WP Vault
Header/Meta Data
- HeadMeta – Unused
- HeadSpace2
Editor
Code basedVisuell based
Spell Checker
Editing Enhancement
other Content Plugins
Widgets
- Flexi Pages Widget
- Multi Pages widget – Unused
- WenderHost Subpages Widget – Unused
- ajax-calendar, Plugin Website
- category-posts (shows post within a selected cetegory)
- google-ajax-search – Unused
- NAVT
- Who Linked
- WP Polls
- WP-chgFontSize
- Fold Category List. see also Widgets and the “Foldable” plugins
- Fold page list, see also Widgets and the “Foldable” plugins
- Folding Categories List Widget
- king-widget-framework – Useless if no plugin is working…
- wordpress-widget-king-categories
- wordpress-widget-king-pages
- wordpress-widget-king-calendar
Contact Forms
- cforms II, Website Plugin, Insert as Comment “cform”
- WP-Contactform, Insert as Comment “contact form” All Contact Forms based on this one do not load when this is loaded!
- WP Contact Form ][, derived from WP-Contactform. Does look unstyled
- WP Contact Form III, derived from WP-Contactform. Does look unstyled
- Secure Contact, derived from WP-Contactform.
Statistic
- Google Analytics for WordPress
- Popularity Contest
- WordPress.com Stats Needs activation
- WP-Stats, Documentation
- wp-useronline, Documentation
- WP 2.3 statistics Unused
Images
Post Editing
Links
- File Icons
- link indication, Plugin Website, requires additional Icons.
LaTeX
- WP-LaTeX, requires fauxml, limited to math formulas!
- wp-latexrender
Subscribe
- Subscribe to Comments
- subscribe2 – Unused
Syntax Highlighting
Templates
- Templatedia, based on wikipedia templates
- Post Templates
- Article Template – Unused
PHP Execution
- Exec-PHP
- runPHP – Unused
- Inline-PHP (shows no output)
- PHP-Info
Theme Extensions
- wp-print, Documentation
- wp-pagenavi, Documentation
- wp-ajax-edit-comments
- ajax-post-save – Unused
- breadcrumb-nav-xt
CSS Style
- TOC
/* TOC Plugin */ .toc { border: #ccc solid 1px; /*float: left;*/ font-size: .9em; margin: 0 0 5px 12px; width: 400px; } .toc ol { margin: 5px; padding-left: 30px; }
- WP-Syntax
.wp_syntax { color: #100; background-color: #f9f9f9; border: 1px solid silver; margin: 0 0 1.5em 0; overflow: auto; } /* IE FIX */ .wp_syntax { overflow-x: auto; overflow-y: hidden; padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0); width: 100%; } .wp_syntax table { border-collapse: collapse; } .wp_syntax div, .wp_syntax td { vertical-align: top; padding: 2px 4px; } .wp_syntax .line_numbers { text-align: right; background-color: #def; color: gray; overflow: visible; } /* potential overrides for other styles */ .wp_syntax pre { margin: 0; width: auto; float: none; clear: none; overflow: visible; }
- link indication
/* For Link Indication plugin */ a.liexternal { padding-right: 12px; background: url(images/links/link-icon_external_12.png) no-repeat right; } a.liwikipedia { padding-right: 14px; background: url(images/links/link-icon_wikipedia.gif) no-repeat right; } a.liimdb { padding-right: 18px; background: url(images/links/link-icon_imdb.png) no-repeat right; } a.liftp { padding-right: 13px; background: url(images/links/link-icon_ftp_01.png) no-repeat right; } a.limailto { padding-right: 18px; background: url(images/links/link-icon_mail_02.gif) no-repeat right; } a.lipdf { padding-right: 16px; background: url(images/links/link-icon_pdf_02.gif) no-repeat right; }
Usage of Theme Extensions
- fold_page_list
wswwpx_fold_page_list ('exclude=38,100,101&depth=4&sort_column=menu_order&title_li=<h 2>' . __('Pages') . '</h 2>' );
- pagenavi
if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
- print
if(function_exists('wp_print')) { print_link(); }
- Breadcrumb Navigation XT (example)
<div class="breadcrumb"> <?php if (class_exists('breadcrumb_navigation_xt')) { // Display a prefix echo 'Navigation: '; // new breadcrumb object $mybreadcrumb = new breadcrumb_navigation_xt; // Display the breadcrumb $mybreadcrumb->display(); } ?> </div> <!-- [breadcrumb] -->
- breadcrumb
<div class="breadcrump"> <?php breadcrumb("home_title=Startseite&home_always=true"); ?> </div>
Having read this I believed it was really informative.
I appreciate you spending some time and effort to put this information together.
I once again find myself personally spending way too much time both reading and posting comments.
But so what, it was still worth it!
old plugins are not working at new version of wordpress.
The Fold Category List plugin has been updated to version 2.0 and should now support WP2.3+.
Could the red colouring be removed?
My catogegories fold correctly on this website because it is not yet 2.3.x based.
This list was created during the build up of a new independent website.
just noticed that your categories do it fine, the fold categories plugin on your list is in red, what are you using and can it be used for categories that are like 8 deep? please email me.
very nice list.
the upgrade to 2.3 has been hell..
im despirately looking for collapsing cat_list or d-tree, they’re on the official wordpress list saying they work but they dont work.