This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Hide Up RSS From My Webpage

9 years ago

Currently i am using Vantage Theme for my website.
My website address www.ameref.com

I would like to seek for technical support help to hide up the RSS which show in my webpage- “”Service Page”” It look very ugly because the web contents suddently come out a RSS option.

Under wordpress “”Appearance””- “”Editor””-“”theme fuction”” my coding as below:

function vantage_setup() {

// Make the theme translatable
load_theme_textdomain( ‘vantage’, get_template_directory() . ‘/languages’ );

// Add default posts and comments RSS feed links to head
add_theme_support( ‘automatic-feed-links’ );

// Enable support for Post Thumbnails
add_theme_support( ‘post-thumbnails’ );

add_theme_support( ‘siteorigin-panels’, array(
‘home-page’ => true,
‘margin-bottom’ => 35,
‘home-page-default’ => ‘default-home’,
‘home-demo-template’ => ‘home-panels.php’,
‘responsive’ => siteorigin_setting( ‘layout_responsive’ ),
) );

Hope some expert here kindly give some guidance for enlighten me.

Thanks.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Have a different question or issue?

Start New Thread