Women Who Inspire – Interview with Ashlee Espinosa

Posted on

Please share a little bit about yourself and your work My name is Ashlee Espinosa and I am an actor, educator, creator, and coach. I am transforming the methods of teaching and coaching online while helping educators and artists move their business, classes and studios into a virtual format. Through my virtual studio I offers

Read More

Submitting A New WordPress Plugin And Uploading It On SVN

Posted on

In this blog you will learn about uploading a new approved plugin or updating an existing WordPress plugin on svn. 1. Adding New Plugin to WordPress   Go to below link and upload your plugin :https://wordpress.org/plugins/developers/add/ Add read me file Screenshots Screenshots go in the /assets folderthe filename for screenshot should be screenshot-1.png, screenshot-2.png and the

Read More

Setup Cypress in your Next.js Application | End to End testing

Setup Cypress in your Next.js Application | End to End testing

Posted on

In this blog we will learn about how to setup cypress in your next.js applications and end to end testing. Step One: Install cypress and add the script and config Lets install cypress first Now add this script into your package.json file Now run cypress open from the root of the project. This will create

Read More

Slick Slider WordPress Without Plugin | Slick Carousel

Posted on

In this blog we will learn how to add a slick carousel in a WordPress Theme without using any plugins. There are couple of ways you can add a slick carousel in WordPress: Using slick-carousel npm package, or, Download required slick files. In this blog we will learn the second way, by downloading the slick files.

Read More

Integrating Disqus in your Next.js React Application

Integrating Disqus in your Next.js React Application

Posted on

Disqus is a networked community platform used by hundreds of thousands of sites all over the web. With Disqus, your website gains a feature-rich comment system complete with social network integration, advanced administration and moderation options, and other extensive community functions In this blog we will learn how to add discuss to your Next.js React application. Create

Read More

Setup Tailwind CSS in a WordPress plugin or theme

Setup Tailwind CSS in a WordPress plugin or theme

Posted on

In this blog we will discuss how we will setup Tailwind css in a WordPress plugin or theme. Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override. If you would

Read More