Submenu v sidebaru

**Sub Page Navigation Widget**
„http://wordpress.org/extend/plugins/sub-page-navigation-widget/“:http://wordpress.org/extend/plugins/sub-page-navigation-widget/

This Widget displays a navigation structure to all sub pages of the current one in your sidebar. You can add this widget to sidebars on pages to show all sub pages of the current one.

Zobrazení externích RSS kanálů

**Silencesoft RSS Reader**
„http://wordpress.org/extend/plugins/external-rss-reader/“:http://wordpress.org/extend/plugins/external-rss-reader/

This is a plugin that allows read some external rss feeds and show it on a page or in a widget. Sites can be categorized and you can add an image or use a gravatar.

Jak vytvořit vlastní widget?

Vytvoření vlastního jednoduchého widgetu není vůbec těžké. Stačí pouze vědět jak na to a to po krátkém návodu budete vědět. Základem je níže uvedený kód, který vložíte do souboru šablony – functions.php Obsah si pak už můžete upravit dle libosti.

class userWidget extends WP_Widget {

function userWidget() {
parent::WP_Widget(false, $name = 'userWidget');
}

function widget($args, $instance) {
extract( $args );
$title = apply_filters('widget_title', $instance['title']);
echo $before_widget;
if ( $title ) echo $before_title . $title . $after_title;
//zde napíšete kód widgetu
echo $after_widget;
}

function update($new_instance, $old_instance) {
$instance = $old_instance;
$instance['title'] = strip_tags($new_instance['title']);
return $instance;
}

function form($instance) {
$title = esc_attr($instance['title']);
?>
<p>
<label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:'); ?></label>
<input id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo $title; ?>" />
</p>
<?php
}
}
add_action('widgets_init', create_function('', 'return register_widget("userWidget");'));

Jednoduché nahrání obrázku do widgetu aneb Image Widget

V jednoduchosti bývá krása, a tak není divu, že widget, který je určený pro nahrání obrázku a jeho doplnění popiskem, patří na přední místa mezi oblíbenými „pluginy“.

Po aktivaci se přidá do nabídky widgetů nový, nazvaný Image Widget. Ten si podle libosti přesunete do sidebaru, kde jej potřebujete dál editovat, respektive nahrát do něho obrázek. Obrázek se nahraje přes klasické rozhraní …

Změna nadpisu widgetu

Určitě jste se už trápili, jak změnit velikost nadpisu ve widgetech. WordPress tuto změnu v administračním rozhraní neumožňuje a tudíž budete muset zasahovat do samotné šablony. V té si najděte soubor functions.php a v něm budete muset opět pátrat, tentokrát po kódu, který vypadá nějak takto:

register_sidebar( array(
'name' => __( 'Primary Widget Area', 'twentyten' ),
'id' => 'primary-widget-area',
'description' => __( 'The primary widget area', 'twentyten' ),
'before_widget' => '<li id="%1$s">',
'after_widget' => '</li>',
'before_title' => '<h3>',
'after_title' => '</h3>',
) );

Nyní stačí upravit nadpis H3 na ten, který požadujete. Třeba H2. Změnu uložte a můžete se těšit z výsledku.

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.

Newslettery a zasílání upoutávek na nové příspěvky na e-mail

**Subscribe2**
„http://wordpress.org/extend/plugins/subscribe2/“:http://wordpress.org/extend/plugins/subscribe2/
„http://subscribe2.wordpress.com/“:http://subscribe2.wordpress.com/

Subscribe2 provides a comprehensive subscription management and email notification system for WordPress blogs that sends email notifications to a list of subscribers when you publish new content to your blog.

Email Notifications can be sent on a per-post basis or periodically in a Digest email. Additionally, certain categories can be excluded from inclusion in the notification and posts can be excluded on an individual basis by setting a custom field.

