Export webu jako statické HTML stránky

**WP Static HTML Output**
„http://wordpress.org/plugins/static-html-output-plugin/“:http://wordpress.org/plugins/static-html-output-plugin/

This plugin produces a static HTML version of your wordpress install, incredibly useful for anyone who would like the publishing power of wordpress but whose webhost doesn’t allow dynamic PHP driven sites – such as MobileMe. You can run your development site on a different domain or offline, and the plugin will change all relevant URLs when you publish your site. It’s a simple but powerful plugin, and after hitting the publish button, the plugin will output a ZIP file of your entire site, ready to upload straight to it’s new home.

Flexibilní widget pro zobrazení příspěvků

**Flexible Posts Widget**
„http://wordpress.org/plugins/flexible-posts-widget/“:http://wordpress.org/plugins/flexible-posts-widget/

Flexible Posts Widget (FPW) is more than just a simple alternative to the default Recent Posts widget. With many per-instance options it is highly customizable and allows advanced users to display the resulting posts virtually any way imaginable.
Features & options

– Customizable widget title
– Get posts by post type(s) and/or taxonomy & term(s) or directly by a list of post IDs.
– Control the number of posts displayed and the number of posts to offset.
– Option to display the post feature image.
– Select the post feature image size to display from existing image sizes: thumbnail, medium, large, post-thumbnail or any size defined by the current theme.
– Order posts by: date, ID, title, menu order, random, Post ID Order; and sort posts: ascending or descending.
– Each widget’s output can be customized by user-defined templates added to the current theme folder.

„Customization »“:http://wordpress.org/plugins/flexible-posts-widget/other_notes/

Vytváření vlastních sidebarů a oblastí pro widgety

**Custom Sidebars**
„http://wordpress.org/plugins/custom-sidebars/“:http://wordpress.org/plugins/custom-sidebars/

Allows you to create all the widgetized areas you need, your own custom sidebars, configure them adding widgets, and replace the default sidebars on the posts or pages you want in just few clicks.

*Alternativy*

**Per Page Sidebars**
„http://wordpress.org/plugins/per-page-sidebars/“:http://wordpress.org/plugins/per-page-sidebars/

Allows the creation and display of custom sidebars for any page (or post) on your site. On each page, you can choose which of your current theme’s sidebars will be replaced. The replacement works for all descendants of a replaced page.

**Svépomocí**

V šabloně single.php a/nebo page.php najdeme kód:

/—code php
get_sidebar();
\—

a nahradíme jej tímto:

/—code php
$sidebar = get_post_meta($post->ID, „sidebar“, true);
get_sidebar($sidebar);
\—

V příspěvku nebo stránce, kde chceme zobrazit specifický sidebar pak přidáme uživatelské pole *Sidebar* a vložíme do něj jméno specifického sidebaru, např *xyz*. Soubor *sidebar-xyz.php* musí samozřejmě existovat. Vytvoříme ho zkopírováním originálního souboru *sidebar.php* (a případně podle potřeby upravíme).

Soubor sidebar-xyz upravíme následovně:

/—code php

\—

Pro vytvoření vlastní oblasti pro widgety do functions.php přidáme kód:

