Skip to main content

Sadzenie Wrzesień

function display_ranking_shortcode($atts) {
$args = array(
'post_type’ => 'akcje_sadzenia’,
'posts_per_page’ => 1,
'meta_key’ => 'data_rozpoczecia’,
'orderby’ => 'meta_value’,
'order’ => 'DESC’
);
$akcje_query = new WP_Query($args);

if ($akcje_query->have_posts()) {
while ($akcje_query->have_posts()) : $akcje_query->the_post();
$zakupy = get_post_meta(get_the_ID(), 'zakupy_klientow’, true);
$data_rozpoczecia = get_post_meta(get_the_ID(), 'data_rozpoczecia’, true);
echo '<h2>’ . get_the_title() . '</h2>’;
echo '<div id=”countdown” data-event-date=”’ . esc_attr($data_rozpoczecia) . 'T00:00:00″></div>’;
echo '<div>’ . nl2br(esc_textarea($zakupy)) . '</div>’;
endwhile;
}
wp_reset_postdata();
}
add_shortcode(’display_ranking’, 'display_ranking_shortcode’);

TREEDLY Spółka z o.o.
ul. Pogodna 66,
05-077 Warszawa
NIP 9522255123
KRS 0001101567