How to make an email link in HTML
October 11, 2021
Use the following code to make an email link in HTML < a href=”mailto: smartupworldwebsolutions@gmail.com”>Send Email</ a >
October 11, 2021
Use the following code to make an email link in HTML < a href=”mailto: smartupworldwebsolutions@gmail.com”>Send Email</ a >
October 8, 2021
Use the following code to Remove Version from CSS and JS in WordPress function remove_css_js_version( $src ) { if( strpos( $src, ‘?ver=’ ) ) $src… Read More →
How to Show Random Posts In WordPress To Display Random Posts in WordPress , you can pass ‘orderby’ => ‘rand’ in the query as parameter…. Read More →
October 5, 2021
Submit AJAX Forms with JQuery // this is the id of the form $(“#idForm”).submit(function(e) { e.preventDefault(); // avoid to execute the actual submit of the… Read More →
September 30, 2021
You Limit Excerpt Length in WordPress website the following ways.. Way 1 Use the following code in your theme function.php file. function custom_excerpt_length( $length )… Read More →
August 19, 2021
Owebia Go to Admin->Configuration->Sales->Delivery Method->Advanced Shipping Configuration and use this code => addMethod(‘id_002’, [‘title’ => “ヤマト運輸”,‘enabled’ => $request->dest_region_id == ‘2’ ,‘price’ => 220 * array_sum(array_map(function… Read More →