The plugin also handles subscription requests allowing users to publically subscribe (Public Subscribers) by submitting their email address in an easy to use form or to register with your blog (Registered Users) which enables greater flexibility over the email content for per-post notifications for the subscriber. Admins are given control over the presentation of the email notifications, can bulk manage subscriptions for users and manually send email notices to subscribers.

The format of the email can also be customised for per-post notifications, subscribe2 can generate emails for each of the following formats:

– plaintext excerpt
– plaintext full post (Registered Users only)
– HTML full post (Registered Users only)

If you want to send HTML emails to Public Subscribers too then upgrade to „Subscribe2 HTML“:http://wpplugins.com/plugin/46/subscribe2-html.

K *Subscribe2* se hodí **Subscribe2 widget**
„http://wordpress.org/extend/plugins/subscribe2-widget/“:http://wordpress.org/extend/plugins/subscribe2-widget/

Widget show Subscribe2 bar in any sidebar.

*Alternativy:*

**Mailpoet (former Wysija) Newsletters**
„http://wordpress.org/extend/plugins/wysija-newsletters/“:http://wordpress.org/extend/plugins/wysija-newsletters/
„http://www.wysija.com/“:http://www.wysija.com/

Create newsletters, post notifications and autoresponders. Drop your posts, images, social icons in your newsletter. Change fonts and colors on the fly. Manage all your subscribers. A new and simple newsletter solution for WordPress. Finally!
Do 2 000 subskribentů zdarma.

*Doplňky:*

„GC MailPoet EX“:https://wordpress.org/plugins/gc-mailpoet-ex/
An easy to use extension that allows you to convert your visitors to email subscribers with 1-click. Power up your GC Message Bar and GC Message Box plugins with this simple email subscription extension and generate leads into your email lists.

„GC Message Bar“:https://wordpress.org/plugins/gc-message-bar/
An easy to use plugin that allows you to place a sticky message and a Call To Action button to the top or bottom of your website

**Email Alerts**
„http://wordpress.org/extend/plugins/email-alerts/“:http://wordpress.org/extend/plugins/email-alerts/

Allows users to configure whether they wish to be alerted when a comment is added, comment held, post posted.
Adds three checkboxes to the WordPress profile page allowing to setup notifications for these events.

**Post Notification**
„http://wordpress.org/extend/plugins/post-notification/“:http://wordpress.org/extend/plugins/post-notification/

With each new post an email is sent to every registered User in the Database.

– **Subscribers can choose categories**.
– Mails can be sent as HTML or text.
– If you send text mails, the post is formated.
– Double Opt-in
– Every recipient gets his personal mail, with a link to change his subscribed categories or to unsubscribe.
– Nervous Finger option (Mail isn’t sent right away – so you still have time to change things once you posted.)
– You can decide how many mails are sent in a burst and how long to pause between bursts.
– Decide on a per post basis whether to send a mail, or not, or just use the default.
– Captchas
– Integrates into almost any theme without tweaks.
– Possibility to adjust mails with userfunctions

**SoloMail**
„http://wordpress.org/extend/plugins/solomail/“:http://wordpress.org/extend/plugins/solomail/

SoloMail is a WordPress plugin designed to email an HTML-formatted copy of a single post to site subscribers or a mailing list. There are quite a few solutions out there designed to send batch digests of recent posts to subscribers on a scheduled basis. SoloMail solves a different problem – you may want to cherry pick just certain posts to go out via email, and you may want the ability to „send now.“

The subscriber list can EITHER be the group of all registered users on a site OR a single address, such as a mailing list. Though you can use SoloMail either way, I recommend sending through a proper mailing list, which provides advantages such as handling and unsubscribing bounced/dead addresses, and metered sending for large lists.

**WP-Digest**
„http://birdhouse.org/software/2006/12/wp-digest/“:http://birdhouse.org/software/2006/12/wp-digest/

