[Theme: EvoLve] Update 208 again cut out ads
-
Same release on the website no cut out.
Anyway edit functios.php and cut out these lines as usual…`$input[‘evl_space_1’] = wp_filter_post_kses( $input[‘evl_space_1’] );
$input[‘evl_space_2’] = wp_filter_post_kses( $input[‘evl_space_2’] );
$input[‘evl_space_3’] = wp_filter_post_kses( $input[‘evl_space_3’] );
$input[‘evl_space_4’] = wp_filter_post_kses( $input[‘evl_space_4’] );
$input[‘evl_space_5’] = wp_filter_post_kses( $input[‘evl_space_5’] );
$input[‘evl_space_6’] = wp_filter_post_kses( $input[‘evl_space_6’] );
$input[‘evl_space_7’] = wp_filter_post_kses( $input[‘evl_space_7’] );
$input[‘evl_space_8’] = wp_filter_post_kses( $input[‘evl_space_8’] );
$input[‘evl_space_9’] = wp_filter_post_kses( $input[‘evl_space_9’] );
If you want to change the footer copyright it is on the same file, bottom. rename evolve_copy() in evolve_copy1() and make what you want, next is a basic example. careful where you insert the function, it must go before the comment shown.....
function evolve_copy1() {
$credits = ‘<p id=”copyright” style=”margin-top:20px;”>
<span class=”credits”>(c) Copyright 2010-2012 </span>
<a href=”‘. home_url() .'”>’. get_bloginfo( ‘name’ ) .'</a></p>’;
echo apply_filters( ‘evolve_copy’, (string) $credits );
}// Share This Buttons
`
- The topic ‘[Theme: EvoLve] Update 208 again cut out ads’ is closed to new replies.