<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <link rel="profile" href="https://gmpg.org/xfn/11" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if( vlog_get_option( 'content_layout' ) == 'boxed' ): ?> <div class="vlog-body-box"> <?php endif; ?> <?php if(vlog_show_header()): ?> <?php if( vlog_get_option( 'header_top' ) ): ?> <?php get_template_part( 'template-parts/header/topbar' ); ?> <?php endif; ?> <?php $shadow_class = vlog_get_option('header_shadow') ? 'vlog-header-shadow' : ''; ?> <header id="header" class="vlog-site-header <?php echo esc_attr( $shadow_class ); ?> hidden-xs hidden-sm"> <?php get_template_part( 'template-parts/header/layout-' . vlog_get_option('header_layout') ); ?> </header> <?php if ( vlog_get_option( 'header_sticky' ) ): ?> <?php if ( vlog_get_option( 'header_sticky_customize' ) ): ?> <?php get_template_part( 'template-parts/header/sticky-' . vlog_get_option('header_sticky_layout') ) ?> <?php else: ?> <?php get_template_part( 'template-parts/header/sticky-1' ); ?> <?php endif; ?> <?php endif; ?> <?php get_template_part( 'template-parts/header/responsive' ); ?> <?php endif; ?> <div id="content" class="vlog-site-content">

O Mnie

Paweł Lenar

Jest liderem w branży Marketingu Sieciowego od 12 lat. Zbudowałem organizacje sprzedażowe liczące łącznie ponad 70 000 partnerów w 23 krajach. Jestem laureatem nagrody Polish National Sales Awards dla najlepszego menedżera branży MLM w Polsce, autorem bestsellerowych książek oraz systemów szkoleniowych.

Sekrety pokonywania obiekcji w marketingu sieciowym
kurs
kurs
<?php do_action( 'vlog_before_end_content' ); ?> <?php if ( vlog_show_footer() ): ?> <?php get_template_part( 'template-parts/ads/above-footer' ); ?> </div> <footer id="footer" class="vlog-site-footer"> <?php if ( vlog_get_option( 'footer_widgets' ) ): ?> <div class="container"> <div class="row"> <?php $layout = explode( "_", vlog_get_option( 'footer_layout' ) ); $columns = $layout[0]; $col_class = $layout[1]; ?> <?php for ( $i = 1; $i <= $columns; $i++ ) : ?> <div class="col-lg-<?php echo esc_attr( $col_class ); ?> col-md-<?php echo esc_attr( $col_class ); ?>"> <?php if ( is_active_sidebar( 'vlog_footer_sidebar_'.$i ) ) : ?> <?php dynamic_sidebar( 'vlog_footer_sidebar_'.$i );?> <?php endif; ?> </div> <?php endfor; ?> </div> </div> <?php endif; ?> <?php if ( vlog_get_option( 'footer_bottom' ) ): ?> <div class="vlog-copyright"> <div class="container"> <?php echo wp_kses_post( str_replace( '{current_year}', date( 'Y' ), vlog_get_option( 'footer_copyright' ) ) ); ?> </div> </div> <?php endif; ?> </footer> <?php endif; ?> <?php if ( vlog_get_option( 'content_layout' ) == 'boxed' ): ?> </div> <?php endif; ?> <?php wp_footer(); ?> </body> </html>