Development Steps: 1. Tool: Read database connections Reads all MXDs Each layer’s database connection Remove duplicates for connection info: per feature class Load into spreadsheet 2. Manual: Repath database connections Open spreadsheet Change paths of data to UN data Need to figure out AssetGroup and how that effects data connection […]
Category: Documentation
[How to] Hide “Uncategorized” Category on WordPress // WP Assist
[How to] Hide “Uncategorized” Category on WordPress // WP Assist — Read on www.google.com/amp/s/wpassist.me/remove-unwanted-uncategorized-links-from-your-posts/amp/ Edit functions.php: function remove_uncategorized_links( $categories ){ foreach ( $categories as $cat_key => $category ){ if( 1 == $category->term_id ){ unset( $categories[ $cat_key ] ); } } return $categories; } add_filter(‘get_the_categories’, ‘remove_uncategorized_links’, 1);

![[How to] Hide “Uncategorized” Category on WordPress // WP Assist](https://www.altitudegis.com/wp-content/themes/simple-dark/images/default-image.png)
RSS - Posts