Hi, I’m Vidyut…

I’ve been doing SEO making Niche sites and generating full-time income from those sites. I started doing business online in 2018 when I was in class 12. But, then I switched my business, and instead of only SEO, I started designing Websites. Why? Because I love tech and I have been making WordPress websites since 2019, so I decided to help small to medium businesses build and maintain their websites.

Articles

Tripadvisor widget responsive

How To Style TripAdvisor Widget with CSS [Make it Responsive]

Remove Ezoic from your Website (4) (1)

How To Completely Remove Your Website from Ezoic?

Screenshot 2024 09 23 194407 (1)

How To Add Image Counter/Numbering on WordPress?

FluentSMTP TO Gmail or Google Workspace

Setup FluentSMTP with Google Workspace Email or Gmail

Gallery Numbering vp

How To Add Numbering in WordPress Gallery / Images?

WordPress Images Showing Blurry

How To Fix WordPress Images Showing Blurry [After Updating]

GET WEEKLY FREE WEB TIPS

Subscription Form
document.addEventListener('DOMContentLoaded', function() { // Add Copy Button to each code block document.querySelectorAll('.wp-block-code').forEach(function(codeBlock) { const button = document.createElement('button'); button.className = 'copy-button'; button.textContent = 'Copy'; button.addEventListener('click', function() { const code = codeBlock.querySelector('code').textContent; navigator.clipboard.writeText(code).then(() => { button.textContent = 'Copied!'; setTimeout(() => button.textContent = 'Copy', 2000); }); }); codeBlock.appendChild(button); }); });