WordPress shortcodes have revolutionized how developers and content creators add dynamic functionality to websites without writing complex code. While shortcodes work seamlessly within posts and… Read More →
Articles by Al Mahbub Khan
Website & Server Management Smartupworld.com is a family run web development company, owned by Al Mahbub Khan, a computer engineer, Senior Web Developer at Scylla… Read More →
Email links are one of the most commonly used features on websites, enabling easy communication between users and site owners. The HTML <a> tag is… Read More →
Imagine being able to reverse engineer your competitors’ SEO, content marketing, and social media marketing strategy.Ubersuggest allows you to get insight into the strategies that… Read More →
50+ Best Free SEO Tools to Instantly Boost Your Google Rankings (The Essential 2025 List for Beginners)
October 9, 2021
Maximizing Your Website’s Potential with SEO Tools Struggling to stand out in a crowded online world? SEO is your secret weapon. In today’s competitive search… Read More →
How to Remove Version from CSS and JS in WordPress / Remove Version Number From CSS – JS
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 →
For modern content marketers and website owners, maintaining a high level of user engagement is paramount. While chronological ordering ensures that your audience sees your… Read More →
jQuery AJAX Form Submission: How to Submit Forms with jQuery
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 →
How to Limit Excerpt Length in WordPress Posts Programmatically?
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 →
Website Management Services: Complete Guide to Costs, Benefits, and Best Practices for 2025
September 17, 2021
Understanding Website Management Services in Today’s Digital Landscape In the rapidly evolving digital ecosystem of 2025, maintaining a robust online presence has become more critical… Read More →