If you want to fetch all the community list in theme after login,
you can use below code :
Enjoy !!!!
you can use below code :
#set ($myPlaces = $user.getMyPlaces()) <div class="community-names" style="float:left;background: #73B3DE;width:100%;padding: 5px 0 5px 5px;"> #foreach ($myPlace IN $myPlaces) #if ($myPlace.isCommunity()) #set ($commurl = "http://localhost:8080/web$myPlace.getFriendlyURL()/home") <a href="$commurl"> $myPlace.getName() </a> #end #end </div>
Enjoy !!!!