-
Add Custom CSS, JS, and PHP to WordPress Without Editing Themes or Plugins
Easily manage your WordPress customizations! Add custom CSS, JS, and PHP code securely without worrying about theme updates. No coding risks or child themes needed.
-
🚀 How to Manually Migrate Your Weebly Website to WordPress (Step-by-Step Guide)
Manually migrating from Weebly to WordPress ensures full control over your content, SEO, and site structure. This guide walks you through every step needed for a smooth and complete manual…
-
How to Migrate Your Weebly Site to WordPress Automatically Using WeeblytoWP.com
Discover how to easily migrate your Weebly site to WordPress with WeeblytoWP.com, moving all posts, pages, images, and comments automatically while preserving your site’s structure and SEO.
-
Seamless Weebly to WordPress Migration: Full Content and SEO Preservation
In this project, we helped a client move their entire Weebly website to WordPress, ensuring a full migration of content, images, comments, and categories, while maintaining SEO and URL structure…
-
How to Track and Display Post Views in WordPress Using a Custom Plugin
Learn how to track and display post views in WordPress using a custom plugin. This step-by-step guide covers view tracking, dynamic display, shortcodes, and admin panel integration for better engagement…
-
How to Create a Custom Store Categories Page in WordPress Without a Child Theme
Learn how to create a custom store categories page in WordPress using a shortcode without modifying the parent theme. This guide walks you through fetching and displaying store categories, associating…
-
CODOWPPOSTS – Features and HowTo Guide – WordPress Plugin
CODOWPPOSTS is a WordPress plugin to show posts, pages, or custom posts on the frontend in tabular format with client-side filters and pagination. Select post type, add/re-order/delete columns with post…
-
WordPress Plugin Development Boilerplate
Another contribution to the open-source community. We have developed and released a boilerplate template to develop a new WordPress plugin using Object Oriented Programming (OOP) approach. If you are a…
-
A Guide To WordPress REST API Authentication
WordPress provides a REST API to get, update, and delete the WordPress website data. This means that we can use WordPress CMS as a backend system to create & manage…
-
Checklist For Developing A WordPress Website
WordPress is a very powerful and popular content management system to design and develop professional websites. In this blog post, we have provided a checklist for developing a WordPress website.
-
How To Access Block Directory Inside Gutenberg Block.js File?
Sometimes, we need to access the block directory url inside Gutenberg block.js file (see following scenario). Let’s say that inside the block folder you have an images folder containing logo.png…
-
Create Gutenberg Template Using Inner Blocks
In previous blog posts, we have learned how to create custom Gutenberg blocks. In this tutorial we will learn how to create Gutenberg template with pre-defined blocks using inner blocks…