Skip to content

Commit

Permalink
gmedia v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kanthemesdev committed Jul 29, 2019
1 parent e979bcd commit 5d0d27d
Show file tree
Hide file tree
Showing 97 changed files with 38,791 additions and 36,388 deletions.
36 changes: 18 additions & 18 deletions 404.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php get_header(); ?>
<div class="container">
<div class="row">
<div class="article">
<div class="row">
<div class="content-area" itemprop="articleBody">
<div class="entry entry-content" itemprop="text">
<h1><?php _e( 'UZGUNUZ, 404 HATASI!', 'gm' ); ?></h3>
<div class="divider"></div>
<p>Aradığınız sayfaya şuanda ulaşılamamaktadır, yolunuzu kaybettiyseniz anasayfaya dönebilir veya site içinde <i class="fa fa-search"></i> arama yapmayı deneyebilirsiniz.</p>
<div class="btn waves-effect"><a href="/"><i class="fa fa-undo"></i> En Başa Git</a></div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<?php get_header(); ?>
<div class="container">
<div class="row">
<div class="article">
<div class="row">
<div class="content-area" itemprop="articleBody">
<div class="entry entry-content" itemprop="text">
<h1><?php _e( 'UZGUNUZ, 404 HATASI!', 'gm' ); ?></h3>
<div class="divider"></div>
<p>Aradığınız sayfaya şuanda ulaşılamamaktadır, yolunuzu kaybettiyseniz anasayfaya dönebilir veya site içinde <i class="fa fa-search"></i> arama yapmayı deneyebilirsiniz.</p>
<div class="btn waves-effect"><a href="/"><i class="fa fa-undo"></i> En Başa Git</a></div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>
Expand Down
60 changes: 30 additions & 30 deletions archive.php
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<?php get_header(); ?>
<div class="container">
<div class="row">
<div class="content col-md-8">
<div class="row">
<div class="contents">
<div class="title-box">
<h2 class="title">
<?php if(is_day()): ?>
<?php printf(__(' Günlük Arşiv: <span>%s</span>' , 'gm'), get_the_date()); ?>
<?php elseif (is_month()) : ?>
<?php printf(__('Aylık Arşiv: <span>%s</span>' , 'gm'), get_the_date('Y F')); ?>
<?php elseif (is_year()) : ?>
<?php printf(__(' Yıllık Arşiv: <span>%s</span>' , 'gm'), get_the_date('Y')); ?>
<?php else : ?>
<?php _e('Blog Archives' , 'gm'); ?>
<?php endif; ?>
</h2>
</div>
<?php if ( have_posts() ) : while ( have_posts() ): the_post(); ?>
<?php get_template_part('framework/Blog/post') ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php if (function_exists("wp_gm_pagination")){ wp_gm_pagination();}?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_header(); ?>
<div class="container">
<div class="row">
<div class="content col-md-8">
<div class="row">
<div class="contents">
<div class="title-box">
<h2 class="title">
<?php if(is_day()): ?>
<?php printf(__(' Günlük Arşiv: <span>%s</span>' , 'gm'), get_the_date()); ?>
<?php elseif (is_month()) : ?>
<?php printf(__('Aylık Arşiv: <span>%s</span>' , 'gm'), get_the_date('Y F')); ?>
<?php elseif (is_year()) : ?>
<?php printf(__(' Yıllık Arşiv: <span>%s</span>' , 'gm'), get_the_date('Y')); ?>
<?php else : ?>
<?php _e('Blog Archives' , 'gm'); ?>
<?php endif; ?>
</h2>
</div>
<?php if ( have_posts() ) : while ( have_posts() ): the_post(); ?>
<?php get_template_part('framework/Blog/post') ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php if (function_exists("wp_gm_pagination")){ wp_gm_pagination();}?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>
Expand Down
144 changes: 72 additions & 72 deletions attachment.php
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<main id="main" role="main">
<div class="container">
<div class="row">
<?php if ( ot_get_option( 'headeralti-reklam' ) ): ?>
<div class="header-ads" style="margin-bottom: 1em">
<?php echo ot_get_option('headeralti-reklam'); ?>
</div>
<?php endif;?>
<div class="clearfix"></div>
<div class="content col-md-12">
<div class="row">
<article <?php post_class(); ?>>
<div class="content-area">
<header class="entry-header">
<div class="entry-title-box">
<h1 class="entry-title"><?php the_title(); ?></h1>
<div class="entry-title-meta">
<span class="entry-time timestamp"><time class="updated" datetime="<?php the_time('c'); ?>"><?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' önce'; ?></time></span>
<a class="fn" rel="author" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a> tarafından
<div class="pull-right">
<?php echo getPostViews(get_the_ID()); ?>
<?php echo get_simple_likes_button( get_the_ID() ); ?>
</div>
</div>
<?php if ( ot_get_option( 'share-post' ) != 'off' ) { get_template_part('framework/Blog/share-post'); } ?>
</div>
</header>
<div class="divider"></div>
<?php if ( ot_get_option( 'yazi-sonu-reklam' ) ): ?>
<div class="entry-ads" style="padding: 1em; text-align:center">
<?php echo ot_get_option('yazi-sonu-reklam'); ?>
</div>
<div class="divider"></div>
<?php endif;?>
<?php setPostViews(get_the_ID()); ?>
<div class="att-navigation col-md-12">
<div class="pull-left"><?php previous_image_link( false, '← Geri' ); ?></div>
<div class="pull-right"><?php next_image_link( false, 'İleri →' ); ?></div>
</div>
<div class="clearfix"></div>
<div class="divider"></div>
<div class="entry entry-content" style="text-align:center">
<?php if (wp_attachment_is_image($post->id)) { $att_image = wp_get_attachment_image_src( $post->id, "full"); ?>
<p class="attachment">
<a href="<?php echo wp_get_attachment_url($post->id); ?>" title="<?php the_title(); ?>">
<img src="<?php echo $att_image[0];?>" width="<?php echo $att_image[1];?>" height="<?php echo $att_image[2];?>" class="attachment-medium" alt="<?php the_title(); ?>" />
</a>
</p>
<?php } ?>
</div>
<div class="entry-footer">
<div class="divider"></div>
<?php comments_template('',true); ?>
</div>
</div>
</article>
<?php endwhile; endif; ?>
</div>
</div>
</div>
</div>
<nav class="containersc lkm">
<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" tooltip="<?php the_author(); ?>" class="buttons"><?php echo get_avatar(get_the_author_meta('user_email'),'40'); ?></a>
<a href="#" tooltip="Yukarı Çık" class="buttons red"><i class="material-icons md-18"></i></a>
<a href="#share" tooltip="Yazıyı Paylaş" class="buttons purple"><i class="material-icons md-18"></i></a>
<a href="#comments" tooltip="Yorum Yap" class="buttons midnight"><i class="material-icons md-18"></i></a>
<a href="/" tooltip="Ana Sayfa" class="buttons green"><i class="material-icons md-18"></i></a>
<a href="#" tooltip="Pusula" class="buttons orange"><span><span class="rotate"></span></span></a>
</nav>
</main>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<main id="main" role="main">
<div class="container">
<div class="row">
<?php if ( ot_get_option( 'headeralti-reklam' ) ): ?>
<div class="header-ads" style="margin-bottom: 1em">
<?php echo ot_get_option('headeralti-reklam'); ?>
</div>
<?php endif;?>
<div class="clearfix"></div>
<div class="content col-md-12">
<div class="row">
<article <?php post_class(); ?>>
<div class="content-area">
<header class="entry-header">
<div class="entry-title-box">
<h1 class="entry-title"><?php the_title(); ?></h1>
<div class="entry-title-meta">
<span class="entry-time timestamp"><time class="updated" datetime="<?php the_time('c'); ?>"><?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' önce'; ?></time></span>
<a class="fn" rel="author" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a> tarafından
<div class="pull-right">
<?php echo getPostViews(get_the_ID()); ?>
<?php echo get_simple_likes_button( get_the_ID() ); ?>
</div>
</div>
<?php if ( ot_get_option( 'share-post' ) != 'off' ) { get_template_part('framework/Blog/share-post'); } ?>
</div>
</header>
<div class="divider"></div>
<?php if ( ot_get_option( 'yazi-sonu-reklam' ) ): ?>
<div class="entry-ads" style="padding: 1em; text-align:center">
<?php echo ot_get_option('yazi-sonu-reklam'); ?>
</div>
<div class="divider"></div>
<?php endif;?>
<?php setPostViews(get_the_ID()); ?>
<div class="att-navigation col-md-12">
<div class="pull-left"><?php previous_image_link( false, '← Geri' ); ?></div>
<div class="pull-right"><?php next_image_link( false, 'İleri →' ); ?></div>
</div>
<div class="clearfix"></div>
<div class="divider"></div>
<div class="entry entry-content" style="text-align:center">
<?php if (wp_attachment_is_image($post->id)) { $att_image = wp_get_attachment_image_src( $post->id, "full"); ?>
<p class="attachment">
<a href="<?php echo wp_get_attachment_url($post->id); ?>" title="<?php the_title(); ?>">
<img src="<?php echo $att_image[0];?>" width="<?php echo $att_image[1];?>" height="<?php echo $att_image[2];?>" class="attachment-medium" alt="<?php the_title(); ?>" />
</a>
</p>
<?php } ?>
</div>
<div class="entry-footer">
<div class="divider"></div>
<?php comments_template('',true); ?>
</div>
</div>
</article>
<?php endwhile; endif; ?>
</div>
</div>
</div>
</div>
<nav class="containersc lkm">
<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" tooltip="<?php the_author(); ?>" class="buttons"><?php echo get_avatar(get_the_author_meta('user_email'),'40'); ?></a>
<a href="#" tooltip="Yukarı Çık" class="buttons red"><i class="material-icons md-18"></i></a>
<a href="#share" tooltip="Yazıyı Paylaş" class="buttons purple"><i class="material-icons md-18"></i></a>
<a href="#comments" tooltip="Yorum Yap" class="buttons midnight"><i class="material-icons md-18"></i></a>
<a href="/" tooltip="Ana Sayfa" class="buttons green"><i class="material-icons md-18"></i></a>
<a href="#" tooltip="Pusula" class="buttons orange"><span><span class="rotate"></span></span></a>
</nav>
</main>
<?php get_footer(); ?>
Expand Down
56 changes: 28 additions & 28 deletions author.php
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?php get_header(); ?>
<div class="container-opt">
<div class="autor-page">
<div class="author-cover" style="background: #43a047 url(<?php the_author_meta( 'page-cover', $userID );?>)no-repeat center center/cover">
<div class="author-top">
<div class="author-top-left">
<i class="material-icons md-18">menu</i> Profil
</div>
</div>
<div class="author-avatar pull-center">
<?php echo get_avatar(get_the_author_meta('user_email'),'85'); ?>
</div>
<div class="author-name pull-center">
<h1><?php echo get_the_author(); ?></h1>
</div>
</div>
<div class="authoritem" style="margin-bottom: 3em">
<div style="text-align:center; padding: 1em"><h2><i class="material-icons">face</i> Yazara ait son yazılar</h2></div>
<div class="contents">
<?php if ( have_posts() ) : while ( have_posts() ): the_post(); ?>
<?php get_template_part('framework/Blog/post') ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php if (function_exists("wp_gm_pagination")){ wp_gm_pagination();}?>
</div>
</div>
</div>
<?php get_header(); ?>
<div class="container-opt">
<div class="autor-page">
<div class="author-cover" style="background: #43a047 url(<?php the_author_meta( 'page-cover', $userID );?>)no-repeat center center/cover">
<div class="author-top">
<div class="author-top-left">
<i class="material-icons md-18">menu</i> Profil
</div>
</div>
<div class="author-avatar pull-center">
<?php echo get_avatar(get_the_author_meta('user_email'),'85'); ?>
</div>
<div class="author-name pull-center">
<h1><?php echo get_the_author(); ?></h1>
</div>
</div>
<div class="authoritem" style="margin-bottom: 3em">
<div style="text-align:center; padding: 1em"><h2><i class="material-icons">face</i> Yazara ait son yazılar</h2></div>
<div class="contents">
<?php if ( have_posts() ) : while ( have_posts() ): the_post(); ?>
<?php get_template_part('framework/Blog/post') ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php if (function_exists("wp_gm_pagination")){ wp_gm_pagination();}?>
</div>
</div>
</div>
<?php get_footer(); ?>
Expand Down
24 changes: 12 additions & 12 deletions benioku.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Bu tema kanthemes.com taraf�ndan �cretsiz olarak payla��lm��t�r, eme�e sayg� olarak sitemizi ziyaret etmeyi unutmay�n.

