How to Autoplay and Loop YouTube Videos in WordPress
First Method: Use below code to play youtube video in loop and most important is please change youtube embed link <iframe width="560" height="315" src="https://www.youtube.com/embed/AX_bpLLQOWI?autoplay=1&loop=1" title="YouTube video player" frameborder="0"...
How to Disable WP JSON Rest API in WordPress without plugin ?
just add below code in wordpress theme function.php file at the bottom -------------------------------------------------- Add the following code to functions.php (anyone) -------------------------------------------------- if( ! is_user_logged_in() ) {...
open image in new popup window
<a href="javascript:void(0);" onclick="openwin('http://basantmallick.com/admin/popup.php?img=category-images/Medical-Equipment-On-Rent-Purchase.jpg', '530', '580')" class="linkgray fontbold"><strong>View Image</strong> </a> <script> function...
How to change date format in PHP?
to convert the date-time layout Hypertext Preprocessor presents strtotime() and date() feature. We trade the date format from one layout to another. built-IN integrated - we've saved date integrated MM-DD-YYYY format integrated a variable, and we need to change it to...
MilesWeb Review: Shared Hosting To Launch Your Business Online
Pricing is an important feature when it comes to choosing a web host. With this, reliability, performance, and features of web hosting are some of the factors that you need to consider. So, it is necessary to do some research before choosing a web hosting provider....
MilesWeb Review: Fast & Scalable VPS Hosting
MilesWeb is another leading name in the market of hosting providers in India. They offer the best and quality services at an affordable price. When looking for an affordable option to host a website, we opt for the basic shared hosting service. And why not? Shared...
MilesWeb Review: #1 Reasons To Consider Their Managed Dedicated Hosting
How long have you been in the business? One year? 2 years or probably more, right? I don't know which hosting service you are using. But, if you have been doing business for a long time and have seen consistent growth, I would suggest you go for a dedicated server....
Get all days and dates for the selected month of a year using php
Try this code for following purpose Get all days and dates for the selected month of a year using phpHow to get full day name from date in phpGet day name from date in PHP Just Follow below step and you will Get day name from date in PHP or print all dates, days of...
How to show only 50 words using PHP
Try this code for following Pupose Php show only first 50 charactershow to show only 50 words using phpPhp limit string to 50 wordsDisplay limited text in PHPGet first 50 characters string php you can adjust number of character i mean if you need to show only 20...
How to show/hide an element on checkbox checked/unchecked states using jQuery?
Just use below code for following purpose How to show/hide an element on checkbox checked/unchecked states using jQuery?jquery show-hide div based on checkbox valueIf checkbox is checked show divon checkbox checked show div jqueryHow to show and hide input fields...