Rychlá nebo hromadná editace uživatelských polí

**Saving custom fields in quick or bulk edit mode in WordPress**
„http://wpdreamer.com/2012/03/manage-wordpress-posts-using-bulk-edit-and-quick-edit/“:http://wpdreamer.com/2012/03/manage-wordpress-posts-using-bulk-edit-and-quick-edit/

One of the most cool features when managing WordPress posts, is the ability to batch edit multiple posts at once or quickly edit one post to perform a simple task such as adding a tag. Learn how to extend WordPress’ Quick Edit and Bulk Edit to retrieve and save the value of your custom fields.

**Plugin Custom Bulk/Quick Edit**
„http://wordpress.org/plugins/custom-bulkquick-edit/“:http://wordpress.org/plugins/custom-bulkquick-edit/
„https://github.com/michael-cannon/custom-bulkquick-edit“:https://github.com/michael-cannon/custom-bulkquick-edit
„How do I add custom fields to my bulk/quick edit page »“:https://aihrus.zendesk.com/entries/24800411-How-do-I-add-custom-fields-to-my-bulk-quick-edit-page-
„How do you configure options »“:https://aihrus.zendesk.com/entries/24911342

Pozor, do functions.php *může* být nutné přidat:

/—code php
add_filter( ‚manage_post_posts_columns‘, ‚my_manage_post_posts_columns‘ );
function my_manage_post_posts_columns( $columns ) {
$columns[‚custom_field_name‘] = esc_html__( ‚Nazev sloupce v administraci‘ ); // pozor, název sloupce musí být bez diakritiky
return $columns;
}
\—

a teprve **po přidání** tohoto kódu je třeba zpřístupnit pole v nastavení pluginu.

Maskování odkazů

**Link Cloaking**
„http://w-shadow.com/blog/2007/07/28/link-cloaking-plugin-for-wordpress/“:http://w-shadow.com/blog/2007/07/28/link-cloaking-plugin-for-wordpress/

This is a plugin for WordPress that can automatically or selectively cloak outgoing links in your posts and/or pages.

– Choose what to cloak – all links, only the links you specify or no links at all.
– Choose where to cloak – posts, pages or both.
– Exception list – links pointing to domains in this list will not be cloaked. For example, this is useful if you have chosen to cloak all links but don’t want to cloak the links to your own domains.

`Cloak Me`

Once you install the plugin, it will automatically, without requiring any configuration, turn it into a cloaked link when it’s displayed to a visitor:

`Cloak Me`

As an alternative to the fully automatic cloaking, you can switch the plugin to “selective cloaking” and tag the links you want to cloak manually:

`Cloak Me`

*Alternativy*

**WP Wizard Cloak**
„https://wordpress.org/plugins/wp-wizard-cloak/“:https://wordpress.org/plugins/wp-wizard-cloak/

Cloaks, tracks, and shortens your links. Turn long URLs into your-domain.com/link.

Fakturace

**WP-Invoice – Web Invoice and Billing**
„http://wordpress.org/plugins/wp-invoice/“:http://wordpress.org/plugins/wp-invoice/

WP-Invoice lets WordPress blog owners send itemized invoices to their clients. Ideal for web developers, SEO consultants, general contractors, or anyone with a WordPress blog and clients to bill. The plugin ties into WP’s user management database to keep track of your clients and their information.

Once an invoice is created from the WP admin section, an email with a brief description and a unique link is sent to client. Clients follow the link to your blog’s special invoice page, view their invoice, and pay their bill using PayPal. The control panel is very user-friendly and intuitive.

Credit card payments may be accepted via Authorize.net, MerchantPlus‘ NaviGate, PayPal or Google Checkout account. For recurring billing we have integrated Authorize.net’s ARB API that will allow you to setup payment schedules along with invoices.

Rich text editor widget

**WP Editor Widget**
„http://wordpress.org/plugins/wp-editor-widget/“:http://wordpress.org/plugins/wp-editor-widget/

This plugin adds a rich text widget where the content is edited using the standard WordPress visual editor which most users already are familiar with. It uses the WP core function wp_editor() without adding a custom post type post for each widget making the widget quicker and simpler to edit.

Automatické prolinkování a související příspěvky

**SEO Auto Links & Related Posts**
„http://wordpress.org/plugins/seo-alrp/“:http://wordpress.org/plugins/seo-alrp/

*Auto Links*

Auto create internal link to posts related to the current post base on Meta Keywords and Post Tags. Authority sites like Wikipedia always have a lot of internal link, and this feature will automatically help you getting the same results.

*Related Posts with 8 layout & style*

Displaying related posts based on the Content of articles, Post Tags and Meta Keywords. This feature is useful to improve internal links and to keep visitors stay on your site.

*Slide Out Related Posts with 6 theme color*

It is a sliding box, with related/recent posts in it, that will automatically appeared at the lower right corner when user scroll down and reach the end of article. It will grab visitors attention right after they finish reading your article, and giving them more options about what to do next. The impact is a longer visitors time spent on your site.

*Cache All Results and Thumbnail*

Visitors and Google likes fast loading websites. That’s why we use a persistent cache to store all results from auto links, related posts, slide out and thumbnail to get a better loading time and save server resources. All requests will be served from the cache, except on the first request.

*Custom Auto Link to Affiliate Products*

Manually adding a couple of keywords and links for the auto link. You can use this feature to automatically create a link to a trusted site for better SEO results or to affiliate products to earn additional profit.

Úprava sloupců v administraci

**Codepress Admin Columns**
„http://wordpress.org/plugins/codepress-admin-columns/“:http://wordpress.org/plugins/codepress-admin-columns/

Customise columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
Add or remove columns, change their label, change their width and reorder them.

Stránky v administraci ve stromové struktuře

**CMS Tree Page View**
„http://wordpress.org/plugins/cms-tree-page-view/“:http://wordpress.org/plugins/cms-tree-page-view/

Adds a tree view of all pages & custom posts like you view files in Windows Explorer. Get a great overview + options to drag & drop to reorder & option to add multiple pages.

[* http://s.wordpress.org/plugins/cms-tree-page-view/screenshot-1.png?r=779509 *]

Plugin pro vytvoření webu realitní kanceláře

**Real Estate Website Builder**
„http://wordpress.org/plugins/placester/“:http://wordpress.org/plugins/placester/

Create your fully functional real estate website with a single plugin.

**WP-Property – WordPress Powered Real Estate and Property Management**
„http://wordpress.org/plugins/wp-property/“:http://wordpress.org/plugins/wp-property/

This is not a „collection“ of plugins, but one full suite. You will not have to download and match together a plethora of other plugins, in the hopes of them working well together, to have all the features you need.

Lokalizace bez externího editoru .po souborů

**Codestyling Localization**
„http://wordpress.org/plugins/codestyling-localization/“:http://wordpress.org/plugins/codestyling-localization/

You can manage and edit all gettext translation files (*.po/*.mo) directly out of WordPress Admin Center without any need of an external editor.

Viz též „Jak přeložit plugin nebo šablonu pro WordPress »“:http://www.janbien.cz/blog/wordpress-lokalizace/