Editor náhledových obrázků

**Post Thumbnail Editor**
„http://wordpress.org/extend/plugins/post-thumbnail-editor/“:http://wordpress.org/extend/plugins/post-thumbnail-editor/

To meet the needs of themes where the post-thumbnails have random and capricious sizes (which causes wordpress to crop images simply from the middle (either chopping off the top and bottom or chopping off the sides), this plugin attempts to give the users an interface to manually fix those thumbnail and random images.

Blokové vkládání odkazů

**Smart Links**
„http://wordpress.org/extend/plugins/wezo-smart-links/“:http://wordpress.org/extend/plugins/wezo-smart-links/

The plugin enables the bar of the post formatting options. Links will be saved in the bank and will be available in Smart Links List tab.

[* http://s.wordpress.org/extend/plugins/wezo-smart-links/screenshot-2.png?r=540191 *]

Download souborů

**Download Monitor**
„http://wordpress.org/extend/plugins/download-monitor/“:http://wordpress.org/extend/plugins/download-monitor/

A a plugin for uploading and managing downloads, tracking download hits, and displaying links. Built in sorting, pagination, and search.

„Dokumentace »“:http://blue-anvil.com/archives/wordpress-download-monitor-3-documentation/
„Použití »“:http://mikejolley.com/projects/download-monitor/
„Čeština »“:http://wordpress.mantlik.cz/plugins/download-monitor/

*Alternativy*

**Easy Digital Downloads**
„http://wordpress.org/extend/plugins/easy-digital-downloads/“:http://wordpress.org/extend/plugins/easy-digital-downloads/

Selling digital downloads is something that not a single one of the large WordPress ecommerce plugins has ever gotten really right. This plugin aims to fix that. Instead of focusing on providing every single feature under the sun, Easy Digital Downloads tries to provide only the ones that you really need.

**WP-DownloadManager**
„http://wordpress.org/extend/plugins/wp-downloadmanager/“:http://wordpress.org/extend/plugins/wp-downloadmanager/

Adds a simple download manager to your WordPress blog.
„Review »“:http://dpotter.net/technical/2007/11/wp-downloadmanager-wordpress-plugin-review/

**Downloads**
„http://robm.me.uk/projects/plugins/wordpress/downloads“:http://robm.me.uk/projects/plugins/wordpress/downloads

A simple plugin that lets you easily offer downloads of files from WordPress posts and pages.

**Drain Hole**
„http://wordpress.org/extend/plugins/drain-hole/“:http://wordpress.org/extend/plugins/drain-hole/
„http://urbangiraffe.com/plugins/drain-hole/“:http://urbangiraffe.com/plugins/drain-hole/

A centralized download manager, with full monitoring and statistics, versioning, SVN support, and SEO download URLs (no more nasty query strings!)

„Přehled a porovnání řešení pro WordPress »“:http://weblogtoolscollection.com/archives/2009/11/06/the-best-of-series-download-managers/
„5 Download Manager Plugins for WordPress »“:http://www.webdesignlessons.com/5-download-manager-plugins-for-wordpress/

Publikování příspěvků z Twitteru

**Twitter Feed for WordPress**
„http://wordpress.org/extend/plugins/wp-twitter-feed/“:http://wordpress.org/extend/plugins/wp-twitter-feed/

The WordPress Twitter Feed Plugin lets you simply output any user’s tweets into your WordPress page, template or sidebar! You can customise the username, number of tweets, and style of ouput.

*Alternativy*

**Twitter Widget Pro**
„http://wordpress.org/extend/plugins/twitter-widget-pro/“:http://wordpress.org/extend/plugins/twitter-widget-pro/

A widget that properly handles twitter feeds, including @username, #hashtag, and link parsing. It supports displaying profiles images, and even lets you control whether to display the time and date of a tweet or how log ago it happened (about 5 hours ago, etc).

**Tweet Blender**
„http://wordpress.org/extend/plugins/tweet-blender/“:http://wordpress.org/extend/plugins/tweet-blender/

Tweet Blender is tag-aware and has support for multiple authors, lists, hashtags, and keywords all blended together. The plugin can show tweets from just one user or a list of users (as all other Twitter plugins do); however, it can also show tweets for a topic which you can define via Twitter hashtag or keyword. But there is more! It can also show tweets for multiple authors AND multiple lists AND multiple keywords AND multiple hashtags all blended together into a single stream.
Version 3 added a new widget that automatically shows tweets relevant to your blog post by taking post’s tags and using them as keywords for Twitter search.

**Latest tweets**
„http://wordpress.org/extend/plugins/latest-tweets/“:http://wordpress.org/extend/plugins/latest-tweets/

This widget displays a defined number of your latest tweets in your blog.

**Vložení vlastního kódu do šablony**

/—code php
„, file_get_contents($feed));

$i = 0;
foreach ($dopole as $obsah) {
$vyhod = stristr($obsah, „„);
$obsah = str_replace($vyhod, „“, $obsah);
$obsah = str_replace(„<„, „<", $obsah); $obsah = str_replace(">", ">„, $obsah);
$obsah = str_replace(“ class=\“ \““, „“, $obsah);
if ($i > 0) echo $obsah.“
\n“;
$i++;
}
?>
\—

Rozbalovací mega menu

**JQuery Mega Menu Widget**
„http://wordpress.org/extend/plugins/jquery-mega-menu/“:http://wordpress.org/extend/plugins/jquery-mega-menu/
„http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-drop-down-mega-menu-widget/“:http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-drop-down-mega-menu-widget/

Creates a widget, which allows you to add drop down mega menus from any standard WordPress custom menu using jQuery. Can handle multiple mega menus on each page, offers either „fade In“ or „slide down“ effects and the option to use hover or click to show the sub-menu. For best results use 3 levels for the custom menu.

„Demo »“:http://www.designchemical.com/lab/demo-wordpress-jquery-mega-menu-plugin/

[* http://www.designchemical.com/media/images/custom_wordpress_mega_menu_s.jpg *]

**jQuery Vertical Mega Menu**
„http://wordpress.org/extend/plugins/jquery-vertical-mega-menu/“:http://wordpress.org/extend/plugins/jquery-vertical-mega-menu/
„http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-mega-menu-widget/“:http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-mega-menu-widget/

Creates a widget, which allows you to add flyout vertical mega menus from any standard WordPress custom menu using jQuery. Can handle multiple vertical mega menus on each page and offers 3 animation effects – show/hide, fade In or slide out. Widget also gives the option of selecting left or right for the flyout menu depending on where you side column is. For best results use 3 levels for the custom menu.

„Demo »“:http://www.designchemical.com/lab/demo-wordpress-jquery-vertical-mega-menu-plugin.html

[* http://www.designchemical.com/media/images/vertical_mega_menu_s.jpg *]

**JQuery Accordion Menu Widget**
„http://wordpress.org/extend/plugins/jquery-vertical-accordion-menu/“:http://wordpress.org/extend/plugins/jquery-vertical-accordion-menu/
„http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-accordion-menu-widget/“:http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-accordion-menu-widget/

Creates vertical accordion menus from any WordPress custom menu using jQuery. Add menus using either widgets or shortcodes. Features include – handles multiple levels, saved state using cookies, add count of number of links and option of selecting „click“ or „hover“ events for triggering the menu.

„Demo »“:http://www.designchemical.com/lab/demo-wordpress-vertical-accordion-menu-plugin/

[* http://www.designchemical.com/media/images/vertical_accordion_plugin.jpg *]

Plovoucí box (sidebar) – obecný, s menu či kontaktním formulářem

**Floating Menu**
„http://wordpress.org/extend/plugins/floating-menu/“:http://wordpress.org/extend/plugins/floating-menu/
„http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-floating-menu/“:http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-floating-menu/

Creates a widget, which adds a floating, sticky, drop down menu from any standard WordPress custom menu using jQuery. Can handle multiple floating menus on each page and the location of each menu tab can be easily set from the widget control panel. Menu can also be activated either by ‚hover‘ or ‚click‘.

„Demo »“:http://www.designchemical.com/lab/demo-wordpress-jquery-floating-menu-plugin/

**Slick Contact Forms**
„http://wordpress.org/extend/plugins/slick-contact-forms/“:http://wordpress.org/extend/plugins/slick-contact-forms/

Creates a widget, which adds a contact form using either a *floating*, *drop down button* or a *sticky*, sliding tab. Can handle multiple forms on each page and the location of the floating button or sliding tab can be easily set from the widget control panel.

Each form includes up to 3 text input fields and one text area. The input labels and type of validation can be set via the widget control panel. The plugin includes validation for the form fields using animated error messages.

„Demo »“:http://www.designchemical.com/blog/index.php/wordpress-plugin-slick-contact-forms/

**WP Float**
„http://wordpress.org/extend/plugins/wp-float/“:http://wordpress.org/extend/plugins/wp-float/

WP Float enables you to add a float/fixed item to WordPress. This can be used for Advertisements, Images, Text or any HTML. You can choose to show the float/fixed item on the homepage only, posts only or pages only.

**Strx Magic Floating Sidebar Maker**
„http://wordpress.org/extend/plugins/strx-magic-floating-sidebar-maker/“:http://wordpress.org/extend/plugins/strx-magic-floating-sidebar-maker/
This plugin will make your sidebar follow your visitors while they scroll up and down the page.

„Demo »“:http://www.sulmonte.org/

**Floating Widgets**
„http://wordpress.org/extend/plugins/floating-widgets/“:http://wordpress.org/extend/plugins/floating-widgets/

The floating widgets plugin makes it easy to add a widgetized area right above or beside your main content regardless of which theme you are using. You can have full control of where and how your widgets are displayed without having to edit your theme at all.

Optimalizace obrázků

**SEO Friendly Images**
„http://wordpress.org/extend/plugins/seo-image/“:http://wordpress.org/extend/plugins/seo-image/

Adds alt and title attributes to all your images. Improves traffic from search engines and makes the image tags W3C.
Automatically updates all images with proper ALT and TITLE attributes for SEO purposes. If your images do not have ALT and TITLE already set, SEO Friendly Images will add them according the options you set.

Optimalizace pingů

**cbnet Ping Optimizer**
„http://wordpress.org/extend/plugins/cbnet-ping-optimizer/“:http://wordpress.org/extend/plugins/cbnet-ping-optimizer/

Save your wordpress blog from getting tagged as ping spammer. WordPress blog pings unnecessarily every time you edit a post. Avoid it with this plugin.
Will automatically be pinged when you publish new posts or drafts. Not when you publish future posts or edit previously published posts, as WordPress does by default.

*Alternativy*

**WordPress Ping Optimizer**
„http://wordpress.org/extend/plugins/wordpress-ping-optimizer/“:http://wordpress.org/extend/plugins/wordpress-ping-optimizer/

When you create a new post, your blog will ping and notify all the ping services that it has been updated. This encourages search engines and different blog directories/services to index your updated blog properly.
When you edit an existing post, it won’t send any unnecessary ping to ping services and saves your blog from getting banned by such services.
When you post a future post by editing the time stamp, it will ping only when your post appears in future.

Vylepšení integrované galerie

**Cleaner Gallery**
„http://wordpress.org/extend/plugins/cleaner-gallery/“:http://wordpress.org/extend/plugins/cleaner-gallery/

Improving of the invalid HTML that WordPress produces when using the shortcode.
It does a bit more than that though. It will integrate with many Lightbox-type scripts and allow you to do much cooler things with your galleries. Plus, it has a couple of extra options that you can play around with.

– Validates the aweful HTML that WordPress spits out.
– Several options on how you want your gallery images.
– Allows multiple galleries in a single post.
– Ability to set the number of images shown in each gallery.
– Ability to exclude or include any images from your gallery.
– Doesn’t load any CSS or JavaScript unless you choose to do so.

Integrates with 18 different Lightbox-type scripts (Lightbox, Slimbox, Thickbox, Greybox, FancyBox etc.)

„Úprava CSS“:http://wordpress.org/support/topic/edit-gallery-margins. A „další rozumy zde“:http://wordpress.org/support/topic/how-to-style-gallery.

Publikování téhož příspěvku na více webech

**Multipost MU**
„http://wordpress.org/extend/plugins/multipost-mu/“:http://wordpress.org/extend/plugins/multipost-mu/

Multipost MU is a WordPress MU plugin that allows you publish a post or page made to a single blog across multiple blogs. An option panel is added to the sidebar of the Add/Edit post and Add/Edit page screens that allow you to select other blogs to which the current post/page is published. If the „master post/page“ is edited or deleted, all multiposted copies will also be edited or deleted.