Notice: Trying to get property 'labels' of non-object in /home/xxxxx/public_html/wp-includes/general-template.php on line 3030
Notice: Trying to get property 'singular_name' of non-object in /home/xxxxxx/public_html/wp-includes/general-template.php on line 3030
General-template.php 3030 satırı: (3.SATIR)
if ( $term ) {
$tax = get_taxonomy( $term->taxonomy );
$title = sprintf( $args['taxtitle'], get_bloginfo( 'name' ), $args['separator'], $term->name, $tax->labels->singular_name );
$href = get_term_feed_link( $term->term_id, $term->taxonomy );
}
} elseif ( is_author() ) {
$author_id = intval( get_query_var( 'author' ) );