This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# 1- Edit framework/functions/theme-functions.php and find: | |
function tie_excerpt(){ | |
add_filter( 'excerpt_length', 'tie_excerpt_global_length', 999 ); | |
echo get_the_excerpt(); | |
} | |
function tie_excerpt_home(){ |
NewerOlder