Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
themify-...
/
template...
/
partials
•
File:
content.php
•
Content:
<div<?php if(!empty($args['drop_cap'])):?> class="tb_text_dropcap"<?php endif;?>> <div class="tb_text_wrap" itemprop="description"> <?php $isLoop=$ThemifyBuilder->in_the_loop===true; $ThemifyBuilder->in_the_loop = true; $more_text = !empty($args['more_text']) ? $args['more_text'] : null; if ( isset($args['content_type'] ) && $args['content_type'] === 'excerpt') { $ex_more = null!==$more_text && 'on'===$args['more_link'] ? sprintf(' <a class="more-link" href="%s">%s</a>',get_the_permalink(),$more_text):''; if(!empty($args['excerpt_length'])){ echo wp_trim_words( strip_tags( get_the_content() ), $args['excerpt_length'],$ex_more); } else{ the_excerpt(); echo $ex_more; } } else { global $themify; if(!empty($themify->pro_paged) && (int)$themify->pro_paged > 1){ global $paged,$page; $paged = $page = $themify->pro_paged; } the_content($more_text); // Paging wp_link_pages(); } $ThemifyBuilder->in_the_loop = $isLoop; $args=null;?> </div> </div>
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List