✏️ 正在编辑: content-card-2.php
路径:
/home/h359620/public_html/wp-content/themes/datis/template-parts/team/content/content-card-2.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Template part: Team Card * * Usage (inside a team loop): * get_template_part( 'template-parts/team/card' ); */ if (! defined('ABSPATH')) { exit; } $post_id = get_the_ID(); if (! $post_id || get_post_type($post_id) !== 'team') { return; } $name = get_the_title($post_id); $team_terms = get_the_terms($post_id, 'team-categories'); $team_term_text = ''; if (! is_wp_error($team_terms) && ! empty($team_terms)) { $names = wp_list_pluck($team_terms, 'name'); $team_term_text = implode('، ', $names); } $image = get_the_post_thumbnail_url($post_id, 'medium_large'); $instagram = get_post_meta($post_id, '_datis_team_instagram', true); $telegram = get_post_meta($post_id, '_datis_team_telegram', true); $whatsapp = get_post_meta($post_id, '_datis_team_whatsapp', true); $wrapper_classes = ['datis-team-card']; $wrapper_classes[] = is_rtl() ? 'datis-team-card-rtl' : 'datis-team-card-ltr'; ?> <div class="datis-team-card style-2"> <div class="team-thumbnail"> <img src="<?php echo $image; ?>" alt="<?php echo $name; ?>"> </div> <div class="team-card-info"> <div class="content"> <div class="team-card-title d-flex flex-row align-items-center gap-2"> <svg width="23" height="5" viewBox="0 0 23 5" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 4.03226C0 1.8053 1.8053 0 4.03226 0H20.5C21.8807 0 23 1.11929 23 2.5C23 3.88071 21.8807 5 20.5 5H0.967741C0.433272 5 0 4.56673 0 4.03226Z" fill="var(--datis-primary-color)" /> </svg> <h4 class="team-name"><?php echo $name; ?></h4> </div> <div class="team-role"> <?php echo $team_term_text; ?> </div> </div> <div class="team-socials d-flex flex-row align-items-center justify-content-between"> <a href="<?php echo $instagram; ?>" class="instagram"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.99963 1.4668C7.68211 1.4668 7.39151 1.47662 6.48134 1.51815C5.57307 1.55961 4.95275 1.70384 4.40994 1.9148C3.8488 2.13288 3.37292 2.42466 2.89853 2.89905C2.42414 3.37344 2.13235 3.84932 1.91428 4.41046C1.70332 4.95324 1.55909 5.57356 1.51763 6.48183C1.4761 7.392 1.46631 7.68259 1.46631 10.0001C1.46631 12.3176 1.4761 12.6082 1.51763 13.5184C1.55909 14.4266 1.70332 15.047 1.91428 15.5897C2.13235 16.1509 2.42414 16.6268 2.89853 17.1012C3.37292 17.5756 3.8488 17.8674 4.40994 18.0854C4.95275 18.2964 5.57307 18.4406 6.48134 18.482C7.39151 18.5236 7.68211 18.5334 9.99963 18.5334C12.3171 18.5334 12.6077 18.5236 13.5179 18.482C14.4262 18.4406 15.0465 18.2964 15.5892 18.0854C16.1504 17.8674 16.6263 17.5756 17.1007 17.1012C17.5751 16.6268 17.8669 16.1509 18.0849 15.5897C18.2959 15.047 18.4401 14.4266 18.4816 13.5184C18.5231 12.6082 18.5329 12.3176 18.5329 10.0001C18.5329 7.68259 18.5231 7.392 18.4816 6.48183C18.4401 5.57356 18.2959 4.95324 18.0849 4.41046C17.8669 3.84932 17.5751 3.37344 17.1007 2.89905C16.6263 2.42466 16.1504 2.13288 15.5892 1.9148C15.0465 1.70384 14.4262 1.55961 13.5179 1.51815C12.6077 1.47662 12.3171 1.4668 9.99963 1.4668ZM9.99963 3.00436C12.2781 3.00436 12.548 3.01303 13.4478 3.05409C14.2798 3.09206 14.7316 3.23107 15.0323 3.3479C15.4306 3.5027 15.7149 3.68765 16.0135 3.98624C16.3121 4.28483 16.497 4.56912 16.6518 4.9674C16.7687 5.26809 16.9077 5.71992 16.9456 6.55191C16.9867 7.45171 16.9954 7.72162 16.9954 10.0001C16.9954 12.2786 16.9867 12.5485 16.9456 13.4483C16.9077 14.2803 16.7687 14.7321 16.6518 15.0328C16.497 15.4311 16.3121 15.7154 16.0135 16.014C15.7149 16.3126 15.4306 16.4975 15.0323 16.6523C14.7316 16.7692 14.2798 16.9082 13.4478 16.9461C12.5481 16.9872 12.2783 16.9959 9.99963 16.9959C7.72096 16.9959 7.45113 16.9872 6.55142 16.9461C5.71944 16.9082 5.2676 16.7692 4.96691 16.6523C4.5686 16.4975 4.28434 16.3126 3.98571 16.014C3.68712 15.7154 3.50218 15.4311 3.34741 15.0328C3.23055 14.7321 3.09153 14.2803 3.05356 13.4483C3.01251 12.5485 3.00384 12.2786 3.00384 10.0001C3.00384 7.72162 3.01251 7.45171 3.05356 6.55191C3.09153 5.71992 3.23055 5.26809 3.34741 4.9674C3.50218 4.56912 3.68712 4.28483 3.98571 3.98624C4.28434 3.68765 4.5686 3.5027 4.96691 3.3479C5.2676 3.23107 5.71944 3.09206 6.55142 3.05409C7.45123 3.01303 7.72113 3.00436 9.99963 3.00436Z" fill="#0A2647" /> <path d="M9.99966 12.8446C8.42869 12.8446 7.15521 11.5711 7.15521 10.0001C7.15521 8.42918 8.42869 7.15569 9.99966 7.15569C11.5706 7.15569 12.8441 8.42918 12.8441 10.0001C12.8441 11.5711 11.5706 12.8446 9.99966 12.8446ZM9.99966 5.61816C7.57953 5.61816 5.61768 7.58002 5.61768 10.0001C5.61768 12.4202 7.57953 14.3821 9.99966 14.3821C12.4197 14.3821 14.3816 12.4202 14.3816 10.0001C14.3816 7.58002 12.4197 5.61816 9.99966 5.61816Z" fill="#0A2647" /> <path d="M15.5788 5.44488C15.5788 6.01042 15.1203 6.46886 14.5547 6.46886C13.9892 6.46886 13.5308 6.01042 13.5308 5.44488C13.5308 4.87934 13.9892 4.4209 14.5547 4.4209C15.1203 4.4209 15.5788 4.87934 15.5788 5.44488Z" fill="#0A2647" /> </svg> </a> <a href="<?php echo $whatsapp; ?>" class="whatsapp"> <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_294_2082)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.1237 10.7955C12.8997 10.6834 11.7987 10.1417 11.5934 10.0669C11.3882 9.99217 11.2389 9.95487 11.0896 10.179C10.9403 10.4032 10.5112 10.9076 10.3805 11.0571C10.2499 11.2065 10.1193 11.2253 9.89536 11.1131C9.67141 11.0011 8.94983 10.7646 8.09448 10.0016C7.4288 9.40781 6.97932 8.67448 6.84872 8.45029C6.71808 8.2261 6.83476 8.10491 6.94688 7.99326C7.04767 7.89292 7.17086 7.7317 7.28279 7.60091C7.3948 7.4702 7.4321 7.37672 7.50674 7.22734C7.58137 7.07786 7.54407 6.94711 7.48804 6.83504C7.4321 6.72296 6.98425 5.62067 6.79764 5.17222C6.61584 4.73561 6.43124 4.79474 6.29378 4.78782C6.16331 4.78135 6.01383 4.77998 5.86459 4.77998C5.71532 4.77998 5.47267 4.83602 5.26739 5.06014C5.06215 5.28433 4.48365 5.82616 4.48365 6.92834C4.48365 8.03066 5.28606 9.09544 5.39803 9.24493C5.51 9.39441 6.97711 11.6563 9.22359 12.6263C9.75783 12.8571 10.175 12.9948 10.5002 13.098C11.0366 13.2685 11.5248 13.2444 11.9107 13.1868C12.3409 13.1225 13.2356 12.6451 13.4222 12.122C13.6088 11.5988 13.6088 11.1505 13.5528 11.0571C13.4969 10.9636 13.3476 10.9076 13.1237 10.7955ZM9.03765 16.3745H9.03463C7.69792 16.374 6.38691 16.0149 5.2432 15.3362L4.97116 15.1748L2.15184 15.9143L2.90436 13.1655L2.72728 12.8836C1.98158 11.6976 1.58773 10.3269 1.58832 8.91931C1.58998 4.81218 4.93168 1.47075 9.04061 1.47075C11.0303 1.47142 12.9006 2.24729 14.307 3.65533C15.7135 5.06334 16.4875 6.93491 16.4868 8.92532C16.4851 13.0328 13.1434 16.3745 9.03765 16.3745ZM15.3774 2.58542C13.6853 0.891379 11.4351 -0.0419844 9.03755 -0.0429688C4.0976 -0.0429688 0.0770977 3.97729 0.0750937 8.91875C0.0744609 10.4984 0.487125 12.0401 1.27146 13.3993L0 18.0436L4.75105 16.7973C6.06013 17.5113 7.53398 17.8876 9.034 17.8881H9.03769C13.9771 17.8881 17.998 13.8674 18 8.92592C18.0009 6.53118 17.0695 4.27946 15.3774 2.58542Z" fill="#0A2647" /> </g> <defs> <clipPath id="clip0_294_2082"> <rect width="18" height="18" fill="white" /> </clipPath> </defs> </svg> </a> <a href="<?php echo $telegram; ?>" class="telegram"> <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_294_2076)"> <path d="M7.56222 11.5934L15.288 18.391C15.3773 18.4701 15.4856 18.5245 15.6023 18.549C15.719 18.5736 15.8401 18.5673 15.9536 18.5309C16.0672 18.4945 16.1693 18.4292 16.25 18.3414C16.3307 18.2536 16.3871 18.1463 16.4138 18.0301L19.645 3.91914C19.6721 3.79762 19.6657 3.67102 19.6265 3.55285C19.5872 3.43469 19.5166 3.3294 19.4222 3.24823C19.3278 3.16706 19.2131 3.11305 19.0904 3.09196C18.9677 3.07088 18.8416 3.08351 18.7255 3.12852L2.86144 9.35899C2.22551 9.6082 2.31144 10.5363 2.98176 10.6738L7.56222 11.5934Z" stroke="#0A2647" stroke-width="1.375" stroke-linecap="round" stroke-linejoin="round" /> <path d="M7.5625 11.5932L19.2586 3.14551" stroke="#0A2647" stroke-width="1.375" stroke-linecap="round" stroke-linejoin="round" /> <path d="M11.4211 14.9873L8.73984 17.6686C8.64419 17.7657 8.52181 17.8322 8.38828 17.8596C8.25474 17.887 8.11606 17.8741 7.98987 17.8225C7.86368 17.771 7.75567 17.683 7.67958 17.5699C7.60348 17.4568 7.56273 17.3236 7.5625 17.1873V11.5928" stroke="#0A2647" stroke-width="1.375" stroke-linecap="round" stroke-linejoin="round" /> </g> <defs> <clipPath id="clip0_294_2076"> <rect width="22" height="22" fill="white" /> </clipPath> </defs> </svg> </a> </div> </div> </div>
💾 保存文件
← 返回文件管理器