Found a total of 10000 related content
Publishing a Plugin to the WordPress Plugin Directory
Article Introduction:Key Takeaways
WordPress was created in 2003, and plugins were introduced in 2004 to extend its core functionality. As of 2016, there are over 42,697 plugins available in the WordPress Plugin Directory.
All plugins in the WordPress Plugin Directo
2025-02-15
comment 0
422
WordPress Plugin Boilerplate Part 2: Developing a Plugin
Article Introduction:In the first part of my series, an introduction to the WordPress Plugin Boilerplate, we looked at how the code is organised within the Boilerplate. To continue with this series, we’ll apply what we’ve learnt previously to build a real working plugin.
2025-02-16
comment 0
421
Create a Voting Plugin for WordPress
Article Introduction:This tutorial demonstrates building a WordPress plugin, "Vote Me," to add voting functionality to posts and display top-voted content.
Key Features:
Custom Voting Plugin: A voteme.php plugin file handles core functionality, including AJAX
2025-02-21
comment 0
786
Developing for the WordPress.org Plugin Directory
Article Introduction:WordPress Plugin Development: A Guide to Creating a Base Plugin for WordPress.org
The WordPress.org Plugin Directory is a treasure trove of plugins, often the first stop for WordPress users seeking enhanced site functionality. This directory also pr
2025-02-18
comment 0
1162
How to Build an OctoberCMS Widget Plugin
Article Introduction:This article delves into building an OctoberCMS backend widget plugin, expanding on basic plugin creation. We'll develop a "Quick Note" widget, mirroring WordPress's quick draft functionality.
Key Concepts:
Plugin scaffolding with php art
2025-02-18
comment 0
329
How to reference plugin for vscode
Article Introduction:How to reference a plugin in Visual Studio Code? Browse the plugin market and find the plugin you want. Install the plug-in. Reference installed plugins via keyboard shortcuts, command panels, sidebars, or settings. Disable or uninstall the plug-in as needed.
2025-04-16
comment 0
839
The FontFace jQuery Plugin
Article Introduction:Key Takeaways
The FontFace jQuery Plugin simplifies the process of using custom fonts on websites, ensuring cross-browser compatibility and faster loading times by only loading necessary font files.
The plugin supports all font file types suppor
2025-03-08
comment 0
1151
Learn Plugin Development with a Bulk Category Creator
Article Introduction:This tutorial introduces WordPress plugin development by creating a "Bulk Category Creator" plugin. This plugin simplifies the creation of multiple WordPress categories simultaneously, eliminating the need to manually add each one individu
2025-02-10
comment 0
524
Good jQuery Plugin Template
Article Introduction:This is a well-structured jQuery plugin template. Here's a slightly revised version with improved clarity and some minor adjustments for best practices:
Key Takeaways
This article presents a robust jQuery plugin template serving as a foundation for
2025-02-22
comment 0
490
Quick Tip: How to Translate a WordPress Plugin Description
Article Introduction:Key Points
To make the WordPress plugin support multilingual translation, the developer needs to generate a POT file containing all the strings used in the plugin. The POT file also includes the plugin name, its website URL, and description.
In order to use translation, the developer must indicate to WordPress its existence. This is done in the plugin description comment in the plugin main file. Two new entries must be added to this comment: "Text Domain" and "Domain Path".
Translating WordPress plugin descriptions can significantly improve plugin visibility and coverage, allowing non-English users to understand its capabilities. However, to ensure the quality of the translated plugin description, it is recommended to use a dedicated WordPress translation plugin or a professional translation service.
2025-02-10
comment 0
868
jQuery on Screen Keyboard Plugin
Article Introduction:This jQuery on-screen keyboard plugin provides a customizable virtual keyboard for enhanced website usability. It's similar to Windows' accessibility keyboard, appearing when an input field is clicked.
Implementation:
Download: Obtain the plugin f
2025-03-04
comment 0
705
Tutorial on Using Drupal 8 Plugin Derivatives Effectively
Article Introduction:Key Takeaways
Plugin derivatives in Drupal 8 allow for the dynamic declaration of multiple instances of the same plugin, transforming user-configured functionality into plugins.
Deriver classes are used to provide a list of plugin definitions th
2025-02-16
comment 0
1141
jQuery Profile Picture Grabber Plugin
Article Introduction:This jQuery plugin simplifies the process of fetching profile pictures from various social networks, saving time when setting up profile images for web applications or website registrations.
What it does:
The jQuery Profile Picture Grabber plugin ret
2025-02-26
comment 0
816