Some WP Functions Get link Facebook X Pinterest Email Other Apps By Hasib Kamal - April 23, 2016 comments_popup_link(); the_time(); the_title(); the_content(); dynamic_sidebar(); add_action(); Get link Facebook X Pinterest Email Other Apps Comments
MySQL table creation command By Hasib Kamal - April 15, 2017 CREATE TABLE `std`(`id` int(11) NOT NULL AUTO_INCREMENT,`name` VARCHAR(20) DEFAULT NULL, PRIMARY KEY(`id`)); Read more
Input type date default placehoder change By Hasib Kamal - May 28, 2024 <input id="my_date" name="my_date" class="form-control" placeholder="My Date" type="text" onfocus="(this.type='date')" onblur="(this.type='text')"> Read more
HTTPS Setup With Certbot in Digital Ocean Droplets By Hasib Kamal - April 01, 2024 For Installation sudo apt install python3-certbot-apache For Activation sudo certbot --apache --expand -d domainname.com Read more
Comments
Post a Comment