WordPress Plugin Development for Beginners, Build 8 Plugins
Over 26% of today’s websites are powered by WordPress and they all have one thing in common; they use plugins. Start learning to develop plugins for WordPress here. You will … Read more
Learn the foundations of WordPress! Explore the basics of working with WordPress, helpful plugin tips, and more via free WordPress tutorials!
Over 26% of today’s websites are powered by WordPress and they all have one thing in common; they use plugins. Start learning to develop plugins for WordPress here. You will … Read more
This post is a collection of short but useful WordPress snippets. Become a professional WordPress Plugin developer Take our online course WordPress Plugin Development – Learn by Building 8 Plugins … Read more
WordPress is an Open Source CMS driven and extended by an incredibly large community. This has a lot of advantages: – Free or affordable access to a large variety of … Read more
Wouldn’t it be cool to have your very own custom WordPress dashboard widget- a widget that will be displayed on your Dashboard page upon logging into WordPress? To get started, … Read more
Somewhere along the line, you may find it necessary to greet visitors in a different way, based on conditions i.e. Are they logged in or not?. So, let’s take a … Read more
In WordPress, a sidebar allows us to assign certain widgets to a sidebar_id and later reference this with the get_sidebar() function. Thus, allowing us to render specific widgets on any … Read more