![]() 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/parts/ |
{* ********************************************************* *} {* COMMON DATA *} {* ********************************************************* *} {capture $navPrevText}{!_x '%s Previous', 'previous' |printf: '<span class="meta-nav">←</span>'}{/capture} {capture $navNextText}{!_x 'Next %s', 'next' |printf: '<span class="meta-nav">→</span>'}{/capture} {if !isset($location)} {var $location = ''} {/if} {if !isset($arrow)} {var $arrow = ''} {/if} {var $arrowLeft = ''} {var $arrowRight = ''} {var $query = isset($query) ? $query : array()} {* ********************************************************* *} {* for ATTACHMENT *} {* ********************************************************* *} {if $wp->isAttachment} {var $arrowLeft = 'yes'} {var $arrowRight = 'yes'} {capture $navPrevLink}<span class="nav-previous">{prevImageLink false, $navPrevText}</span>{/capture} {capture $navNextLink}<span class="nav-next">{nextImageLink false, $navNextText}</span>{/capture} {* ********************************************************* *} {* for POST DETAIL, IMAGE DETAIL and PORTFOLIO DETAIL *} {* ********************************************************* *} {elseif $wp->isSingle and !isset($ignoreSingle)} {if $wp->hasPreviousPost or $wp->hasNextPost} {if $wp->hasPreviousPost} {var $arrowLeft = 'yes'} {capture $navPrevLink}<span class="nav-previous">{prevPostLink $navPrevText}</span>{/capture} {/if} {if $wp->hasNextPost} {var $arrowRight = 'yes'} {capture $navNextLink}<span class="nav-next">{nextPostLink $navNextText}</span>{/capture} {/if} {/if} {* ********************************************************* *} {* for OTHER *} {* ********************************************************* *} {else} {if $wp->willPaginate($query)} {if $wp->hasPreviousPosts} {var $arrowLeft = 'yes'} {capture $navPrevLink}<span class="nav-previous">{prevPostsLink $navPrevText}</span>{/capture} {/if} {if $wp->hasNextPosts} {var $arrowRight = 'yes'} {if isset($max)} {capture $navNextLink}<span class="nav-next">{nextPostsLink $navNextText, intval($max)}</span>{/capture} {else} {capture $navNextLink}<span class="nav-next">{nextPostsLink $navNextText}</span>{/capture} {/if} {/if} {/if} {/if} {* ********************* *} {* RESULTS *} {* ********************* *} {if $arrow != ''} {if $arrow == 'left'} {if $arrowLeft == 'yes'}{!$navPrevLink}{/if} {else} {if $arrowRight == 'yes'}{!$navNextLink}{/if} {/if} {elseif $arrowLeft == 'yes' or $arrowRight == 'yes' or $wp->willPaginate($query)} <nav class="nav-single {$location}" role="navigation"> {if $arrowLeft == 'yes'}{!$navPrevLink}{/if} {if isset($max)} {if $wp->willPaginate($query)}{pagination max => intval($max), show_all => false}{/if} {else} {if $wp->willPaginate($query)}{if !$wp->isSingular}{pagination show_all => false}{/if}{/if} {/if} {if $arrowRight == 'yes'}{!$navNextLink}{/if} </nav> {/if}