• Hey… a friend showd me how to use WP 1.5’s new “pages” feature to save me from having to do a second install of WP. It’s all working perfectly, except that I want my new pages to show up in my RSS. is that possible? Doesn’t really matter if it’s in my main RSS or on it’s own, but I would like to have RSS.

    (a brief explanation of the content: I am using pages for something of a category. A feature on my site that I update monthly. But I have to put it in pages, not categories, ’cause I’m using a different template for it.)

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter davidcorrell

    (@davidcorrell)

    Hey Kafkaesqui, you out there? Man, I need your help. After working with this for a little bit, I’ve realized that it’s really not working. It’s doing some very weird things.

    First thing I noticed is that when I post a page, NetNewsWire isn’t getting the update. The weird thing, is that it’s working in MacNews, just not NewNewsWire. I haven’t tested it on a PC, so I don’t know if it’s working there, but either way, it only partially working.

    The other thing I’ve run into is that when I post a regular post, this it will update an old page. I haven’t figured out yet if it’s just a random page or if there’s a system to it, but it’s doing something screwey.

    Any help would be greatly appreciated. Thanks!

    Is there an update to this snippet that’s needed to keep rss for pages going when moving to WP 1.5.1?

    I just got pages rss going a few days ago, and now they’ve died with the installation of WP 1.5.1 – urrrgggghhh ??

    Try editing/writing a new page? Doing the same for posts and comments seems to work for those feeds.

    vegasman

    (@vegasman)

    I would like to post rss feeds on pages I create. With the include php. I have found plugin that enables me to do this. But it displays the rss feed below the sidebar in the body instead of next to it. How can I fix this to dispay correctly. Example: https://www.newlifepub.com/blog/?page_id=3

    war59312

    (@war59312)

    Can you post link to plugin please?

    And to get rss to sidebar you need to place the code right under:

    <div id=”sidebar”>

    so just search for that and cut and paste the rss code after it. Should work.

    If not simply move all the rss code to sidbar.php in theme folder. I use connections theme as well. ??

    So would love to have the plugin your talking about. ??

    Hi, I’m interesting in adding RSS capability for pages, I’ve tried the code provided by Kafkasky, and its works, but I have a problem. When I see the feeds (I use Mozilla Thunderbird) in the place of the title appears the content of the page.
    I tried to include directly the following code:

    <?php if(isset($_GET['pages'])) : ?>
    <title><?php $post->post_title; ?></title>
    <?php else : ?>
    <title><?php the_title_rss ?></title>
    <?php endif; ?>

    but in the reader appears the content in the title, anyway.
    Any idea of why this happens.
    ??Is there any plugin for RSS feeds on pages working for WordPress 1.5.2?
    My page is https://gsm.org.es/gsm
    Thanks.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘RSS feed of 1.5 pages?’ is closed to new replies.