How to Center submit button of wpForm
You must navigate to Settings » General first. Add wpf-center to the Form CSS Class box. Now, Navigate to Appearance >>> customize >>> Advance CSS And finally, we now just need to add the CSS to our site that will center a form. add below mentioned code as it is....
How to add Marquee on any website wordpress,PHP,HTML,eBlogger ?
if you want to add marquee on any website (wordpress,PHP,HTML,Blogger). you just need to follow below step Steps:1 Copy below code <section style="margin-bottom: -13px;"><marquee onmouseover="this.stop();" onmouseout="this.start();"> <span...
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...