'; if (class_exists('MultiPostThumbnails')) { } else { // echo '
This class rely on MultiPostThumbnails plugin, please install it
'; } echo '

' . $appLabel . '

' . $appIntrotext; $categ_list = array(); echo '

Categories


Manage:'; if (count($this->applications) > 0) { foreach ($this->applications as $key => $application) { if (isset($application['categories']) && $key == $appName) { if ($appName == $key and count($application['categories']) > 0) { echo ''; } } } } echo '
'; echo '

Tags


Manage:'; if (count($this->applications) > 0) { foreach ($this->applications as $key => $application) { if (isset($application['tags']) && $key == $appName) { if ($appName == $key and count($application['tags']) > 0) { echo ''; } } } } echo '
'; echo '

Modules


List All: '; if (count($this->applications) > 0) { foreach ($this->applications as $mainkey => $application) { $appli_post_types = $application ['modules']; if ($appName == $mainkey and count($appli_post_types) > 0) { echo ''; } } } echo '
'; echo '
';