/* * This theme styles the visual editor to resemble the theme style, * specifically font, colors, icons, and column width. */ //Öne çıkan görsel add_theme_support( 'post-thumbnails' ); //Boyut set_post_thumbnail_size( 160, 160, true ); add_image_size( 'slider-thumb', 500, 9999, true ); //////////////////////////////////////////////// //Site Başlık function minibig_wp_title( $title, $sep ) { global $paged, $page; // if ( is_feed() ) return $title; $title .= get_bloginfo( 'name' ); // $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) $title = "$title $sep $site_description"; // if ( $paged >= 2 || $page >= 2 ) $title = "$title $sep " . sprintf( __( 'Page %s', 'minibig' ), max( $paged, $page ) ); return $title; } add_filter( 'wp_title', 'minibig_wp_title', 10, 2 ); //////////////////////////////////////////////// //Sayfalama function sayfalama($pages = '', $range = 3){ $showitems = ($range * 2)+1; global $paged; if(empty($paged)) $paged = 1; if($pages == '') { global $wp_query; $pages = $wp_query->max_num_pages; if(!$pages) { $pages = 1; } } if(1 != $pages) { echo "
Gizlilik Politikası
© Copyrigth 2016 begeniyap.com tüm hakları saklıdır. Kod, haber, resim, röportaj gibi her türlü içeriğinin tüm telif hakları begeniyap.com’a aittir. begeniyap.com sitesinde yer alan bütün yazılar, materyaller, resimler, ses dosyaları, animasyonlar, videolar, dizayn, tasarım ve düzenlemelerimizin telif hakları 5846 numaralı yasa telif hakları korunmaktadır. Bunlar begeniyap.com’un yazılı izni olmaksızın ticari olarak herhangi bir şekilde kopyalanamaz, dağıtılamaz, değiştirilemez, yayınlanamaz. İzinsiz ve kaynak belirtilmeksizin kopyalama ve kullanımı yapılamaz.
begeniyap’daki harici linkler ayrı bir sayfada açılır. Yayınlanan yazı ve yorumlardan yazarları sorumludur. begeniyap’da hiçbir bildirim yapmadan, herhangi bir zaman değişikliğe gidebilir. Bu sitedeki bilgilerden kaynaklı hataların hiçbirinden sorumlu değildir.
Privacy Policy
We will keep your information confidential except where disclosure is required or permitted by law (for example to government bodies and law enforcement agencies). Generally, we will only use your information within the begeniyap.com. However, sometimes the begeniyap.com uses third parties to process your information. begeniyap.com requires these third parties to comply strictly with its instructions and the begeniyap.com requires that they do not use your personal information for their own business purposes, unless you have explicitly consented to the use of your personal information in this way. When you interact with the begeniyap.com we sometimes receive personal information about you. For example, if you write to us or sign up to a newsletter, you might tell us who you are, how we can contact you and what you think of the begeniyap.com and its services. When you use begeniyap.com online services, we use cookies and collect IP addresses. You can find out more about this in the begeniyap.com cookies section of our full Privacy Policy.