We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3df960b + c54b139 commit 1502d6eCopy full SHA for 1502d6e
inc/template.php
@@ -35,7 +35,7 @@ function get_author_ids( WP_Post $post ) : array {
35
}
36
37
return array_map( function ( WP_Term $term ) : int {
38
- return intval( $term->name );
+ return intval( $term->slug );
39
}, $authors );
40
41
0 commit comments