Removal of Ad Reference ID on 3.1.8
Hi there
my previous thread ( ) which was solved, has a problem, which I've only just noticed as I didn't expect it to happen
I removed the code for the AD Ref ID on includes/theme-actions.php line 70 only to discover that this makes the search bar shrink in size and also a grey bar appear at the top of the homepage.
I removed the following code:
<div class='note'><strong><?php _e( 'Ad Reference ID:', 'appthemes' ); ?></strong> <?php if ( get_post_meta( $post->ID, 'cp_sys_ad_conf_id', true ) ) echo get_post_meta( $post->ID, 'cp_sys_ad_conf_id', true ); else echo __( 'N/A', 'appthemes' ); ?></div>
If this wasn't correct please could you advise.
Many thanks