Skip to content

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

5 Top Games für Android mit Gamepad-Unterstützung

Immer mehr Spielehersteller programmieren Games, die sich mit dem Gamepad bekannter Konsolen auf Android Geräten spielen lassen. Alternativ gibt es die Controller extra zu kaufen, damit auch jene Spielspaß genießen, die keine Konsole besitzen. In diesem Artikel möchten wir die…

Mehr Lesen

Fixing Error 500 in Workice

I recently bought the Workice CRM from Envato. But after some configuration I encountered an error 500 and the system won't load anymore. I googled for the Lavarel Framework and fixes for Error 500s. Gladly I found a solution for…

Mehr Lesen
An den Anfang scrollen