Author name: Shashika De Silva

Hey there! I’m a seasoned PHP developer with over 10 years of experience crafting awesome WordPress plugins and themes. I specialize in creating scalable and robust solutions for WordPress and WooCommerce, ensuring everything runs smoothly. Whether it’s cross-platform software development, web development, or diving into Sheets/Excel with Appscript, Macros, and VBA, I’ve got you covered. I’m all about delivering top-notch results that go beyond expectations. Let’s team up and turn your ideas into reality, making your project shine! Looking forward to working together and achieving something remarkable!

Avatar photo
Wordpress Plugin Development

WordPress REST API: A Beginner’s Guide

WordPress REST API: A Beginner’s Guide WordPress REST API is a powerful feature that allows developers to interact with WordPress sites using JSON-based RESTful APIs. It provides a way to access and manipulate WordPress data remotely, making it easier to integrate WordPress with other platforms and build custom applications. One of the key benefits of

Wordpress Plugin Development

How to Use WP_Query in WordPress

WP_Query in WordPress: When developing WordPress plugins, it is essential to understand how to query posts and pages from the WordPress database. The WP_Query class is a powerful tool that allows developers to retrieve and display content based on specific criteria. To use WP_Query, you need to create a new instance of the class and

Wordpress

WordPress Database: An Overview

WordPress Database: An Overview WordPress is a powerful content management system that relies heavily on a database to store and retrieve information. The WordPress database is a crucial component that plays a vital role in the functioning of a WordPress website. Understanding how the database works and how to interact with it is essential for

Wordpress Plugin Development

How to Create a Custom WordPress Widget

Creating a custom WordPress widget is a useful skill for developers looking to add custom functionality to their WordPress websites. Widgets are small blocks that perform specific functions, and creating a custom widget allows you to add unique features to your site. To create a custom WordPress widget, you will need to follow a few

Wordpress Theme Development

Understanding the WordPress Template Hierarchy

Understanding the WordPress Template Hierarchy When developing WordPress plugins, it’s crucial to have a good grasp of the WordPress Template Hierarchy. This hierarchy determines which template file in your theme is used to display a particular type of content on your website. By understanding this hierarchy, you can create custom templates for different post types,

Wordpress Plugin Development

How to Create Custom Taxonomies in WordPress

Creating Custom Taxonomies in WordPress Custom taxonomies in WordPress allow you to classify your content in a more meaningful way beyond categories and tags. This can be particularly useful when organizing different types of content on your website. To create a custom taxonomy in WordPress, you can use the register_taxonomy function. Here’s an example of

Wordpress Plugin Development

Creating Custom Post Types in WordPress

Creating Custom Post Types in WordPress Custom post types in WordPress allow you to define your own post types with unique characteristics and functionalities. This is especially useful when you want to organize and display different types of content on your website in a structured way. To create a custom post type in WordPress, you

Wordpress Plugin Development

Understanding WordPress Hooks: Actions and Filters

Understanding WordPress Hooks: Actions and Filters WordPress hooks play a crucial role in extending and customizing WordPress functionality. There are two main types of hooks in WordPress: actions and filters. Understanding how these hooks work is essential for WordPress plugin developers and enthusiasts. Actions: Actions are events triggered at specific points in the WordPress execution

Wordpress Plugin Development

How to Use the WordPress Codex

The WordPress Codex is a valuable resource for WordPress plugin developers and enthusiasts looking to enhance their knowledge and skills. It serves as a comprehensive repository of documentation, tutorials, code examples, and best practices for working with WordPress. When using the WordPress Codex, it is important to familiarize yourself with its structure and navigation to

Scroll to Top