PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
essential-blocks
/
views
/
post-partials
<?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;
[-] featured-post-markup.php
[edit]
[-] .htaccess
[edit]
[-] carousel-markup.php
[edit]
[-] post-thumbnail.php
[edit]
[+]
meta
[-] title.php
[edit]
[-] post-content.php
[edit]
[-] read-more.php
[edit]
[-] category-filter.php
[edit]
[-] grid-markup.php
[edit]
[+]
..