Joomla® — The Flexible Platform Empowering Website Creators
Joomla! is an award-winning content management system (CMS), which enables you to build web sites and powerful online applications.
Multizone have been building websites and content management solutions with Joomla since its inception in 2005 and love it. it may not have the market share of some of the competition, but it is award-winning, free and open-source.
Joomla! has a global community of developers and volunteers, who make sure the platform is user friendly, extendable, multilingual, accessible, responsive, search engine optimized and more.
How to get started with Joomla!
Joomla! is free, open, and available to anyone under the GPL. If you are unfamiliar with this license, you might want to read the GNU General Public License FAQ. Read Getting Started with Joomla! to find out the basics.
If you're ready to install Joomla! by yourself ou can download the latest version of Joomla! and you'll be up and running in no time.
Joomla tech notes and demos
If you've ever dropped a Font Awesome icon into a Joomla article — something like — only to find it silently vanished after saving, you're not alone. In 2026, with Joomla 5.x now the stable release branch and Joomla 4.x in extended support, this behaviour still catches people out. The tags are being stripped by a combination of TinyMCE's own filtering and Joomla's text filter system — but the fix is straightforward once you know where to look.
Rather than spending an afternoon chasing the problem, a couple of configuration changes in the administrator panel will sort it out for good.
TL:DR –
Two settings control whether Joomla strips icon markup from your articles. Adjust the TinyMCE plugin to use Joomla's own text filter, then make sure your user group's filter level allows the tags through. Done.
- Details
First, do you need a sitemap in 2026?
A sitemap is a file that provides structured information intended for web crawlers such as search engines. In 2026, the question of whether you actually need one is worth asking before you install anything. You might need a sitemap if your site is large, complex, or multilingual. You probably don't need one if you have a small site (Google's own guidance suggests fewer than 500 pages as a rough threshold), if your content is already comprehensively linked from menus and internal links, or if you have no video, image, or news content you specifically want surfaced in search results.
Google's crawlers have grown considerably more capable in recent years, and for straightforward Joomla sites with clean URL structures and solid internal linking, a sitemap is increasingly optional rather than essential. That said, for multilingual Joomla sites — which commonly use hreflang tags alongside sitemaps — or for larger content-heavy builds, a well-maintained XML sitemap still gives you a meaningful edge in ensuring complete and timely indexing.
TL:DR – If you do need or want a sitemap for Joomla, it remains a straightforward task. Download OSMap from Joomlashack — it is free, with a Pro tier available if you need advanced features.
- Details
Menu Icons in Joomla
Menu icons have been a core part of the Joomla experience since version 4.1, and with Joomla 5 now firmly established as the current release, the feature is more polished and widely supported than ever. Adding icons to your navigation is one of the quickest ways to give a site a more professional, modern feel.
Icons from Bootstrap Icons, Font Awesome, or any icon font bundled with your template can be used — and with the icon ecosystem having matured considerably, you have more choice than ever.
TL:DR – Add icons to your Joomla menus in seconds, with no extensions or custom code required.
- Details
Customising the Menu Link Class in Joomla's Cassiopeia Template
Cassiopeia remains the default frontend template in Joomla 5, and while it has matured considerably since its introduction, its default menu hover and active-state styling still lacks contrast for many designs. Here's how to fix that cleanly in 2026 — no third-party extensions, no template overrides, just a Link Class and a few lines of CSS.
The good news is that the approach is straightforward: add a Link Class to your menu item, then drop the corresponding CSS into your user.css file. That file sits outside the template's core files, so it survives every Joomla update — including the incremental Joomla 5.x releases that have landed over the past year.
TL:DR – Give your Joomla menu items a sharper hover and active border in under five minutes, with changes that persist through template updates.
- Details
Scalable Vector Graphics (SVGs) work better for logos, but are not enabled by default in Joomla.
Scalable Vector Graphics have been around since before the millennium, yet in 2026 they remain the undisputed best format for logos, icons, and any graphic that needs to look sharp across the full range of screen sizes and resolutions we now take for granted. SVG is an open standard for vector graphics stored in XML text files. Because SVG files can also contain executable code and other potentially harmful content, Joomla takes a cautious approach and does not enable the format by default. That caution is well-founded, but it should not put you off: once you understand the workflow, enabling SVG on your Joomla site is straightforward and the visual improvement — especially on high-density displays — is immediately obvious.
This article explains how to enable SVG in Joomla, what the security considerations are, and how to prepare your SVG files so they pass Joomla's sanitiser without a fight.
TL:DR – SVG is the right choice for crisp, responsive graphics in 2026. The setup takes around 30 minutes and the quality difference over raster formats is striking on any modern display.
- Details