Manschmal ist es wünschenswert, die Kategorie-Bezeichnung auszublenden. Dies kann man mit folgendem Code in der "functions.php" erreichen:
[php]/* Kategore-Titel ausblenden */
function hide() {return '';}
add_filter('headway_category_title', 'hide');
/****************************/
./archiv/shapely/functions.php
./wp-content/themes/shapely/functions.php
./wp-content/themes/twentyseventeen/functions.php
./wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/functions.php
./wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/functions.php
./wp-includes/functions.php
in welche davon?
ich hatte es in alle dateien, funzt nicht! WordPress 4.7.5
Hallo,
habe leider an dieser Stelle nicht ganz deutlich gemacht, dass dieser Filter nur beim Theme Builder von Headway funktioniert.
Grüße
Ralf