Sends periodic email notifications of new WordPress blog entries (in either plain text or HTML mode) to a separate subscribers mailing list. Maintains cache file recording ID of last-sent post. On subsequent runs, sends all posts created since the previous run.
The first time WP-Digest is run, it operates on the last n entries made in your blog. After the first run, it will save the ID of your last blog entry in a cache file. On subsequent runs, it will operate on however many entries have been made since the previous run. You can manually control the value of n by changing $MinPosts in conf.php.

**Newsletter subscription optin module**
„http://wordpress.org/extend/plugins/newsletter-subscription-optin-module/“:http://wordpress.org/extend/plugins/newsletter-subscription-optin-module/

This plugin enables you to create simple forms for subscription to your newsletter. It includes a sidebar **widget** with customizable fields (up to 15) to gather from your users all the information you need for your email marketing campaigns. Users can also use the form to unsubscribe.

**Newsletter**
„http://wordpress.org/extend/plugins/newsletter/“:http://wordpress.org/extend/plugins/newsletter/
„http://www.thenewsletterplugin.com/“:http://www.thenewsletterplugin.com/

This plug-in lets you collect subscribers on your blog with a single or double opt-in subscription process. Double opt-in is law compliant and it means the user has to confirm the subscription following simple standard instructions sent to him via email.
– Subscription form and profile form are easily configurable from administrative panels and you can translate every single label in your language.
– Create e-mails with a visual editor with the auto compose function which extract content for your blog. Auto composer themes can be customized.
– Use the **widget** to let users to subscribe from anywhere in your blog or use a short code to embed the subscription form on posts and pages.
– Create and manage mailing lists.

*Popup Extension for Newsletter*
„http://www.satollo.net/plugins/newsletter/popup-module“:http://www.satollo.net/plugins/newsletter/popup-module

Adds a subscription popup with few options to set how it should show. The subscription form is exactly the same form you embed on a page or shows with the Newsletter widget.

**“MailChimp“:http://www.mailchimp.com/** is highly popular emailing system. They also have a free plan. You can send up to **3,000 emails per month**, and **store up to 500 email addresses** – so if you have a small to medium sized list going, this would be a great option. Or, if you have a larger list, you can pick the paid plan that’s right for you.

MailChimp released „MailChimp List Subscribe Form plugin“:http://wordpress.org/extend/plugins/mailchimp/ to work directly with its generous services. It’s a very sleek, simple sidebar widget that can be customized stylistically (altering the color and the verbiage), as well as the content included. Users can select from a drop-down menu of topics that interest them, which will give you extra information about your reader base. You can also offer multiple lists right from the WordPress dashboard, allowing you to give your readers interest-specific information that you’re sure they’ll be interested in.

**“Create Beautiful Optin Forms With Ease!“:https://wordpress.org/plugins/optin-forms/**
Optin Forms allows you to create stunning optin forms for your blog or website, without the need to know any HTML or CSS. Pick a form design and customize its appearance. Add your form to your posts and pages with a simple mouse-click, or use a shortcode to add it to specific posts and pages. Optin Forms works with MaiChimp-

**ALO EasyMail Newsletter**
„http://wordpress.org/extend/plugins/alo-easymail/“:http://wordpress.org/extend/plugins/alo-easymail/
„http://www.eventualo.net/blog/wp-alo-easymail-newsletter/“:http://www.eventualo.net/blog/wp-alo-easymail-newsletter/

ALO EasyMail Newsletter is a plugin for WordPress that allows to write and send newsletters, and to gather and manage the subscribers. It supports internationalization and multilanguage. Features: collect subcribers on registration or with an ajax widget, mailing lists, cron batch sending.

– Write and send html/text newsletters, simple like writing posts.
– Select the recipients to send to: registered users, subscribers, mailing lists
– Batch sending using WP cron system: it sends a number of emails every 10 minutes, until all recipients have been included
– Collect subscribers: on registration form and with an ajax widget/page
– Import/export subscribers: import from existing registered users or from a CSV file
– Create and manage mailing lists: only admin can assign subscribers to them, or subscribers can freely choose them
– Manage subscribers: search, delete, edit subscription to mailing lists
– View sending report: how many subscribers have opened the newsletter
– Bounce management: the bounced email addresses are automatically unsubscribed
– Multilanguage: set all texts and options, you can write multilanguage newsletters – full integration with qTranslate, WPML, Polylang

