Čištění databáze po pluginech

**Plugins Garbage Collector**
„http://wordpress.org/extend/plugins/plugins-garbage-collector/“:http://wordpress.org/extend/plugins/plugins-garbage-collector/
„http://www.shinephp.com/plugins-garbage-collector-wordpress-plugin/“:http://www.shinephp.com/plugins-garbage-collector-wordpress-plugin/

Plugin maps tables and entries created by plugins in your database. It also shows you which ones are used by which plugin and whether this plugin is active, inactive or deleted, so you can decide if you want to keep or delete those tables.

Různá šablona pro různé příspěvky

**Custom Post Template**
„http://wordpress.org/extend/plugins/custom-post-template/“:http://wordpress.org/extend/plugins/custom-post-template/

Provides a drop-down to select different templates for posts from the post edit screen. The templates are defined similarly to page templates, and will replace single.php for the specified post. This plugin will NOT switch the templates for the different posts in a listing page, e.g. a date or category archive, it will only affect the template used for single posts (i.e. you can choose a template which is not single.php).

Uživatelské widgety pro různé stránky a příspěvky

The **Shiba Widgets plugin** allows you to assign different widgets to different posts, pages, categories, or tags. You can create different widget sets using the standard WordPress widget interface, and then assign these widget sets from a drop-down menu in your edit post, page, category or tag screens.

To retrieve your lost widgets, go into Appearance >> Widget Options and check the Show Lost Widgets box. When you edit widget sets, all unassigned widgets will show up at the bottom of the interface.

„Popis a plugin ke stažení »“:http://shibashake.com/wordpress-theme/wordpress-custom-widgets-plugin

*Alternativa:*

**Widget Logic**
„http://wordpress.org/extend/plugins/widget-logic/“:http://wordpress.org/extend/plugins/widget-logic/

Widget Logic lets you control on which pages widgets appear. It uses any of WP’s „conditional tags“:http://codex.wordpress.org/Conditional_Tags. It also adds a ‚widget_content‘ filter.
This plugin gives every widget an extra control field called „Widget logic“ that lets you control the pages that the widget will appear on.

The text field lets you use WP’s „Conditional Tags“:http://codex.wordpress.org/Conditional_Tags, or any general PHP code.

Jak přidat tagy ke stránkám nebo stránky zařadit do rubriky

Možnost tagování stránek docílíme zaregistrováním příslušných *post_tag* a *category* taxonomií prostřednictvím funkce „register_taxonomy_for_object_type function“:http://codex.wordpress.org/Function_Reference/register_taxonomy_for_object_type:

/—code php
// Add to the admin_init hook of your theme functions.php file
register_taxonomy_for_object_type(‚post_tag‘, ‚page‘);
register_taxonomy_for_object_type(‚category‘, ‚page‘);
\—

která rovněž zobrazí příslušné metaboxy pro přidávání tagů a zařazení stránky do rubriky v administraci.

