%s',
get_the_title() === '' ? __( 'Untitled post', 'bidnis' ) : get_the_title()
);
} else {
printf(
'',
get_the_title() === '' ? __( 'Untitled post', 'bidnis' ) : get_the_title(),
esc_url( get_permalink() )
);
}
?>
%1$s',
get_the_author(),
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) )
);
}
?>
%2$s',
esc_url( get_permalink() ),
get_the_date()
);
}
?>
%1$s',
$bidnis_comment_count,
esc_url( get_permalink() )
);
}
?>
%1$sx%2$s',
absint( $metadata['width'] ),
absint( $metadata['height'] )
);
}
?>
%2$s',
esc_url( get_post_format_link( $bidnis_post_format ) ),
get_post_format_string( $bidnis_post_format )
);
}
?>
%1$s "%2$s"',
__( 'Edit', 'bidnis' ),
get_the_title()
)
);
?>