**Newsletter Sign-up**
„http://wordpress.org/extend/plugins/newsletter-sign-up/“:http://wordpress.org/extend/plugins/newsletter-sign-up/
„http://dannyvankooten.com/wordpress-plugins/newsletter-sign-up/“:http://dannyvankooten.com/wordpress-plugins/newsletter-sign-up/

„Konfigurace »“:http://dannyvankooten.com/571/configuring-newsletter-sign-up-the-definitive-guide/

This plugin will definitely help you build or boost your mailinglist. It provides various ways to let your visitors sign-up to your newsletter, for example by adding a ‘sign-up to my newsletter’ checkbox to your comment form or by offering a sign-up form which you can include in your posts or use as a widget.

Spolupracuje s externími maillistovými službami, např. s „MailChimp“:http://mailchimp.com/.

**Ajax Newsletter**
„http://www.wpress.cz/1483/zasilani-novinek-na-e-mail-pomoci-ajax-newsletter/“:http://www.wpress.cz/1483/zasilani-novinek-na-e-mail-pomoci-ajax-newsletter/

„komentáře k úpravám“:http://www.separatista.net/forum/topic.php?id=537

**MailPress**
„http://wordpress.org/extend/plugins/mailpress/“:http://wordpress.org/extend/plugins/mailpress/
„http://www.mailpress.org/“:http://www.mailpress.org/

– Style your html and plain text mails with dedicated themes and templates.
– Double opt-in subscription.
– Subscriptions to Comments, Newsletters/Post notifications and even to Mailing lists.
– Newsletters/Post notifications on a per post, daily, weekly, monthly basis.
– Optional: full control on all mails sent by WordPress.

**WP Autoresponder And Newsletter Plugin**
„http://wordpress.org/extend/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/“:http://wordpress.org/extend/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/

With WP Autoresponder you can create email newsletters, follow up autoresponders and provide subscription to blog via e-mail.
With this plugin you can create:

– Create unlimited number of newsletter lists
– Create followup email responses that can be schedueld to go out after a specific number of days since the subscriber subscribes.
– Add subcription forms to your sidebar using widgets.
– Provide email subscriptions to your blog without using third party services like Feedburner
– Generate subscription forms and then use them on your website anywhere.
– Collect more information about your subscribers by generating custom fields for your subscription forms.
– Schedule e-mail broadcasts to your email newsletters in text/html. You can even send the broadcast to specific sections of your newsletter by selecting them using the custom fields.
– Provide email subscription to specific categories in your blog
– Import your subscribers from Feedburner and Aweber.
– Define rules to unsubscribe users from one newsletter if they subscribe to another newsletter.

**Jetpack**
„http://jetpack.me/support/subscriptions/“:http://jetpack.me/support/subscriptions/
„http://wordpress.org/extend/plugins/jetpack/“:http://wordpress.org/extend/plugins/jetpack/

Mimo jiné: Email subscriptions for your blog’s posts and your post’s comments.

**Email newsletter**
„http://wordpress.org/plugins/email-newsletter/“:http://wordpress.org/plugins/email-newsletter/

Email newsletter plugin have option to send HTML Mails/Newsletters to registered user, Comment author, Subscriber and Users who contacted you.

– Option to setup email subscription box and option to send email newsletter to subscriber
– Option to setup unsubscribe link in newsletter
– Option to Export and Import email address
– Automatic welcome email to new subscriber
– Double Opt In

**Easy Automatic Newsletter Lite**
„http://wordpress.org/plugins/easy-automatic-newsletter/“:http://wordpress.org/plugins/easy-automatic-newsletter/

The easy-to-use WordPress plug-in that recycles your blog posts into a newsletter and sends it out automatically! Take a month’s worth of blog posts and format it into a clean e-mail newsletter and send it out to your subscribers.

