@@ -170,7 +170,7 @@ discard block |
||
| 170 | 170 | * Read More button in excerpt |
| 171 | 171 | */ |
| 172 | 172 | function new_excerpt_more( $more ) { |
| 173 | - return ' '; |
|
| 173 | + return ' '; |
|
| 174 | 174 | } |
| 175 | 175 | add_filter( 'excerpt_more', 'new_excerpt_more' ); |
| 176 | 176 | |
@@ -178,7 +178,7 @@ discard block |
||
| 178 | 178 | * Custome Lenght of excerpt |
| 179 | 179 | */ |
| 180 | 180 | function custom_excerpt_length( $length ) { |
| 181 | - return 30; |
|
| 181 | + return 30; |
|
| 182 | 182 | } |
| 183 | 183 | add_filter( 'excerpt_length', 'custom_excerpt_length', 999 ); |
| 184 | 184 | |