File: /var/www/kevin-demo/wp-content/themes/fitmencook/author.php
<?php
/**
* The template for displaying author page
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package fitmencook
*/
get_header();
$author_id = $post->post_author;
?>
<main id="primary" class="site-main spacing_0_1">
<div class="fmc_post_hero spacing_2_3">
<div class="fmc_container">
<div class="fmc_post_hero_top">
<div class="fmc_post_hero_left">
<?php if (function_exists('yoast_breadcrumb')) {
yoast_breadcrumb('<div class="fmc_breadcrumbs spacing_0_2">', '</div>');
} ?>
<div class="fmc_author">
<figure class="fmc_author_img_wrapper">
<!-- Slika autora s dodanom klasom -->
<img class="fmc_author_img" src="<?php echo esc_url(get_avatar_url($author_id)); ?>" alt="<?php echo esc_attr(get_the_author_meta('display_name', $author_id)); ?>">
</figure>
<div class="fmc_author_content_wrapper">
<h3 class="fmc_author_prefix">
<?php echo esc_html(get_field('author_prefix', 'option')); ?>
</h3>
<h4 class="title_spacing_3">
<?php echo esc_html(get_the_author_meta('display_name', $author_id)); ?>
</h4>
<div class="fmc_author_content">
<em>
<?php echo wp_kses_post(wpautop(get_the_author_meta('description', $author_id))); ?>
</em>
</div>
<div class="fmc_chef_share social-class">
<div class="fmc_youtube"><a href="<?php the_field('youtube', 'option'); ?>"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg></a></div>
<div class="fmc_tw"><a href="<?php the_field('twitter', 'option'); ?>"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg></a></div>
<div class="fmc_fb"><a href="<?php the_field('facebook', 'option'); ?>"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg></a></div>
<div class="fmc_instagram"><a href="<?php the_field('instagram', 'option'); ?>"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="text-align: center; font-size: 30px;">
</div>
<div class="tabs">
<ul class="tab-links">
<li class="active"><a href="#author-blogs">Blogs</a></li>
<li><a href="#author-recipes">Recipes</a></li>
</ul>
<div class="tab-content">
<div id="author-blogs" class="tab active">
<h3 class="title_spacing_3">
<?php echo esc_html('Blogs by ' . get_the_author_meta('display_name', $author_id)); ?>
</h3>
<div class="fmc_author_blogs">
<?php
$author_blogs = new WP_Query(array(
'author' => $author_id,
'post_type' => 'post',
'posts_per_page' => -1
));
if ($author_blogs->have_posts()) :
while ($author_blogs->have_posts()) : $author_blogs->the_post(); ?>
<div class="fmc_author_blog_item">
<?php if (has_post_thumbnail()) : ?>
<div class="fmc_blog_thumbnail">
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('medium'); ?></a>
</div>
<?php endif; ?>
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
<p><?php echo wp_trim_words(get_the_excerpt(), 20, '...'); ?></p>
</div>
<?php endwhile;
wp_reset_postdata();
else : ?>
<p>No Blogs.</p>
<?php endif; ?>
</div>
</div>
<div id="author-recipes" class="tab">
<h3 class="title_spacing_3">
<?php echo esc_html('Recipes by ' . get_the_author_meta('display_name', $author_id)); ?>
</h3>
<div class="fmc_author_recipes">
<?php
$author_recipes = new WP_Query(array(
'author' => $author_id,
'post_type' => 'recipes',
'posts_per_page' => -1
));
if ($author_recipes->have_posts()) :
while ($author_recipes->have_posts()) : $author_recipes->the_post(); ?>
<div class="fmc_author_recipe_item">
<?php if (has_post_thumbnail()) : ?>
<div class="fmc_recipe_thumbnail">
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('medium'); ?></a>
</div>
<?php endif; ?>
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
<p><?php echo wp_trim_words(get_the_excerpt(), 20, '...'); ?></p>
</div>
<?php endwhile;
wp_reset_postdata();
else : ?>
<p>No Recipes.</p>
<?php endif; ?>
</div>
</div>
</div>
</div>
</main>
<?php
get_footer();
?>
<script>
document.addEventListener('DOMContentLoaded', function () {
const tabLinks = document.querySelectorAll('.tab-links a');
const tabs = document.querySelectorAll('.tab');
tabLinks.forEach(link => {
link.addEventListener('click', function (e) {
e.preventDefault();
tabLinks.forEach(item => item.parentElement.classList.remove('active'));
tabs.forEach(tab => tab.classList.remove('active'));
this.parentElement.classList.add('active');
const target = this.getAttribute('href');
const targetTab = document.querySelector(target);
if (targetTab) {
targetTab.classList.add('active');
}
});
});
});
</script>