**Newsletter Manager**
„http://wordpress.org/plugins/newsletter-manager/“:http://wordpress.org/plugins/newsletter-manager/

Create and send html, plain text or multipart email newsletters to your subscribers.

– Double opt-in form (html, shortcode and widget) with redirection options
– Unlimited email addresses with import/export options
– Plain text/HTML/Multipart messages
– Personalize email messages using name field
– SMTP sending to reduce spam
– Automate email sending with cron job
– Send mails in batches with support for hourly limits
– Autoresponder on subscription
– Plugin allows **only one default list**

„How To Add A Newsletter Signup Widget To The End Of Your WordPress Blog Posts »“:http://www.elegantthemes.com/blog/tips-tricks/how-to-add-a-newsletter-signup-widget-to-the-end-of-your-wordpress-blog-posts?utm_source=Elegant+Themes

**YITH Newsletter Popup**
„https://wordpress.org/plugins/yith-newsletter-popup/“:https://wordpress.org/plugins/yith-newsletter-popup/

A simple to configure plugin that is really useful for your website. It shows a clean design popup where you can insert images, messages and a newsletter form. „Demo »“:http://plugins.yithemes.com/yith-newsletter-popup/

Uschování widgetů pro daný vzhled


Jestliže někdy omylem či záměrně přepnete na novou šablonu vzhledu, a následně se vrátíte k té původní, zjistíte, že vybrané widgety nezůstaly mezi aktivními. Celé původní nastavení tak zmizí. I na tento problém už tvůrci pluginů našli řešení v podobě Widget Saveru. Po aktivaci se do administrace widgetů přidají tlačítka k vymazání, obnově a především […]

Vkládání a náhrada bloků dat – textu, PHP kódu, databáze

**Sniplets**
„http://wordpress.org/extend/plugins/sniplets/“:http://wordpress.org/extend/plugins/sniplets/
„http://urbangiraffe.com/plugins/sniplets/“:http://urbangiraffe.com/plugins/sniplets/

Sniplets is a generic text insertion plugin with support for an extensible processing framework. At it’s simplest this means you can dynamically replace text in your posts with text that may be defined elsewhere, or created by some other module. For example, you can use Sniplets to perform syntax highlighting of files, execute custom PHP code, insert data from a database, and perform all manner of other useful tasks within a standard interface. On top of this, Sniplets can be automatically inserted at key points on a page. For example, you can automatically insert text on every RSS post.

– Replace tags in a post with pre-defined text
– Customizable placement points and templates
– Apply processing modules to the pre-defined text to perform additional functionality
– Automatically insert Sniplets in key points of a page (before post, after post, more tag, header, footer, comment form, sidebar, and initialization)
– Apply pre-defined templates to Sniplets
– Includes a Sidebar Widget to allow Sniplets in the sidebar
– Custom modules can be written by the user
– Fully localized

Umístění a interpretace vlastního PHP kódu

**Exec-PHP**
„http://wordpress.org/extend/plugins/exec-php/“:http://wordpress.org/extend/plugins/exec-php/
„http://bluesome.net/post/2005/08/18/50/“:http://bluesome.net/post/2005/08/18/50/

The Exec-PHP plugin executes PHP code in posts, pages and text widgets.

Main features:

– Executes PHP code in the excerpt and the content portion of your posts and pages
– Configurable execution of PHP code in text widgets (for WordPress 2.2 or higher)
– Write PHP code in familiar syntax, eg.

*jako widget:*

**WP PHP widget**
„http://wordpress.org/extend/plugins/wp-php-widget/“:http://wordpress.org/extend/plugins/wp-php-widget/

This plugin adds a new widget called PHP Widget, which will allow you to include PHP code, you can have Text, HTML, Javascript, Flash and/or PHP code wordpress template tags as content or title in this widget. So, as long as you want, it can do everything, that is greatful.