26 Aralık 2017 Salı

Wordpress Developer Beginners Yeni Tema


header.php

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Awesome Theme</title>
</head>

<body>


footer.php
<footer>
<p>This is my footer</p>
</footer>

</body>
</html>


index.php

<?php get_header(); ?>

<h1>This is my index</h1>

<?php get_footer(); ?>



style.css

/*
Theme Name: Awesome Theme
Theme URI: http://alecaddd.com/awesometheme
Author: Alecaddd
Author URI: http://alecaddd.com
Description: This is an awesome theme
Version: 0.1 alpha
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, responsive, one-column, two-columns, featured-images, custom-menu, custom-header, post-formats
*/

------------------------------

// Header Çağırma: <?php get_header(); ?> // Footer Çağırma: <?php get_footer(); ?> // Karakter Kodlaması <?php bloginfo( 'charset' ); ?> //Blog Adı <?php bloginfo('name'); ?> //Blog Adresi: <?php bloginfo('url'); ?> //Title <?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?> //Tema Yolu <?php bloginfo('template_url'); ?> //Stil Dosyası <?php bloginfo('stylesheet_url'); ?> //Menü Oluşturma <?php wp_nav_menu( array( 'theme_location' => 'menu' ) ); ?> //Menü Oluşturma Functions.php add_theme_support('menus'); register_nav_menus(array( 'menu' => 'Header Menü' ));


---------------------------------------------------------


//While Döngüsü Başlangıç
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

//While Döngüsü Bitiş
<?php endwhile; else: ?>
<?php _e('Sonuç Bulunamadı.'); ?>
<?php endif; ?>

//Yazı Kategorisi
<?php the_category(', ,') ?>

//Yazı Başlığı
<?php the_title(); ?>

//Yazı Adresi
<?php the_permalink(); ?>

//Thumbnail
<?php if (has_post_thumbnail()) { the_post_thumbnail('anasayfa',array('class'=>'makale-resim'));
 }
 else{
 ?>
 <img src="<?php bloginfo("template_url"); ?>/img/yoksa.jpg" alt="Yazı Resmi" height="155" width="265">
 <?php } ?>

//Thumbnail Funtions (functions.php yazılacak)
add_theme_support( 'post-thumbnails' );
add_image_size( 'anasayfa', 155, 265, true );

//The Excerpt
<?php the_excerpt(); ?>

//The Exceprt Functions (functions.php yazılacak)
function new_excerpt_length($length) {
return 12;
}
add_filter('excerpt_length', 'new_excerpt_length');

//Yazı Tarihi
<?php the_time('d F Y'); ?>


-------------------------------------------------------------------



7 Aralık 2017 Perşembe

Muhasebe faydali linkler

Incelemeye değer

https://www.ofisassist.com/muhasebe-programi


Güzel blog yazısı
https://www.parasut.com/blog/girisimcinin-on-muhasebe-kilavuzu


muhasebede barkod sistemi aşağıdaki gibi olmalıdır.
barkod unique olmalıdır


id urunid birimid barkod

Kayseri Invisalign Tedavisi

Herkes harika bir gülümseme ister ama çoğumuzun buna ulaşmak için yardıma ihtiyacı vardır. Giderek daha fazla insan, hizalayıcı adı verilen ...