Skip to content

How to Remove Items from the WordPress Toolbar

The WordPress Toolbar is an essential element of the UI. Therefore it is a central part of what you interact with when wirking with WordPress websites. lugins and themes can easily add their stuff to the admin bar. This is…

Mehr Lesen

Renaming a Menu Item In WordPress

First of all you might want to see all the data in the menu array in the backend. To do this simply drop this snippet in your child themes function.php file. if (!function_exists('debug_admin_menus')): function debug_admin_menus() { global $submenu, $menu, $pagenow;…

Mehr Lesen

Using select2 dropdowns in Toolset

Sometimes creating parametric search pages with a lot of filters and data can make the whole experience pretty annoying. I don't want huge lists of checkboxes if there a many values. A tiny search option with a nice select2 dropdown…

Mehr Lesen
An den Anfang scrollen