![]() Server : Apache System : Linux pod-100823:apache2_74:v0.6.0 5.4.0-1138-gcp #147~18.04.1-Ubuntu SMP Mon Oct 7 21:46:26 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33.10 Disable Function : apache_child_terminate,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,disk_free_space,disk_total_space,diskfreespace,dl,exec,fastcgi_finish_request,link,opcache_compile_file,opcache_get_configuration,opcache_invalidate,opcache_is_script_cached,opcache_reset,passthru,pclose,pcntl_exec,popen,posix_getpid,posix_getppid,posix_getpwuid,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,realpath_cache_get,shell_exec,show_source,symlink,system Directory : /nas/content/live/attorneyexperi/wp-content/themes/directory2/ |
{block content} {* template for page title is in parts/page-title.php *} {if $wp->havePosts} {var $noFeatured = $eventsProOptions['noFeatured']} <div class="items-container"> <div class="content"> <div class="ajax-container"> <div class="content"> {loop as $post} {var $categories = get_the_terms($post->id, 'ait-events-pro')} {var $meta = $post->meta('event-pro-data')} {var $isFeatured = false } {var $imgWidth = 768} {var $imgHeight = 400} <div n:class='event-container, layout-box, $isFeatured ? "item-featured", defined("AIT_REVIEWS_ENABLED") ? reviews-enabled'> <a href="{$post->permalink}"> {var $imgHeight = ($imgWidth / 4) * 3} <div class="item-thumbnail"> {if $post->hasImage} <div class="item-thumbnail-wrap" style="background-image: url('{imageUrl $post->imageUrl, width => $imgWidth, height => $imgHeight, crop => 1}')"></div> {else} <div class="item-thumbnail-wrap" style="background-image: url('{imageUrl $noFeatured, width => $imgWidth, height => $imgHeight, crop => 1}')"></div> {/if} <div class="item-text-wrap"> <div class="item-more">{__ 'More info'}</div> </div> </div> {var $nextDates = AitEventsPro::getEventClosestDate($post->id)} {var $date_timestamp = strtotime($nextDates['dateFrom'])} {var $day = date_i18n('d', $date_timestamp)} {var $month = date_i18n('M', $date_timestamp)} {var $year = date_i18n('Y', $date_timestamp)} {var $moreDates = count(AitEventsPro::getEventRecurringDates($post->id)) - 1} <div class="entry-date"> <div class="day">{$day}</div> <span class="month">{$month}</span> <span class="year">{$year}</span> </div> {if $moreDates > 0}<div class="more">+ {$moreDates}</div>{/if} </a> <div class="item-text"> <div class="item-title"><a href="{$post->permalink}"><h3>{!$post->title}</h3></a></div> <div class="item-excerpt"><p>{!$post->excerpt(9)|striptags}</p></div> <div class="item-taxonomy"> <div class="item-categories">{includePart "portal/parts/event-taxonomy", itemID => $post->id, taxonomy => 'ait-events-pro', onlyParent => true, count => 3}</div> </div> </div> <div class="item-location"> {foreach $post->categories('ait-locations') as $loc} <a href="{$loc->url()}" class="location">{!$loc->title}</a> {/foreach} </div> </div> {/loop} {includePart parts/pagination, location => pagination-below} </div> </div> </div> </div> {else} {includePart parts/none, message => no-posts} {/if}