Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)