Skip to content

home

  • drums
  • tech
  • something
  • places
tech

exclude tag from tag cloud

Posted 14. September 201920. April 2020 admin
add_filter( 'widget_tag_cloud_args', 'jmw_exclude_tag_from_tag_cloud');
function jmw_exclude_tag_from_tag_cloud( $args ) {
  $args[ 'exclude' ] = '45'; // ID of the tag. If multiple tags use comma delimited sting '2,5,36'
  return $args;
}

Exclude tag from the WordPress tag cloud widget

Post navigation

⟵OAuth/OIDC with ISAM
from monolithic to serverless applications⟶
  • Privacy Policy
Proudly powered by WordPress | Theme: Sydney by aThemes.