[* http://wordpress.shibashake.com/wp-content/uploads/2010/09/add-wordpress-tags-categories2-520×325.jpg *]

Abychom pak stránku v rámci přiřazené rubriky či tagů (štítků) zobrazili, přidáme do *functions.ph* filtr:

/—code php
// Add to the init hook of your theme functions.php file
add_filter(‚request‘, ‚my_expanded_request‘);

function my_expanded_request($q) {
if (isset($q[‚tag‘]) || isset($q[‚category_name‘]))
$q[‚post_type‘] = array(‚post‘, ‚page‘);
return $q;
}
\—

ev. pluginem **Tag Pages**
„http://wordpress.org/plugins/tag-pages/“:http://wordpress.org/plugins/tag-pages/

This plugin adds the ‚post_tag‘ taxonomy to the Page post type. This enables the tags metabox in the New or Edit Page interface. To show tagged Pages on a tags archive page or in a feed, it uses the ‚pre_get_posts‘ hook to change the post_type query parameter to ‚any‘.

Chat / instant messenger

**ConverseJS**
„https://wordpress.org/plugins/conversejs/“:https://wordpress.org/plugins/conversejs/

Converse.js is an open source webchat client, that runs in the browser and can be integrated into any website.
It’s similar to Facebook chat, but also supports multi-user chatrooms.

*Alternativy:*

**Cartpauj PM**
„http://wordpress.org/extend/plugins/cartpauj-pm/“:http://wordpress.org/extend/plugins/cartpauj-pm/
„http://cartpauj.com/projects/cartpauj-pm-plugin/“:http://cartpauj.com/projects/cartpauj-pm-plugin/

Cartpauj PM will allow you to easily add a Private Messaging system to your WordPress blog/site. Unlike the other Private Messaging plugins available, Cartpauj PM works through a Page rather than the WP Dashboard. This is very helpful if you want to keep users out of the Dashboard area! Please see the features list below for more about what Cartpauj PM can do. You can demo the plugin here on my site by logging in and sending me a message.

**Live Chat**
„http://wordpress.org/extend/plugins/wp-live-chat-software-for-wordpress/“:http://wordpress.org/extend/plugins/wp-live-chat-software-for-wordpress/

LiveChat is a fast and intuitive live chat software to enable your sales representatives contact customers on the website. Help online visitors find what they need before they leave your site.

– Increase sales conversion rate and customer satisfaction level.
– Allow customers to chat live with the sales person.
– Increase number of successful transactions.
– Secure and reliable communication channel.
– Easy to customize and rebrand chat window. Out-of-the-box chat window templates.

**WP Chat**
„http://wordpress.org/extend/plugins/wp-chat/“:http://wordpress.org/extend/plugins/wp-chat/

WP Chat embeds Jaxl IM which is a simple easy to use communicator for websites with Instant Messaging, Social Networking and Sharing capabilities.
Jaxl IM is a simple easy to use communicator for websites with Instant Messaging, Social Networking and Sharing capabilities.

1. No hardware/software pre-requisite required
2. Compatible with all websites and frameworks
3. Setup by simple copy/paste of javascript code
4. Hosted dashboard for site admins and visitors
5. Customize look and feel using various skins
6. Enhance chat experience using plugins

**Banckle Live Chat**
„http://wordpress.org/extend/plugins/banckle-live-chat-for-wordpress/“:http://wordpress.org/extend/plugins/banckle-live-chat-for-wordpress/

Through Banckle Live Chat Plugin, you can effectively communicate and conduct live chat sessions with the visitors of your WordPress website.

**Pure Cat“
„https://wordpress.org/plugins/pure-chat/“:https://wordpress.org/plugins/pure-chat/
„https://www.purechat.com/“:https://www.purechat.com/

A Personal Chat Page is a customizable, one-page website hosted by Pure Chat, where people can live chat with you. A web app that makes it easy for website owners to chat with their visitors from anywhere! When users create an account and activate our simple, lightweight Pure Chat plugin for WordPress, they’ll be able to design fully-customized chat widgets that automatically appear on their site.

Free up to 15 chats per month.

Zálohování a obnova

**UpdraftPlus Backup and Restoration**
„https://wordpress.org/plugins/updraftplus/“:https://wordpress.org/plugins/updraftplus/

Simplifies backups (and restoration). Backup into the cloud (Amazon S3 (or compatible), Dropbox, Google Drive, Rackspace Cloud, DreamObjects, FTP, SFTP, SCP, WebDAV, OpenStack Swift and email) and restore with a single click. Backups of files and database can have separate schedules.

UpdraftPlus is the highest-ranking backup plugin on rankwp.com (ranks in the top 40 out of 30,000 WordPress plugins for quality on rankwp.com – last checked 21 September 2014).

Widely tested and reliable (over 1.8 million downloads). Ranks in the top 100 most used of all WordPress plugins on rankwp.com. Millions of backups completed!

*Alternativy*

**XCloner – Backup and Restore**
„http://wordpress.org/extend/plugins/xcloner-backup-and-restore/“:http://wordpress.org/extend/plugins/xcloner-backup-and-restore/

XCloner is a Backup and Restore component designed for PHP/Mysql websites, it can work as a native plugin for WordPress and Joomla!.

XCloner design was specifically created to Generate custom backups of any LAMP website through custom admin inputs, and to be able to Restore the clone on any other location with the help of the automatic Restore script we provide, independent from the main package!

XCloner Backup tool uses Open Source standards like TAR and Mysql formats so you can rest assured your backups can be restored in a variety of ways, giving you more flexibility and full control.

XCloner Generate, Move and Restore process:

1. Generate and Store the backups
2. Move the backup and restore script to the new location
3. Restore the backup by launching the XCloner.php restore script

**Duplicator**
„http://wordpress.org/extend/plugins/duplicator/“:http://wordpress.org/extend/plugins/duplicator/

The Duplicator plugin is designed to give WordPress Administrators the ability to migrate a site from one location to another location in 3 easy steps. Just create a package, download it and install. No need to change all your settings and re-run import/export scripts. The plugin also serves as a simple backup utility.
This tool is great for pulling a production site down onto your local machine for testing and validation. It also works great for developing locally and then pushing up to a production server.

It reduces the process to three easy steps:

1. Create a package

2. Download

3. Install in the new location

**EZPZ One Click Backup**
„http://wordpress.org/extend/plugins/ezpz-one-click-backup/“:http://wordpress.org/extend/plugins/ezpz-one-click-backup/

EZPZ One Click Backup is a very easy way to do a complete backup and restoring of your entire WordPress site. In fact it’s so easy to use there are no required user settings, everything is automatic. Just one click and presto, you’ll have a complete backup stored on your server. One more click and you can download the entire backup to your own computer.

If you prefer to download your backup via FTP the path you’ll need is also included. EZPZ OCB also stores your last backup on the server in case you ever need to download it again.

With the new EZPZ Easy Restore restoring your site is a simple two step process.

**BackUpWordPress**
„http://wordpress.org/extend/plugins/backupwordpress/“:http://wordpress.org/extend/plugins/backupwordpress/

Simple automated backups of your WordPress powered website. BackUpWordPress will back up your entire site including your database and all your files.

**WordPress Database Backup**
„http://austinmatzko.com/wordpress-plugins/wp-db-backup/“:http://austinmatzko.com/wordpress-plugins/wp-db-backup/

(Pouze) databázi lze zazálohovat manuálně uložením na server, vlastní počítač nebo posláním na email, ev. automaticky ve zvoleném intervalu.

**myEASYbackup**
„http://wordpress.org/extend/plugins/myeasybackup/“:http://wordpress.org/extend/plugins/myeasybackup/

Backup, restore, migrate your WP installation, both code and MySQL tables, with a single click.

**WP Staging – DB & File Duplicator & Migration**
„https://wordpress.org/plugins/wp-staging/“:https://wordpress.org/plugins/wp-staging/

This duplicator plugin allows you to create an staging or development environment in seconds.
It creates a file clone of your website into a subfolder of your current WordPress installation with an entire copy of your database. This sounds pretty simple and yes it is! All the hard time consumptive database and file copy stuff including url replacements is done in the background. For testing new plugins and updates first before installing them on live website.

Integrování obsahu z Facebooku

**Embed Facebook**
„http://wordpress.org/extend/plugins/embed-facebook/“:http://wordpress.org/extend/plugins/embed-facebook/

Plugin that makes the process of posting Facebook content in WordPress ridiculously simple: Paste the URL (of a facebook album, picture, video, page, or event) and the plugin will automatically embed the related object. The only requirement is that the object must be public and should belong to a Facebook Page.

Přizpůsobení administračního rozhraní

**White Label CMS**
„http://wordpress.org/extend/plugins/white-label-cms/“:http://wordpress.org/extend/plugins/white-label-cms/

The White Label CMS plugin is for developers who want to give their clients a more personalised and less confusing CMS.
Allows customization of dashboard and logos, removal of menus, giving editors access to widgets and menus plus lots more.

White Label CMS allows you to remove all the panels from the WordPress dashboard and insert your own panel, which you can use to write a personalised message to your client and link to the important elements in the CMS.

It also allows you to add custom logos to the header and footer as well as the all important login page, giving your client a better branded experience of using their new website.

There is also the option to hide the nag updates as well.

*Alternativy:*

**Web Editors CMS**
„http://wordpress.org/extend/plugins/web-editors-cms/“:http://wordpress.org/extend/plugins/web-editors-cms/

A collection of plugins that optimize WordPress 3 to use (and brand!) as a CMS. Includes our custom plugins and some extra’s. It is intended as an all-in-one package. Using this plugin in combination with the recommended plugins will turn WordPress into a perfect dream CMS tool that you can use for your customers. This plugin will let you know what other plugins to install. You will find the configuration settings in the „Settings >> Web Editors CMS“ menu.

This plugin is intended to make worpdress a CMS… something to dummy down the admin interface for your customers with you branded name it. We recommend a lot of plugins; setting user roles and knowing how to code PHP is really a must especially when using Pods. If this is not you then this plugin is probably not for you.
Features:

– Brand WordPress
– Customize Dashboard
– Add Permalink shortcodes into CMS
– Multiple content blocks
– Cleans up Messy Dashboard
– Easily edit pages from admin menu – Adds all pages in drop down of admin pages menu

**WPlite**
„http://wordpress.org/extend/plugins/wplite/“:http://wordpress.org/extend/plugins/wplite/

Lets you hide ‚unnecessary‘ items from the WordPress administration menu—even the Dashboard. On top of that, you can also hide post meta controls on the Write page, so as to simplify the editing interface.

**iMasters WP Hacks**
„http://wordpress.org/extend/plugins/imasters-wp-hacks/“:http://wordpress.org/extend/plugins/imasters-wp-hacks/

A solution to personalize the WordPress admin to final users. Hide some widgets, show anothers, hide menu itens and controll what your client can see.

**

**Custom Admin Branding**
http://wordpress.org/extend/plugins/custom-admin-branding/

The Custom Admin Branding Plugin allows you to brand and customize the WordPress administration area for clients or for personal use. You can display custom images and styles for the login screen, admin header and footer.

**Úprava administračního rozhraní pomocí actions a filters:**
„http://sixrevisions.com/wordpress/how-to-customize-the-wordpress-admin-area/“:http://sixrevisions.com/wordpress/how-to-customize-the-wordpress-admin-area/
„http://loneplacebo.com/how-to-customize-wordpress-admin-area/“:http://loneplacebo.com/how-to-customize-wordpress-admin-area/

„Viz též »“:https://wordpresso.ovx.cz/uprava-administracniho-rozhrani-pomoci-functions/

„10 Techniques for Customizing the WordPress Admin Panel »“:http://sixrevisions.com/wordpress/10-techniques-for-customizing-the-wordpress-admin-panel/

Údržbový mód

**WP Maintenance Mode**
„http://wordpress.org/extend/plugins/wp-maintenance-mode/“:http://wordpress.org/extend/plugins/wp-maintenance-mode/

Adds a maintenance-page to your blog that lets visitors know your blog is down for maintenancetime. User with rights for theme-options get full access to the blog including the frontend. Activate the plugin and your blog is in maintenance-mode, works and see the frontend, only registered users with enough rights. You can use a date with a countdown for informations the visitors or set a value and unit for infomrations. Also you can add urls for exlude of maintenance mode.

You can add your own html and stylesheet and add the url of this style to the options of the plugin.

**Maintenance Mode Without Plugin**

/—code php
function wp_maintenance_mode(){
if(!current_user_can(‚edit_themes‘) || !is_user_logged_in()){
wp_die(‚

Chystá se.

Zkuste to později.‘);
}
}
add_action(‚get_header‘, ‚wp_maintenance_mode‘);
\—

Odeslání příspěvku na Kindle

**Kindle This Widget**
„http://wordpress.org/extend/plugins/kindle-this/“:http://wordpress.org/extend/plugins/kindle-this/

Kindle-This is a sidebar widget that displays a button for sending a blog page to a user’s Kindle using free.kindle.com automatic conversion.

The contents of the current page are extracted and the title, post date, and content are formatted into a simple page that is sent to the kindle service for conversion into a kindle file. The results are not a web page, but a Kindle document so that links, images, embeds, javascript, etc may not appear.

The widget requires the user to enter his Kindle email id and the email address that is authorized to send documents to the Kindle service. The authorized email is not stored in order to prevent Kindle spam.

The widget uses only the free.kindle.com service so the document will appear on the Kindle device as soon as the user makes a wifi connection.

*Alternativy*

**Send to Kindle**
„http://wordpress.org/extend/plugins/send-to-kindle/“:http://wordpress.org/extend/plugins/send-to-kindle/

The Send to Kindle Button lets readers enjoy your blog anytime, everywhere on their Kindle devices and free reading apps.