• I know WP comes with feed pages such as wp_rss.php.I have a few themes that have no rss feed link, do I link to these pages? If My theme has no feed links how so I set this up?

    If I click a feed link on my site is the url of the page that pops up the url that I want to submit to feed sites such as feedage.com?

    Scott

Viewing 7 replies - 1 through 7 (of 7 total)
  • URL for RDF/RSS 1.0 feed
    <?php bloginfo('rdf_url'); ?>

    URL for RSS 0.92 feed
    <?php bloginfo('rss_url'); ?>

    URL for RSS 2.0 feed
    <?php bloginfo('rss2_url'); ?>

    URL for Atom feed
    <?php bloginfo('atom_url'); ?>

    URL for comments RSS 2.0 feed
    <?php bloginfo('comments_rss2_url'); ?>

    Any of the RSS feeds (except comments) should be suitable for submission unless the place you are submitting it to has version requirements.

    Thread Starter wolfe655

    (@wolfe655)

    What about putting a feed link on a theme that doesn’t have one?

    Scott

    You take one of those tags, and you put it into the theme. Can you link me to your site, tell me where you want might want to put it? If I can get you to copy and paste the right code from your theme I can probably show you exactly where to put these tags.

    Thread Starter wolfe655

    (@wolfe655)

    This is the site. I have been switching between themes so the one I have up there may already have the link. For the ones that don’t I could use this info. I just want to feed the posts.

    Scott

    Thread Starter wolfe655

    (@wolfe655)

    Just click the post. That is what happens when I click the link button at the top. The link does not show up but the whole post turns into a link.

    Scott

    Thread Starter wolfe655

    (@wolfe655)

    Gotta bump this up to see if Mr. or Mrs bekabug can finish this answer for me.

    Scott

    You’ve got RSS right up there at the top. Hopefully you figured it out ??

    Sorry I was away from forums for so long.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Feed links on site’ is closed to new replies.