How to add/remove textbox dynamically with jQuery July 12, 2021 HTML, jQuery, PHP How to dynamically add and remove text boxes using jQuery. You can see the code given below along with a demo to understand what happens inside of the HTML and jQuery to add a dynamic textbox and remove button over here. Read more
How to Change the WooCommerce products Price in WordPress July 9, 2021 WordPress You are changing WooCommerce products Price using code, this code you are adding your theme function.php file. this code is WooCommerce’s hooks. Read more
How to use Bootstrap Tables July 9, 2021 Bootstrap The .table class adds basic styling to a table: Read more
How to Current link blip on a navigational item July 9, 2021 CSS, HTML Your HTML Code is invalid. ul can only have li as children…hr are not permitted. Read more
Display Currency Code Infront of Symbol in WooCommerce September 6, 2019 WordPress WooCommerce has the use of options for multiple currencies right out of the box. WooCommerce comes bundled with dozens of different […] Read more
How to disable All Update Notifications with Code in WordPress September 6, 2019 WordPress This code is used to Disable All Update Notifications in your WordPress admin. this code adds your WordPress function.php file in WordPress. […] Read more