How To Reset Password in WordPress ?
The following video clearly shows how to reset your password in wordpress.
Blog For Knowledge,Tech & Infotainment
The following video clearly shows how to reset your password in wordpress.
1. YouTube Channel Starting a YouTube channel is the easiest way to make money online and it doesnot require any investment. Youtube recives almost 5 billion video views er day, which proves its strength on the internet. Felix Kellberg, the owner of PewDiePie (a YouTube accung), earned $12 million in the year 2015 with one … Read more5 Online Money Earning Killer Ideas ( Legitimate Method)
This video show how to transfer your site from localhost to the live server. This is easy way to populate and check your data in the local server and once it is final you can major change the live server. If you get any confusion please let me know.
The best way to customize the css of a theme is by creating child theme. This tutorial will guide you all the process to create child theme regardless your technical skills. Why To Use Child Theme child theme inherits all the designs and characteristics of parent theme. You can further modify its code and change the … Read moreWhy and How to Create WordPress Child Theme ?
To add functionality of increasing and decreasing size of text in the post you need the following codes. let us suppose I have a content in a div whose id is “content”. FOR DIV <!– BUTTON FOR INCREASING AND DECREASING –> <div class=”textcontrols”> <button id=”decreasetext”> <span>A</span></button> <button role=”button” id=”resettext”><span>A</span></button> <button role=”button” id=”increasetext”><span>A</span></button> </div> <!– BELOW … Read moreCSS and JavaScript Code to increase and decrease font size of text.
To add YouTube channel tab please follow these steps. STEP 1. first of all go to your Facebook page. STEP 2: (THIS STEP IS OPTIONAL YOU MAY DIRECTLY GO TO 3rd Step) Lets check the youtube button is available or not. To check availability of youtube tab go to setting and and go to … Read moreHOW TO ADD YOUTUBE TAB IN FACEBOOK PAGE
If you have a bootstrap carousel for my post display( code is below ). And If you want to put in the loop to the posts, there comes problem of first child active. This carousel will be displayed only after the first child has class active. You cannot make all the inner item active and … Read moreJQuery Code to add class in the first class div (Bootstrap Carousel)
I recently develop a wordpress theme for a customer. I have customized homepage for it’s lightness so, you may not Just install and start your website. You may have to design homepage. If you want it though I can provide you. You can not find this WordPress theme anywhere in net so please leave your … Read moreGet WordPress Theme Free [demo video] . [SPORTS THEME]
I have recently shifted my site to another host by exporting the data. And I don’t have the original data. After shifting I knew the images were not properly exported and I didn’t get all the images. so I want to display my logo in those files where images source were unknown. say my main … Read moreHow to overwrite “img src=(unknown)” in wordpress ?
You might have wondered how to make scroll to up button that fires when you scroll down and when you click it it goes above the page. Basically you need a css code for design, a javascript code for functionality and HTML code to display in the page. HTML CODE <a href=”#” class=”to-top active”> <i … Read moreHow to make scroll to up button?