Get the category and time seperately from default wordpress themes
Copy and paste the following code into the loop <?php printf( get_the_category_list( __( ‘, ‘, ‘twentytwelve’ ) ) ); ?> <?php the_time(‘F jS, Y’) ?>
Just another WordPress site
Copy and paste the following code into the loop <?php printf( get_the_category_list( __( ‘, ‘, ‘twentytwelve’ ) ) ); ?> <?php the_time(‘F jS, Y’) ?>
By default photoshop doesn’t have an option to save in .ico format. You need a plugin to make it work. You can find an appropriate plugin from photoshop plugin. Download the plugin that is suitable…Continue Reading
Box shadow is one of the CSS3 properties. It enables the browsers to add a shadow over any box. box-shadow: 2px 2px 5px 3px #000; box-shadow: 1px 1px 3px 6px rgba(0,0,0,0.5); Above code represent a…Continue Reading
At the very beginning when I started responsive web deisgn I have face the problem regarding viewport meta tag. Actually I was working in the desktop browser where everything was seem to be working fine…Continue Reading
Being technical we all know that we can easily hide comments with some sort of if and else conditions. But there is a wordpress hidden feature that will allow you to hide comments from admin.…Continue Reading
With the help of wordpress function we can decrease and increase the defalut excerpt length. By default the excerpt length is set to 55. Also when using excerpt length wordpress placed the [….] string at…Continue Reading
Hello all, In this article I am going to show you How to bypass administrator password windows 7, 8, 10. Bypass administrator password windows Open Run dialog box by pressing Window key + R Type…Continue Reading
Hello readers, In this article I am going to show you how you can Livereload with sublime text. This article is useful for the developer who are working on their localhost project and trying to…Continue Reading
In this small tutorials I am going to show you how you can easily fix updates are disabled by the administrator. Sometimes you might need to update you chrome and you see the message. Horribly…Continue Reading
In this section I am going to share a small tip that will help you to know which port occupied by which program. For windows netstat -ab | findstr 35729 For Mac lsof -iTCP:35729 It…Continue Reading