Yazar: admin

Make A Picture A Coloring Page
:root{ –primary-color: #db2424; –secondary-color: #161c1f; –bg-color: #040b0e; –third-color: #3f0a0a; –third-active-color: #6c0e0e } ::-webkit-scrollbar{ width:13px } ::-webkit-scrollbar-track{ background:transparent } ::-webkit-scrollbar-thumb{ background-color:var(–primary-color); width:4px } .banner-text { width: 1140px; margin: 10px auto; max-width: 100%; background: var(–primary-color); font-size: 14px; color: rgba(255,255,255,.85) !important; padding: 10px 15px; text-align: center; border-radius: 3px; display: flex; align-items: center; justify-content: center; } .banner-text i { […]
imdb puana göre sıralama
IMDB 7.0 ve Üzeri Filmler ‘meta_key’ => ‘imdb’, ‘orderby’ => ‘meta_value_num’, ‘meta_value’ => array( 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9 ), ‘compare’ => ‘BETWEEN’ ); $imdbgore = query_posts( $args ); foreach( […]
title olayı
<title><?php if (is_category()) { echo wp_title(”); } elseif (function_exists(‘is_tag’) && is_tag()) { echo ‘Search for ‘; echo single_tag_title().’ wallpaper’; } elseif (is_page()) { echo wp_title(”); } elseif (is_search()) { echo ‘Search for ‘.wp_specialchars($s).’ wallpaper’; } elseif (!(is_404()) && (is_single()) || (is_page())) { wp_title(”); } elseif (is_404()) { echo ‘Not Found’; } else{ echo bloginfo(‘name’); } […]
pinthis temadan single php
küçülünce kaybolması
admin tema ayar
<?php $ads1 = ot_get_option(‘adst1’); $ads2 = ot_get_option(‘adst2’); $ads3 = ot_get_option(‘adst3’); $ads4 = ot_get_option(‘adst4’); $ads5 = ot_get_option(‘adst5’); $np = ot_get_option(‘pcon’); $nnp = ot_get_option(‘ncon’); ?>
ana sayfada görünsün diğer sayfalarda görünmesin
<?php if( is_front_page() && is_home() ) { ?> <?php } else { ?> <main role=”main” class=”box container”> <div id=”subheader” class=”np”> <div id=”searchBox”><form action=”<?php echo home_url(‘/’); ?>”><input type=”text” class=”form-control” placeholder=”<?php echo esc_attr_x( ‘Search’, ‘placeholder’, ‘karisma_text_domain’) ?>” value=”<?php echo get_search_query() ?>” name=”s” title=”<?php echo esc_attr_x( ‘Search for:’, ‘label’, ‘karisma_text_domain’ ) ?>” /><button type=”submit” role=”button” aria-label=”Search” title=”Bir uygulama […]
nette ilk kategori olayı
<div class=”nette-ilk”> <span class=”head red”>Nette İlk</span> <div class=”ni-container”> <ul> <?php $args = array( ‘posts_per_page’ => ‘8’, ‘meta_key’ => ‘nette_ilk’, ‘meta_value’ => ‘true’, ‘order’ => ‘desc’, ‘paged’ => 1 ); $query = new WP_Query( $args ); if ( $query->have_posts() ): while ( $query->have_posts() ): $query->the_post(); ?> <li> <a href=”<? the_permalink()?>”> <img src=”<?=get_the_post_thumbnail_url()?>”> <h3><? the_title()?></h3> </a> </li> […]
Wallpaper özellikler alınacaklar
telefon için özel category Adwall temasından admin bölümündeki seo ayar kısmı Wallpaper ve ana sayfada edit ve düzenle bölümü ana sayfada sıralama sistemleri; 1-tarih 2-download 3-oylama footer – Blogx temadan header blogx temadan reco temasından kategori ve kullanıcıların kaç tane ekli olduğunu gösterme blackywall – single daki download olayı ve yıldız ile oylama olayı copryight […]
kategori thumb
<div id=”main” class=”index”> <ul id=”postlist”> <?php foreach (get_categories() as $cat) : ?> <a href=”<?php echo get_category_link($cat->term_id); ?>” title=”<?php echo $cat->cat_name; ?>”><img src=”<?php echo z_taxonomy_image_url($cat->term_id, ‘thumbnail’); ?>”></a><a href=”<?php echo get_category_link($cat->term_id); ?>/”><?php echo $cat->cat_name; ?></a> <?php endforeach; ?> </ul></div>
footer css
.footer{ background-color:#181a1b; padding:1.25rem .5rem; color:#ccc; margin-top:.5rem; border-top-width:2px; -o-border-image:linear-gradient(90deg,#ee4338 33.33%,#4554a4 34%,#4554a4 66.67%,#f0592b 70%) 4; border-image:-webkit-gradient(linear,left top,right top,color-stop(33.33%,#ee4338),color-stop(34%,#4554a4),color-stop(66.67%,#4554a4),color-stop(70%,#f0592b)) 4; border-image:linear-gradient(90deg,#ee4338 33.33%,#4554a4 34%,#4554a4 66.67%,#f0592b 70%) 4; text-align:center }