Server IP : 103.119.228.120 / Your IP : 18.118.140.78 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/hendraso/public_html/old/wp-content/themes/hs/ |
Upload File : |
<?php get_header(); ?> <div class="content"> <aside id="sidebar" class="sidebar sidebar2"> <nav class="side_menu side_menu_2"> <?php wp_nav_menu(array('theme_location' => 'lawyer_navigation')); ?> </nav> <div class="clear"></div> <nav class="sub_menu"> <?php $term = wp_get_post_terms(get_the_ID(), 'lawyers_categories'); if($term[0]->name == "partners"){ $cat_name = "partner"; wp_nav_menu(array('theme_location' => 'partner_navigation')); } elseif($term[0]->name =="foreign counsel"){ $cat_name = "foreign counsel"; wp_nav_menu(array('theme_location' => 'foreign_navigation')); } ?> </nav> </aside><!-- /#sidebar --> <div id="main" class="main_content main_content_2"> <div class="container"> <?php while (have_posts()) : the_post(); ?> <article <?php post_class() ?> id="post-<?php the_ID(); ?>"> <div class="entry-content"> <div class="thumb_lawyer"> <?php if(has_post_thumbnail()): the_post_thumbnail('lawyers-thumb',array('class'=>'thumb')); endif;?> <?php $args = array( 'post_type' => 'attachment', 'post_mime_type' => 'application/pdf', 'numberposts' => null, 'post_status' => null, 'post_parent' => $post->ID ); $attachments = get_posts($args); if ($attachments) { foreach ($attachments as $attachment) { echo wp_get_attachment_link($attachment->ID,'' ,false,'','download pdf'); } } ?> </div> <div class="overhidden"> <h2 class="title"> <?php the_title(); ?> <?php $email_metabox->the_meta(); ?> <a href="mailto:<?php $email_metabox->the_value('email'); ?>" class="mail_link"><?php $email_metabox->the_value('email');?></a> </h2> <h3 class="category_name"><?php echo $cat_name; ?></h3> <div class="scroll-pane"> <?php the_content(); ?> </div> </div> </div> </article> <?php endwhile; // End the loop ?> </div> </div><!-- /#main --> <div class="clear"></div> </div><!-- /#content --> <div class="clear"></div> <?php get_footer(); ?>