Snížení paměťových nároků až o 20 %

**Pure PHP Localization**
„http://wordpress.org/extend/plugins/pure-php-localization/“:http://wordpress.org/extend/plugins/pure-php-localization/

Converts gettext binary message catalogs to an array of strings. Allows to save some amount of RAM on a shared hosting server. Works with plugin and theme textdomains as well as with the default.

Vhodné zejména pro weby s lokalizačními .po soubory.

Rozbalovací text

**Text Expander**
„http://wordpress.org/extend/plugins/text-expander/“:http://wordpress.org/extend/plugins/text-expander/
„http://en.www.ali.dj/wordpress-plugin-text-expander/“:http://en.www.ali.dj/wordpress-plugin-text-expander/

Allows you to define areas of text that expand/collapse when clicked.
A double-arrow is shown next to the expand-link, which indicates whether the part is collapsed or expanded next.
The expand-part will expand via a jQuery-animation. This looks a lot better, than having the text just appear all of the sudden.

*Alternativy*

**Adjustly Collapse**
„http://wordpress.org/extend/plugins/adjustly-collapse/“:http://wordpress.org/extend/plugins/adjustly-collapse/
„http://www.psdcovers.com/adjustly-collapse/“:http://www.psdcovers.com/adjustly-collapse/

This plugin allows authors to link 2 html elements together as trigger and target. When the trigger is clicked the target will immediately expand to reveal its content.

Údržba databáze

**WP-Cleanup**
„http://wordpress.org/extend/plugins/wp-cleanup/“:http://wordpress.org/extend/plugins/wp-cleanup/

This WordPress plugin will cleanup your WordPress database, which means that it will perform the following actions:

– Remove all post revisions
– Remove all spam comments
– Remove all unapproved comments
– Remove all unused tags
– Remove all unused post meta
– Optimize MySQL tables by removing all unused table space

**Optimize Database after Deleting Revisions**
„http://wordpress.org/extend/plugins/rvg-optimize-database/“:http://wordpress.org/extend/plugins/rvg-optimize-database/

A ‚One Click‘ WordPress Database Cleaner / Optimizer.

– Deletes redundant revisions of posts and pages (you optionally can keep an ‚x‘-amount of the most recent revisions)
– Deletes trashed posts, pages and comments (optional)
– Deletes spammed comments (optional)
– Deletes ‚orphan postmeta items‘
– Optimizes the database tables (optionally you can exclude certain tables from optimization)
– Creates a log file of the optimizations (optional)
– Optimization can be scheduled to automatically run once hourly, twice daily, once daily or once weekly (optional)

**Plugins Garbage Collector**

Vymaže tabulky po deaktivovaných a nepoužívaných pluginech.
„http://wordpress.org/extend/plugins/plugins-garbage-collector/“:http://wordpress.org/extend/plugins/plugins-garbage-collector/

Hromadná instalace pluginů

**Improved Plugin Installation**
„http://wordpress.org/extend/plugins/improved-plugin-installation/“:http://wordpress.org/extend/plugins/improved-plugin-installation/

This plugin is an improvement to the current WordPress plugin installation methods. It allows you to install one or more plugins simply by typing their names or download URLs in a textarea.

The installation form will happily accept any of these inputs:
– http://wordpress.org/extend/plugins/plugin-name/
– http://downloads.wordpress.org/plugin/plugin-name.zip
– http://www.example.com/plugin-name.zip

Stačí tedy nainstalovat pouze tento jediný plugin, a do textarea zkopírovat seznam požadovaných pluginů.

Kontrola a ochrana šablon (témat)

– „Sucuri Security“:https://wordpress.org/plugins/sucuri-scanner/
– „BulletProof Security“:http://wordpress.org/extend/plugins/bulletproof-security/
– „ServerBuddy“:http://pluginbuddy.com/serverbuddy-check-hosting-quality-security-issues-more/
– „AntiVirus“:http://wordpress.org/extend/plugins/antivirus/
– „Exploit Scanner“:http://wordpress.org/extend/plugins/exploit-scanner/
– „Health Check“:http://wordpress.org/extend/plugins/health-check/
– „Secure WordPress“:http://wordpress.org/extend/plugins/secure-wordpress/
– „TAC (Theme Authenticity Checker)“:http://wordpress.org/extend/plugins/tac/
– „Theme Check“:http://wordpress.org/extend/plugins/theme-check/
– „Ultimate Security Check“:http://wordpress.org/extend/plugins/ultimate-security-check/
– „WordPress File Monitor“:http://wordpress.org/extend/plugins/wordpress-file-monitor/
– „WP Security Scan“:http://wordpress.org/extend/plugins/wp-security-scan/
– „WP-ServerInfo“:http://wordpress.org/extend/plugins/wp-serverinfo/

