NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<?php get_header(); ?>
<div class="container-fluid">
<div class="row-fluid">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="ingredient">
<div class="first-row">
<?php query_posts("posts_per_page=2"); ?>
<?php if(have_posts()):while(have_posts()):the_post();?>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 slider-1">
<div class="slider-cat-1"><?php $cat1 = get_the_category(); echo "<a href='".get_bloginfo('url')."?cat=".$cat1[0]->term_id."'>".$cat1[0]->name."</a>" ?></div>
<a href="<?php the_permalink() ?>">
<?php echo get_the_post_thumbnail($post->ID , 'top-slider-1', array('class' => 'top-slider-img-1'));?>
<div class="slider-title-shadow-1"></div>
<h2><?php the_title();?></h2>
</a>
</div>
<?php endwhile;?>
</div>
<div class="second-row">
<?php
if(!empty($paged))$page = $paged;else $page = 2;$posts_per_page = get_option('posts_per_page');$start = (($page - 2)*$posts_per_page)+2;
?>
<?php global $post;$ilk_yazi = get_posts('numberposts=3&offset='.$start);foreach($ilk_yazi as $post) :setup_postdata($post);?>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 slider-2">
<div class="slider-cat-2"><?php $cat1 = get_the_category(); echo "<a href='".get_bloginfo('url')."?cat=".$cat1[0]->term_id."'>".$cat1[0]->name."</a>" ?></div>
<a href="<?php the_permalink() ?>">
<?php echo get_the_post_thumbnail($post->ID , 'top-slider-1', array('class' => 'top-slider-img-2'));?>
<div class="slider-title-shadow-2"></div>
<h2><?php the_title();?></h2>
</a>
</div>
<?php endforeach; ?>
</div>
</div>
</div>
<div class="row-fluid">
<div class="clearfix visible-xs"></div>
<div id="notice">
<div class="yanlarbosluk4">
<div id="pop-b"><strong>Popüler Etiketler</strong><span id="right-arrow"></span></div>
<div id="pop-t"><?php top_tags(); ?></div>
</div>
</div>
<div id="top-s-f">
<form class="form-inline" method="get" action="<?php bloginfo('home'); ?>">
<div class="form-group">
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></div>
<input type="text" class="form-control" id="exampleInputAmount" value="" name="s" placeholder="Ne aramıştınız?" tabindex="1" />
</div>
</div>
</form>
</div>
<div class="col-lg-4 col-lg-4" id="sidebar">
<?php get_sidebar(); ?>
</div>
<div class="col-lg-8 col-lg-8 col-sm-12 col-xs-12" id="content">
<div id="slider">
<div class="flex-container">
<div class="flexslider">
<ul class="slides">
<?php $cuff_area = new WP_Query("cat&showposts=5&meta_key=slider");while($cuff_area->have_posts()) :$cuff_area->the_post();$cuff = get_post_meta($post->ID,'slider', true);?>
<li>
<?php echo get_the_post_thumbnail($post->ID , 'colorfultech-slider');?>
<p class="flex-caption">
<a href="<?php the_permalink();?>"><?php the_title() ?></a>
<span class="explanation">
<?php first_sentence_show(get_the_excerpt(),200);?>
</span>
<span class="slider-data">
<span class="glyphicon glyphicon-calendar" aria-hidden="true"></span>
<?php the_time('j F Y, H:i') ?>
</span>
</p>
</li>
<?php endwhile;?>
</ul>
</div>
</div>
</div>
<?php $home_count = get_option('home_count'); ?>
<?php if(!empty($paged))$page = $paged;else $page = 5;$posts_per_page = get_option('posts_per_page');$start = (($page - 5) * $posts_per_page) + 5; ?>
<?php global $post;$ilk_yazi = get_posts('numberposts='.$home_count.'&offset='.$start);foreach($ilk_yazi as $post) :setup_postdata($post); ?>
<div class="posts">
<div class="image-effect">
<div class="post-cat"><?php $cat1 = get_the_category(); echo "<a href='".get_bloginfo('url')."?cat=".$cat1[0]->term_id."'>".$cat1[0]->name."</a>" ?></div>
<a href="<?php the_permalink() ?>">
<?php echo get_the_post_thumbnail($post->ID , 'colorfultech-post', array('class' => 'post-images'));?>
<span class="post-title"><?php the_title();?></span>
<div class="post-title-shadow"></div>
</a>
</div>
<div class="clear"></div>
<div class="texts">
<?php
$anasayfa_yazilari = get_the_excerpt();
$uzunluk = strlen($anasayfa_yazilari);
$limit = 180;
if ($uzunluk > $limit) {
$degismis_anasayfa_yazilari = mb_substr($anasayfa_yazilari, 0, $limit, 'UTF-8'). "...";
}
echo $degismis_anasayfa_yazilari;
?>
</div>
<div class="post-data">
<span class="glyphicon glyphicon-calendar" aria-hidden="true"></span>
<?php the_time('j F Y, H:i') ?>
<span class="read-more">
<a href="<?php the_permalink() ?>" title="Devamını Oku!">Oku <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span></a>
</span>
</div>
</div>
<?php endforeach;?>
<div class="clearfix visible-xs-block"></div>
<div id="multi-cat">
<div class="m-categories">
<?php $cat_1 = get_option('cat_1'); ?>
<?php $thisCat1 = get_category($cat_1) ?>
<?php $catNa1 = "showposts=4&orderby=date&cat=".$cat_1 ?>
<h4><?php echo $thisCat1->name ?></h4>
<div class="m-c-widget">
<script type="text/javascript">
//<![CDATA[
(function() {
document.write('<span class="m-c-first-post"><span class="boslukcukcuk">');
})();
//]]>
</script>
<?php query_posts($catNa1); ?>
<?php while(have_posts()):the_post(); ?>
<ul>
<li>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail('main-cat', array('class' => 'm-c-img')); ?></a>
<span class="m-c-title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php echo kisa_baslik('','30'); ?></a></span>
<span class="m-c-desc">
<?php
$anasayfa_yazilari = get_the_excerpt();
$uzunluk = strlen($anasayfa_yazilari);
$limit = 140;
if ($uzunluk > $limit) {
$degismis_anasayfa_yazilari = mb_substr($anasayfa_yazilari, 0, $limit, "UTF-8"). "...";
}
echo $degismis_anasayfa_yazilari;
?>
</span>
<span class="m-c-date"><?php the_time('j F Y, H:i') ?></span>
</li>
</ul>
<?php endwhile; ?>
<script type="text/javascript">
//<![CDATA[
(function() {
document.write('</span></span>');
})();
//]]>
</script>
<div class="digeryan">
<?php query_posts($catNa1); ?>
<?php while(have_posts()):the_post(); ?>
<ul>
<li>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail('colorfultech-block-image', array('class' => 'm-c-img')); ?></a>
<span class="m-c-title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php echo kisa_baslik('','40'); ?></a></span>
<span class="m-c-date"><?php the_time('j F Y, H:i') ?></span>
</li>
</ul>
<?php endwhile; ?>
</div>
</div>
</div>
<div class="m-categories">
<?php $cat_2 = get_option('cat_2'); ?>
<?php $thisCat2 = get_category($cat_2) ?>
<?php $catNa2 = "showposts=4&orderby=date&cat=".$cat_2 ?>
<h4><?php echo $thisCat2->name ?></h4>
<div class="m-c-widget">
<script type="text/javascript">
//<![CDATA[
(function() {
document.write('<span class="m-c-first-post"><span class="boslukcukcuk">');
})();
//]]>
</script>
<?php query_posts($catNa2); ?>
<?php while(have_posts()):the_post(); ?>
<ul>
<li>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail('main-cat', array('class' => 'm-c-img')); ?></a>
<span class="m-c-title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php echo kisa_baslik('','30'); ?></a></span>
<span class="m-c-desc">
<?php
$anasayfa_yazilari = get_the_excerpt();
$uzunluk = strlen($anasayfa_yazilari);
$limit = 140;
if ($uzunluk > $limit) {
$degismis_anasayfa_yazilari = mb_substr($anasayfa_yazilari, 0, $limit, "UTF-8"). "...";
}
echo $degismis_anasayfa_yazilari;
?>
</span>
<span class="m-c-date"><?php the_time('j F Y, H:i') ?></span>
</li>
</ul>
<?php endwhile; ?>
<script type="text/javascript">
//<![CDATA[
(function() {
document.write('</span></span>');
})();
//]]>
</script>
<div class="digeryan">
<?php query_posts($catNa2); ?>
<?php while (have_posts()) : the_post(); ?>
<ul>
<li>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail('colorfultech-block-image', array('class' => 'm-c-img')); ?></a>
<span class="m-c-title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php echo kisa_baslik('','40'); ?></a></span>
<span class="m-c-date"><?php the_time('j F Y, H:i') ?></span>
</li>
</ul>
<?php endwhile; ?>
</span>
</div>
</div>
</div>
</div>
</div>
<?php endif; ?>
</div>
<div class="clearfix visible-xs"></div>
<?php get_footer(); ?>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.