I’ve switched to TwentyTwelve theme and I think I’ve created a child-theme based on coding in the CSS.
I still cannot figure out the RSS feed though. Any help with this would be great, I’ve read the codex and it has not been helpful as my html still says:
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
What do I need to add/change to make the RSS work?
Question #2:
Is there a CSS code to make ALL of one category noindex rather than going through each post of that category and making it noindex? Thank you!