Zdroj: „WordPress Theme Malware Prevention and Protection“:http://wordcastnet.com/news/2010/12/11/wordpress-theme-malware-prevention-and-protection.html

„Aktualizace hashtagů“:https://github.com/philipjohn/exploit-scanner-hashes pro plugin *Exploit Scanner* a „jak je implementovat“:http://west-penwith.org.uk/blog/archives/2100.

Související článek: „Anatomy of a Theme Malware“:http://ottopress.com/2010/anatomy-of-a-theme-malware/

„Ottův dekodér enkryptovaného textu“:http://ottodestruct.com/decoder.php a „ještě jeden podobný“:http://ottodestruct.com/decoder2.php od stejného autora.

Nastavení počtu revizí a smazání revizí příspěvků

**Delete-Revision**
„http://wordpress.org/extend/plugins/delete-revision/“:http://wordpress.org/extend/plugins/delete-revision/

V *Nastavení > Delete-Revision > Check Redundant Revision* pak lze vymazat zbytečné revize.

**Revision Control**
„http://wordpress.org/extend/plugins/revision-control“:http://wordpress.org/extend/plugins/revision-control

**Optimize Database after Deleting Revisions**
„http://wordpress.org/plugins/rvg-optimize-database/“:http://wordpress.org/plugins/rvg-optimize-database/

One Click WordPress Database Cleaner / Optimizer.

**Řešení bez použití pluginů:**

v souboru wp-config.php možno nastavit
/—code php
// vypne revize
define(‚WP_POST_REVISIONS‘, false );

// ukládá jen definovaný počet revizí
define(‚WP_POST_REVISIONS‘, 2);

// nastaví interval ukládání ve vteřinách
define(‚AUTOSAVE_INTERVAL‘, 60 );
\—

**PHP skript pro hromadné smazání všech revizí :**

/—code php

\—

**Ev. v Myadminu jen SQL příkazem :**

/—code php
DELETE FROM wp_posts WHERE post_type=’revision‘
\—

Interní prolinkování příspěvků a stránek

**RB Internal Links**
„http://wordpress.org/extend/plugins/rb-internal-links/“:http://wordpress.org/extend/plugins/rb-internal-links/

Link to posts and pages within your blog using shortcodes, similar to a wiki or cms. No need to remember full URLs, post ids or slugs with the wysiwyg
As well as quickly typing in the link tag there is a tinymce wysiwyg plugin that allows you to search for posts by category.

*Alternativy:*

**Link to post**
„http://wordpress.org/extend/plugins/link-to-post/“:http://wordpress.org/extend/plugins/link-to-post/

This plugin permits you to easily create a link to an existing content of your site. It adds a button to the tinymce and quicktags editors, which list the existing articles, pages, category, tags.

Na rozdíl od RB internal Links odkazuje Link to post absolutně (RB používá shortcode s ID stránky či postu) a nenabízí jako RB internal Links volbu odkazování do nového okna, RB internal Links zas neumí odkazovat na rubriky či tagy.

**Hikari Internal Links**
„http://wordpress.org/extend/plugins/hikari-internal-links/“:http://wordpress.org/extend/plugins/hikari-internal-links/

Don’t worry anymore of linking a post or a category, to later change its title or slug, or changing your posts permalinks, and creating invalid links to your own site pages.

Hikari Internal Links provides a shortcode that dynamically generates links to most WordPress resources. You can query these resources based on their ID or slug, and these links are generated dynamically. Therefore if you change a resource’s title or permalink, its links will be updated automatically.

Automatické prolinkování ze zadaných klíčových slov
***************************************************

**Internal Link Building**

New SEO Plugin for WordPress: Internal Link Building

Pomocí tohoto pluginu lze jednoduše vkládat jednotlivá klíčová slova, která automaticky následně odkazují na určenou stránku či příspěvek.

*Alternativy:*

**Automatic SEO Links**
„http://wordpress.org/extend/plugins/automatic-seo-links/“:http://wordpress.org/extend/plugins/automatic-seo-links/

