Joomla Snippets
Create a Joomla plugin that includes the Font Awesome CDN in the head section
To create a Joomla plugin that includes the Font Awesome CDN in the head section of a Joomla website, independent of...
How to override Module or Component code in Joomla
In Joomla, you can override module or component codes to customize their functionality and appearance without modifyi...
The correct way to include PHP functions in Joomla articles
In Joomla, the recommended way to include PHP functions in articles is by using a Joomla extension called "Sourcerer....
Generate Sitemap for Joomla websites
The following PHP function that generates a sitemap for a Joomla website: <?php // h...