Victor
Victor
I'm trying to do some as this: ``` $cmb->add_field ( array ( 'name' => __( 'Field title', 'ges' ), 'desc' => __( 'Field desc', 'ges' ), 'id' => $prefix.'_key', 'type'...
I'm unable to filter by taxonomy, I don't understand why. I have setup some as this: 'admin_filters' => array( 'genre' => array( 'title' => 'Genre', 'taxonomy' => 'genre', ), ),...
It is possible to make use of msgctxt context into the .po file definition? There is no clear method from native functions to get the translation of a context either....
When I try to run gulp I obtain this error message: ``` [..] Starting 'app'... [10:33:23] Starting 'babel'... [10:33:23] Starting 'sass'... [10:33:25] ERROR: Cannot load compass. [..] ```
I'm trying to setup for a 3.5" touchscreen for raspberry pi 3 ``` # global config UI_PLACEMENT_MODE = True RESOLUTION = (480, 320) # RESOLUTION = (1366, 768) FPS =...