6, ), $atts); // Zapobiegaj problemom z paginacją na stronach statycznych if (get_query_var('paged')) { $paged = get_query_var('paged'); } elseif (get_query_var('page')) { $paged = get_query_var('page'); } else { $paged = 1; } $search_query = isset($_GET['kb_search']) ? sanitize_text_field($_GET['kb_search']) : ''; $cat_filter = isset($_GET['kb_cat']) ? sanitize_text_field($_GET['kb_cat']) : ''; // Pobierz kategorie do filtrów $wp_categories = get_categories(array( 'orderby' => 'name', 'order' => 'ASC', 'hide_empty' => true, )); // Ustalenie Wpisu Wyróżnionego (Featured Post) $featured_post_id = null; if ($paged == 1 && empty($search_query) && empty($cat_filter)) { $featured_args = array( 'post_type' => 'post', 'posts_per_page' => 1, 'post_status' => 'publish', ); $featured_query = new WP_Query($featured_args); if ($featured_query->have_posts()) { $featured_query->the_post(); $featured_post_id = get_the_ID(); } wp_reset_postdata(); } // Zapytanie główne o posty do siatki $query_args = array( 'post_type' => 'post', 'posts_per_page' => intval($args_atts['posts_per_page']), 'paged' => $paged, 'post_status' => 'publish', ); if ($featured_post_id) { $query_args['post__not_in'] = array($featured_post_id); } if (!empty($cat_filter) && $cat_filter !== 'all') { $query_args['category_name'] = $cat_filter; } if (!empty($search_query)) { $query_args['s'] = $search_query; } $kb_query = new WP_Query($query_args); // Rozpocznij buforowanie wyjścia HTML ob_start(); ?>

Baza Wiedzy Landstal

Sprawdzone porady agrotechniczne, eksploatacyjne i nowości z branży rolniczej.

name : 'Porady'; ?>
LANDSTAL
min czytania

have_posts()) : ?> have_posts()) : $kb_query->the_post(); $word_count = str_word_count(strip_tags(get_the_content())); $reading_time = ceil($word_count / 200); if ($reading_time < 1) $reading_time = 1; $post_cats = get_the_category(); $primary_cat = !empty($post_cats) ? $post_cats[0]->name : 'Artykuł'; ?>
LANDSTAL
min czytania

Brak wpisów

Nie znaleziono artykułów. Spróbuj innych słów kluczowych.

Zresetuj filtry
max_num_pages > 1) : ?>
str_replace(999999999, '%#%', esc_url(get_pagenum_link(999999999))), 'format' => '?paged=%#%', 'current' => max(1, $paged), 'total' => $kb_query->max_num_pages, 'type' => 'plain', 'prev_text' => '', 'next_text' => '', )); ?>

Biuletyn Agrotechniczny

Otrzymuj techniczne analizy i porady ekspertów na e-mail.

Zapisując się, akceptujesz politykę prywatności Landstal.
Baza Wiedzy Landstal

Nowoczesne rolnictwo w praktyce

Odkryj profesjonalne porady glebowe, analizy techniczne maszyn oraz przewodniki po uprawie bezorkowej. Tworzymy wiedzę z pasji do rolnictwa.

Kategorie:
1 2 3

Cookies preferences

Others

Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.

Necessary

Necessary
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.

Advertisement

Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.

Analytics

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.

Functional

Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.

Performance

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.