Categories
Code-Schnipsel News Wordpress

Kategorie-Bezeichnung ausblenden

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');
/****************************/

[/php]
0 0 votes
Article Rating
Abonnieren
Benachrichtige mich bei
guest
2 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
step
step
7 Jahre zuvor

./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

2
0
Would love your thoughts, please comment.x