Časová osa

**Timeline Express**
„https://wordpress.org/plugins/timeline-express/“:https://wordpress.org/plugins/timeline-express/

Timeline express allows you to create a vertical animated timeline of announcement posts , without writing a single line of code. You simply create the ‚announcement‘ posts, set the announcement date and publish. The timeline will populate automatically in chronological order, based on the announcement date. Easily limit the announcements displayed to Upcoming announcements, past announcements or simply display all of them.

[* https://ps.w.org/timeline-express/assets/screenshot-3.jpg 630×900 *]

 

Přidání bloku s nápovědou

Rozšíření bloku *Help* v záhlaví administrace příspěvku.

/—code php
// Add help text to a specific page

function adding_help_tab() {

$screen = get_current_screen();

if ( ‚post‘ == $screen->post_type ) {

get_current_screen()->add_help_tab( array(
‚id‘ => ‚post‘,
‚title‘ => ( ‚Writing Guidelines’ ),
‚content‘ => ‚Hello, please keep these writing guidelines in mind.

  • The content you add must be unique.
  • Add relevant and exciting images with your content.
  • Remember to add title, alt text, and a descriptive caption for your images.

‚,
) );
}
}
add_action( ‚admin_head‘, ‚adding_help_tab‘ );
\—

[* http://cdn.elegantthemes.com/blog/wp-content/uploads/2015/05/Custom-Help-Text.png *]

Vymazání nepoužitých obrázků

Při uploadu obrázku (není-li „speciálně ošetřeno“:http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/) se automaticky vytváří několik různých formátů téhož.
Na webu, kde se často publikuje, je pak adresář /uploads rychle zaplněn tisíci obrázků, což se napříjemně projeví třeba při zálohování.

Rešení je **DNUI Delete not used image** plugin
„DNUI Delete not used image“:DNUI Delete not used image
„http://www.nicearma.com/delete-not-used-image-wordpress-dnui/“:http://www.nicearma.com/delete-not-used-image-wordpress-dnui/

This plugin will help you to find all image in the database that are not being used/unused and give you the oportunity to cleanup the database and the server space.

You will only delete not used/unused image (based in the logic of a blog site, so dont worry about delete image used.

Úprava hlavičky e-mailu odesílaného WordPressem

Změna z “WordPress” na “Můj web/Moje jméno”

/—code php
function website_email() {
$sender_email= ‚Your email here‘;
return $sender_email;
}
function website_name(){
$site_name = ‚Your site name here‘;
return $site_name;
}
add_filter(‚wp_mail_from‘,’website_email‘);
add_filter(‚wp_mail_from_name‘,’website_name‘);
\—

„http://webania.net/customize-email-sending-header-in-wordpress/“:http://webania.net/customize-email-sending-header-in-wordpress/

Formátování obsahu do sloupců

**WP Easy Columns**
„https://wordpress.org/plugins/easy-columns/“:https://wordpress.org/plugins/easy-columns/

Easy Columns provides the shortcodes to create a grid system or magazine style columns for laying out your pages or posts on demand.

Using the shortcodes, you can get any combination of 1/4, 1/2, 1/3, 2/3, 3/4, 1/5, 2/5, 3/5 and 4/5 columns. You can insert at least thirty unique variations of columns on any page or post.

Quickly add columns to your pages from the editor with an easy to use „pick n‘ click“ interface. Works with ANY theme!

Použití Awesome fontu ve WordPressu

Font icons are a way in which we can display fully responsive, customizable icons on our website without the use of additional images or sprite-sheets. Let’s use „Font Awesome“:http://fortawesome.github.io/Font-Awesome/ as they have hundreds of really amazing icons.

„Using Font Awesome with WordPress »“:http://www.sitepoint.com/using-font-awesome-with-wordpress/

Fakturace

**Fakturace a online platební brána s aktivací prémiových účtů**
„https://wordpress.org/plugins/fakturace/“:https://wordpress.org/plugins/fakturace/
„http://jancejka.cz/plugin-fakturace-pro-wordpress/“:http://jancejka.cz/plugin-fakturace-pro-wordpress/

Jednoduchá a rychlá cesta jak přes WP prodávat jeden produkt.

– generování a zasílání faktur v PDF emailem
– online platby přes GoPay
– následná aktivace prémiových uživatelských účtů

Plugin je prozatím určen pro ČR.



 

Storefront – šablona zdarma pro WooCommerce

**Storefront**
„http://www.woothemes.com/storefront/“:http://www.woothemes.com/storefront/

Storefront is an intuitive & flexible, free WordPress theme offering deep integration with „WooCommerce plugin“:https://wordpress.org/plugins/woocommerce/.

„Demo »“:http://demo2.woothemes.com/storefront/

[* http://2nlizv2n463m4ezbxb1ci6m1.wpengine.netdna-cdn.com/wp-content/themes/woo/images/storefront/feature-1.jpg 630×300 *]

Google fonty

**Easy Google Fonts**
„https://wordpress.org/plugins/easy-google-fonts/“:https://wordpress.org/plugins/easy-google-fonts/

A simple and easy way to add custom google fonts to any WordPress theme without coding. This plugin integrates with the WordPress Customizer so you can preview google fonts on your site in realtime. It’s compatible with any theme.

It also allows you to create custom theme specific font controls in the admin settings area to control particular css selectors. Once created, these custom font controls are instantly available in the customizer no coding required!