Forget to put manually your links, just choose a word and a URL and this plugin will replace all matches in the posts of your blog.
For each link, you can set: Title, Target, Rel.

**Digg Links**
„http://wordpress.org/extend/plugins/digg-links/“:http://wordpress.org/extend/plugins/digg-links/

With Digg Links you will be able to replace a word or sentence into another custom string.
Based on Link a Dink this plugin is ideal for affiliate marketing.

**SEO Smart Links**
„http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links“:http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links
„http://wordpress.org/extend/plugins/seo-automatic-links/“:http://wordpress.org/extend/plugins/seo-automatic-links/

SEO Smart Links can automatically link keywords and phrases in your posts and comments with corresponding posts, pages, categories and tags on your blog.
Further SEO Smart links allows you to set up your own keywords and set of matching URLs. Caching for speed.

*Poznámka:*

Od verze WP 3.1. je ve vizuálním editoru přepracováno **tlačítko pro vkládání odkazů**, které nyní umí rychle vyhledávat obsah na webu a přímo automaticky vložit odkaz. Články jsou průběžně vyhledávány už během psaní klíčového slova a nová funkce není omezena jen na příspěvky, takže vidíte i stránky a případné další vlastní typy obsahu. Odkaz je ale bohužel vkládán do textu jako HTML kód, takže tam v této podobě zůstane, i když třeba adresu odkazovaného příspěvku později změníte. V tomto ohledu je praktičtější **RB Internal Links**, který vkládá odkazy pomocí ID stránek, příspěvků či rubrik.

Srovnávací tabulky

**WP Comparison Charts**
„http://www.wpcomparisoncharts.com/“:http://www.wpcomparisoncharts.com/

Umožňuje pohodlné vytváření srovnávacích tabulek produktů z vybraných příspěvků, ev. automaticky ze všech příspěvků v rubrice. Lze začlenit i uživatelská pole.
Srovnávací tabulky lze generovat jak v příspěvcích, tak ve stránkách. K dispozici je i modul pro import dat z CSV souborů.
Komerční plugin.

**Price Table**
„http://wordpress.org/extend/plugins/pricetable/“:http://wordpress.org/extend/plugins/pricetable/
„http://siteorigin.com/pricetable-wordpress-plugin/“:http://siteorigin.com/pricetable-wordpress-plugin/

This plugin gives you a drag and drop interface for building price tables. It also renders those price tables using pure CSS3. They have a clean, minimal design.

Zrychlení WordPressu

**Chennai Central**
„http://wordpress.org/extend/plugins/chennai-central/“:http://wordpress.org/extend/plugins/chennai-central/
„http://indiafascinates.com/chennai/chennaicentral/“:http://indiafascinates.com/chennai/chennaicentral/

Chennai Central is a bandwidth saver plugin that makes your wordpress site support conditional GETs by search engine crawlers , feed readers and more.
Handles Last-Modified, If-Modified-Since, and Not-Modified HTTP headers with PHP/Apache.

Vícejazyčný web

**WPML Multilingual CMS**
„http://wpml.org/“:https://wordpresso.ovx.cz/wp-wpml.php

