Showing posts from June, 2022Show all

wp post meta

// Generate author image and link in separate containers add_filter( 'generate_post_author_output', function() {     return sprintf( ' <di…

Read more

show tags

function developernoob_tags () { $post_tags = get_the_tags (); $separator = ' ' ; $output = '' ; if ( ! empty ( $p…

Read more