??????????????
﻿??????????????
﻿??????????????
﻿??????????????
??????????????
﻿??????????????
﻿??????????????
﻿??????????????
<?php 

/* 

Theme Name: Mjcc

*/
global $wp;
$current_url = home_url(add_query_arg(array(), $wp->request));
get_header(); 
$categories = get_categories(); 
?>
<div class="categories mt-4 mb-3 mt-md-5 mb-md-5">
	<div class="expand-link toggle-link text-center">
		<a href="#">Rozwiń kategorie</a>
	</div>
	<div class="hide-link toggle-link text-center">
		<a href="#">Zwiń kategorie</a>
	</div>
	<div class="container d-flex">
		<div class="category-item">
			<a href="/newsy">Wszystkie</a>
		</div>
		<?php foreach ($categories as $category){?>
		<div class="category-item">
			<a class="<?php echo $current_url.'/'==get_category_link($category)?'active':''; ?>" href="<?php echo get_category_link($category); ?>"><?php echo get_term($category)->name; ?></a>
		</div>
		<?php }?>
	</div>
</div>
<div class="container-fluid blog-listing">
<?php
		if ( have_posts() ) {

		$i = 0;

			while ( have_posts() ) {
				the_post();
				?>
				<div class="row">
					<div class="col-md-6 col-12 p-0 order-md-2 image-col">
						<a href="<?php echo get_permalink(get_the_ID()); ?>"><?php the_post_thumbnail( 'full' ); ?></a>
					</div>
					<div class="col-md-6 col-12 p-0">
						<div class="blog-box">
							<div class="blog-content">
								<div class="categories">
									<?php the_category(); ?>
								</div>
								<div class="title">
									<?php
										the_title( '<h2>', '</h2>' );
									?>
								</div>
								<div class="desc">
									<?php
										the_excerpt();
									?>
								</div>
								<div class="blog-link service-link">
									<?php the_shortlink('Czytaj więc