Jednoznačný mercedes mezi jazykovými pluginy, opakovaně osvědčený (např. na „Jetíkovi“:http://www.jetik.info a „Novatopu“:http://novatop-system.cz/.

Multilingual WordPress

WPML makes multilingual content management easy, just like running a site in one language.

[* http://wpml.org/wp-content/uploads/2009/11/translation_controls.jpg *]

Multilingual Features

– Turns a single WordPress install into a multilingual site.
– Built-in theme localization without .mo files.
– Comments translation allows you to moderate and reply to comments in your own language.
– Professional translation, connecting expert translators with site owners (optional, you can translate yourself for free).

CMS Navigation Features

– Includes CMS navigation elements for drop down menus, breadcrumbs trail and sidebar navigation.
– Robust links to posts and pages that never break.

Architecture (for geeks)

– Translations are grouped together and not mixed in the database.
– CMS navigation elements provide accurate and easy to use site-wide navigation.
– Simple CSS for easy customization. Try WPML’s CSS „customization tool“:http://wpml.org/?page_id=909.

!!! Při potřebě přebírat stávající obsah (custom fields, galerie) „popis řešení zde“:http://wpml.org/2009/09/creating-a-multilingual-product-catalog/ .

*Alternativy:*

**Polylang**
„http://wordpress.org/extend/plugins/polylang/“:http://wordpress.org/extend/plugins/polylang/

You write posts, pages and create categories and post tags as usual, and then define the language for each of them. The translation is optional. You can have as many languages as you want. You can translate posts, pages, media, categories, post tags, menus, widgets… Custom post types, custom taxonomies, sticky posts and post formats, RSS feeds and all default WordPress widgets are supported.

„How to use »“:http://www.sitepoint.com/multilingual-wordpress-websites-with-polylang/

**xLanguage**
„http://wordpress.org/extend/plugins/xlanguage/“:http://wordpress.org/extend/plugins/xlanguage/

xLanguage is a full featured plugin allows you to blog in different language, and allows user to select which version to read. It works for blog post, page, tags, categories. The user language preferences will also select the right theme and plugins MO files.

Customization is the No. 1 design goal, after all that’s probably the reason why you want to setup a multilingual blog. The language configuration combination is highly customizable to facilitate multiple fallbacks. Every UI is extracted out, which could be optionally overridden by theme design without touching the plugin file at all.

**qTranslate**
„http://wordpress.org/extend/plugins/qtranslate/“:http://wordpress.org/extend/plugins/qtranslate/
„http://www.qianqin.de/qtranslate/“:http://www.qianqin.de/qtranslate/

qTranslate supports infinite languages, which can be easily added/modified/deleted via the comfortable Configuration Page. All you need to do is activate the plugin and start writing the content!

[* http://www.qianqin.de/wp-content/uploads/2008/02/screenshot-1.png *]

**qTranslate Plus**
„https://wordpress.org/plugins/qtranslate-xp/“:https://wordpress.org/plugins/qtranslate-xp/

qTranslate Plus is an unOfficial modified version of qTranslate (created by Qian Qin) created to be compatible with WordPress 3.9 or highter.

**ZdMultiLang**
„http://wordpress.org/extend/plugins/zdmultilang/“:http://wordpress.org/extend/plugins/zdmultilang/

– Translate posts ang pages
– Translate categories and tags
– Switch blog language
– Widget to change currently viewed language

**Bogo**
„http://wordpress.org/extend/plugins/bogo/“:http://wordpress.org/extend/plugins/bogo/
„http://ideasilo.wordpress.com/bogo/“:http://ideasilo.wordpress.com/bogo/

Bogo is a straight-forward multilingual plugin for WordPress.
Assigns one language per post. Bogo does not create any additional custom table on your database, unlike some other plugins in this category. This design makes Bogo a solid, reliable and conflict-free multilingual plugin.

For custom post types add to function.php

/—code php
function my_localizable_post_types($localizable) {
$localizable = array(‚post‘, ‚page‘, ‚mycustom_post‘);
return $localizable;
}
add_filter(‚bogo_localizable_post_types‘, ‚my_localizable_post_types‘, 10, 1);
\—

For your own language switcher in header.php:

/—code php
$uri = $_SERVER[„REQUEST_URI“];
$uri_array = split(„/“, $uri);
$uri_first = $uri_array[1];
$odkaz = ($uri_first == ‚en‘) ? ‚‚ : ‚‚;
echo $odkaz;
\—

**Transposh**
„http://wordpress.org/plugins/transposh-translation-filter-for-wordpress/“:http://wordpress.org/plugins/transposh-translation-filter-for-wordpress/

Transposh translation filter for WordPress offers a unique approach to blog translation. It allows your blog to combine automatic translation with human translation aided by your users with an easy to use in-context interface.

**xili-language**
„https://wordpress.org/plugins/xili-language/“:https://wordpress.org/plugins/xili-language/

xili-language provides for a bilingual (or multilingual) website an automatic selection of language (.mo) in theme according to the language of current post(s) or page. Theme’s behaviour can be fully personalized through settings, hooks and api.

**Multisite Language Switcher**
„https://wordpress.org/plugins/multisite-language-switcher/“:https://wordpress.org/plugins/multisite-language-switcher/

A simple, powerful and easy to use plugin that will add multilingual support to a WordPress multisite installation, i.e. multiple subdomains or folders (if you need to set up multiple sites across multiple domains, you’ll also want to use the „WordPress MU Domain Mapping plugin“:http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/ as well – as long as the domains are all hosted on the same server).