tags - How to get All Tagss of a Blog Wordpress without a Loop? -




i coding blog on website. on page, want display list of tags created user display, in way when user click on each tags, related posts displayed.

whatever found on codex, needs placed inside loop, , return tags related post.

highly appreciated. thanks

you can use get_tags( $args ) , customise $args accordingly way want. doesn`t have in loop.

https://codex.wordpress.org/function_reference/get_tags


Comments