KanThemes.com sunar.
www.kanthemes.com

####################################################################
######################## kanthemes.com #############################
######################## kanthemes.com #############################
######################## kanthemes.com #############################
######################## kanthemes.com #############################
######################## kanthemes.com #############################
######################## kanthemes.com #############################
Bu tema kanthemes.com taraf�ndan �cretsiz olarak payla��lm��t�r, eme�e sayg� olarak sitemizi ziyaret etmeyi unutmay�n.
KanThemes.com sunar.
www.kanthemes.com
####################################################################
######################## kanthemes.com #############################
######################## kanthemes.com #############################
######################## kanthemes.com #############################
######################## kanthemes.com #############################
######################## kanthemes.com #############################
######################## kanthemes.com #############################
####################################################################
Expand Down
46 changes: 23 additions & 23 deletions category.php
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?php get_header(); ?>
<div class="container">
<div class="row">
<div class="content col-md-8">
<div class="row">
<div class="contents">
<div class="title-box">
<h2 class="title"><i class="material-icons md-16">keyboard_arrow_down</i> <?php echo single_cat_title('', false); ?></h2>
</div>
<?php if(category_description($category)): ?>
<div style="padding: 1em; line-height: 1.6; border-bottom: 1px solid #ececec; "><?php echo category_description($category); ?></div>
<?php endif; ?>
<?php if ( have_posts() ) : while ( have_posts() ): the_post(); ?>
<?php get_template_part('framework/Blog/post') ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php if (function_exists("wp_gm_pagination")){ wp_gm_pagination();}?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_header(); ?>
<div class="container">
<div class="row">
<div class="content col-md-8">
<div class="row">
<div class="contents">
<div class="title-box">
<h2 class="title"><i class="material-icons md-16">keyboard_arrow_down</i> <?php echo single_cat_title('', false); ?></h2>
</div>
<?php if(category_description($category)): ?>
<div style="padding: 1em; line-height: 1.6; border-bottom: 1px solid #ececec; "><?php echo category_description($category); ?></div>
<?php endif; ?>
<?php if ( have_posts() ) : while ( have_posts() ): the_post(); ?>
<?php get_template_part('framework/Blog/post') ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php if (function_exists("wp_gm_pagination")){ wp_gm_pagination();}?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>
Expand Down

0 comments on commit 5d0d27d

Please sign in to comment.