/—code php
if ( function_exists(‚register_sidebar‘) ) {
register_sidebar(array(
‚name‘ => ‚xyz‘,
‚id‘ => ‚xyz-sidebar‘,
‚description‘ => ‚Uživatelský sidebar pro stránku xyz“‚,
‚before_widget‘ => ‚

  • ‚,
    ‚after_widget‘ => ‚
  • ‚,
    ‚before_title‘ => ‚

    ‚,
    ‚after_title‘ => ‚

    ‚,
    // udaje v after a before třeba upravit v souladu s použitým tématem
    ));
    }\—

    Vkládání map Seznamu (mapy.cz)

    Pro vkládání „seznamáckých map“:http://www.mapy.cz/ do WordPressu lze využít „bohatě zdokumentované API“:http://api4.mapy.cz/view?page=examples.

    1) v header.php si natáhneme loader
    /—code php



    \—

    2) do kódu stránky (v html editoru) vložíme do stránky kód pro zobrazení mapy
    /—code php



    \—

    3) no a mapa pak vypadá třeba „takhle“:http://metzova.cz/kontakt/.

    Vychytal to „Bigdrobek“:http://wordpress.bigdrobek.com/2013/05/20/vlozeni-interaktivni-mapy-cz-do-wordpressu/.

    Automatické publikování na LinkedIn (a další sociální sítě)

    **LinkedIn Auto Publish**
    „http://wordpress.org/plugins/linkedin-auto-publish/“:http://wordpress.org/plugins/linkedin-auto-publish/

    The LinkedIn Auto Publish lets you publish posts automatically from your blog to LinkedIn. You can publish your posts to LinkedIn as simple text message or as text message with attached image. The plugin supports filtering posts based on custom post-types as well as categories.

    The various mechanisms of posting to LinkedIn are listed below.

    – Simple text message
    – Text message with image
    – Share post content with public or your connections

    Made by „XYZ scripts“:http://xyzscripts.com/wordpress-plugins/linkedin-auto-publish/details.

    *Alternativy*

    **Nextscripts Social Networks Auto-Poster**
    „http://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/“:http://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/
    „http://www.nextscripts.com/social-networks-auto-poster-for-wordpress/“:http://www.nextscripts.com/social-networks-auto-poster-for-wordpress/

    This plugin automatically publishes posts from your blog to your Social Network accounts such as Facebook, Twitter, Google+(Google Plus), Blogger, Tumblr, Flickr, Delicious, Instapaper, Stumbleupon, LinkedIn, Pinterest, YouTube and many other. The whole process is completely automated. Just write a new post and either entire post or it’s nicely formatted announcement with backlink will be published to all your configured social networks. You can reach the most audience and tell all your friends, readers and followers about your new post. Plugin works with profiles, business pages, community pages, groups, etc.

    **Social**
    „http://wordpress.org/plugins/social/“:http://wordpress.org/plugins/social/

    Social (by MailChimp) is a lightweight plugin that seamlessly integrate with Twitter and Facebook.

    *Broadcast Published Posts*

    – Automatically broadcast posts to Twitter and/or Facebook
    – Supports multiple accounts associated per user and per blog

    *Pull in Tweets and Replies as Comments*

    – Automatically polls Twitter and Facebook for mentions of your post
    – Displays mentions inline with comments
    – Filter comments by originating source (Facebook, Twitter, or your blog as comments)

    *Comment as Facebook and/or Twitter Identity*

    – Allow users to leave comments as Facebook or Twitter identity
    – Links point back to users‘ Facebook or Twitter profiles
    – Indicators let you and visitors know people are who they say they are

    **1-click Retweet/Share/Like**
    „http://wordpress.org/plugins/1-click-retweetsharelike/“:http://wordpress.org/plugins/1-click-retweetsharelike/

    Enables you to Automatically Publish or Self Publish your Blog Posts to 30+ Networks.

    – Facebook Profile/Wall
    – Facebook Pages
    – Facebook Events
    – Facebook Groups
    – Twitter
    – LinkedIn
    – and more

    „Pluginy pro správu a publikování na Linkedin »“:http://musilda.cz/pluginy-pro-spravu-a-publikovani-na-linkedin/

    „How To Post To Facebook From WordPress »“:http://www.elegantthemes.com/blog/tips-tricks/how-to-post-to-facebook-from-wordpress?utm_source=Elegant+Themes

    Uživatelská úprava standardních WP šablon TwentyXX

    **Styles**
    „http://wordpress.org/plugins/styles/“:http://wordpress.org/plugins/styles/

    Styles gives you creative control in one consistent interface – the WordPress theme customizer.
    Free for default WordPress Themes (TwentyTen, TwentyEleven, TwentyTwelve, TwentyThirteen).

    Download TwentyXX template customizer „here »“:http://stylesplugin.com/

    „Modify Header, footer, font, sitebar, titles using CSS »“:http://allaboutbasic.com/2012/09/05/wordpress-com-theme-twenty-twelve-theme-modification-modify-headerfooterfontsitebartitles-using-css/

    Plugin s Bootstrap CSS a Javascript knihovnami

    **WordPress Twitter Bootstrap CSS**
    „http://wordpress.org/plugins/wordpress-bootstrap-css/“:http://wordpress.org/plugins/wordpress-bootstrap-css/

    WordPress Twitter Bootstrap CSS lets you include the latest Twitter Bootstrap CSS and Javascript libraries in your WordPress site, to all pages, regardless of the WordPress Theme.

    Works with any WordPress Theme without ever editing Theme files and NO programming needed.

    Přenesení referencí z LinkedIn

    **WP LinkedIn**
    „http://wordpress.org/plugins/wp-linkedin/“:http://wordpress.org/plugins/wp-linkedin/

    This plugin enables you to add various part of your LinkedIn profile to your WordPress blog.

    This plugin provides you with shortcodes to insert your full LinkedIn profile and a rotating scroller of your LinkedIn recommendations in any WordPress page or post.

    See this post for more details on customization: „Showing more of your LinkedIn profile with WP-LinkedIn“:http://vedovini.net/tag/wp-linkedin/.