• Resolved gmorty

    (@gmorty)


    Hi All
    Im very new to this and was wondering am I able
    to remove the Entries RSS and Comments RSS from the
    footer
    thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi gmorty

    remove below code from footer.php

    $raindrops_address_html = '<small>&copy;%s &nbsp; %s &nbsp;
    								<a href="%s" class="entry-rss">%s</a> <span>'. esc_html__('and', 'Raindrops').'</span>
    								<a href="%s" class="comments-rss">%s</a>
    							</small>&nbsp;';
    
    printf( $raindrops_address_html,
    		date( "Y" ),
    		$raindrops_current_theme_name,
    		get_bloginfo( 'rss2_url' ) ,
    		esc_html__( "Entries RSS", "Raindrops" ),
    		get_bloginfo( 'comments_rss2_url' ),
    		esc_html__( 'Comments RSS', "Raindrops" )
    );

    Thank you.

    Thread Starter gmorty

    (@gmorty)

    Hi Nobita
    Thank you that worked fine,
    Gmorty

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘entries RSS and coments RSS’ is closed to new replies.