CSS3 Ttransition Code
Css Code
-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
View Post


#batman#dc#dc comics#tim drake#bruce wayne#batfam#batfamily#dick grayson#dc fanart

seen from Hong Kong SAR China

seen from Malaysia
seen from Malaysia
seen from United States
seen from United States
seen from Albania
seen from United States

seen from Malaysia
seen from Indonesia

seen from United States
seen from Malaysia
seen from Kazakhstan

seen from Malaysia

seen from Kazakhstan

seen from Kazakhstan

seen from Malaysia
seen from Iraq
seen from Kazakhstan

seen from United States

seen from United States
CSS3 Ttransition Code
Css Code
-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
View Post
PHP Code Function page Code if ( ! function_exists(… http://wp.me/s3AUfQ-284
PHP Code
<?php twentythirteen_post_nav(); ?>
Function page Code
if ( ! function_exists( ‘twentythirteen_post_nav’ ) ) : function twentythirteen_post_nav() { global $post;
$previous = ( is_attachment() ) ? get_post( $post->post_parent ) :…
View Post
Set page image from backend by frature image
PHP Code
<?php the_post_thumbnail(‘full’); ?>
View Post
WP change year code
PHP Code
<?php echo date(‘Y’); ?>
View Post
Change wordpress admin favicon
PHP Code put in fuction.php
sdf
View Post
Opacity css code
CSS Code
.classname { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; -khtml-opacity: 0.5; /* Safari 1.x (pre WebKit!) */ -moz-opacity:0.5; /* Older than Firefox 0.9 */ -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”; }
View Post
wp slider call code
PHP Code
<?php query_posts(array(‘post_type’ => ‘banner’, ‘order’ => ‘ASC’, ‘banner_category’ => ‘home-page’)); $i = 1; if (have_posts()) : while (have_posts()) : the_post(); ?> <div > <div> <?php the_post_thumbnail(‘full’); ?> </div> <div>
View Post
wp image call code in page
PHP Code
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/booknow-Icon1.jpg” alt=”">
1) <?php echo get_template_directory_uri(); ?>
2) <?php bloginfo(‘stylesheet_directory’); ?>
View Post