Je kunt dit lezen, omdat onze 400+ leden dat mogelijk maken.
Goed hè?

Standard and Custom Widgets

S

Alongside the standard WordPress widgets, Typology features several custom widgets that further extend its functionality. To see the widgets, please open the sidebar by clicking on the hamburger icon in the main navigation. The footer offers three slots for widgets as well – scroll down to see an example.

Populaire berichten

Recente uitgaven

Categorieën

//Auteurspagina document.querySelectorAll('.cp-bio-toggle').forEach(function(btn) { btn.addEventListener('click', function() { var expanded = this.getAttribute('aria-expanded') === 'true'; var target = document.getElementById(this.getAttribute('aria-controls')); this.setAttribute('aria-expanded', String(!expanded)); target.hidden = expanded; this.textContent = expanded ? 'Over deze auteur' : 'Verberg bio'; }); });