• very new WP newb here, a couple questions:

    1. My Mad Mimi emails are not going out since switching to WP and I think it has something to do with the RSS feed. Where do I find my RSS feed in the Pinboard theme? When I look it 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>

    2. What do I need to do to get the RSS feed to work. Right now, it just looks like html/text when I put in https://www.mymamaadventure.com/feed. If it means switching to a child-theme (which is TwentyTwelve a child-theme?), then if I use the Twenty Twelve theme, how do I get all my side bar information to show up in the right side bar? When I started changing my theme over and adding widgets, after adding 6 widgets, they started going in the footer. I’m so confused and just want my blog set up similar to what it looked like on Blogger.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MyMamaAdventure

    (@mymamaadventure)

    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!

    Thread Starter MyMamaAdventure

    (@mymamaadventure)

    Anyone? I have since switched to the Twenty-Twelve theme and it’s still not working. Also, I still cannot figure out the child-theme steps.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS Feed for Pinboard Theme’ is closed to new replies.