• I am using Feedburner for my feeds. How can I remove or change the RSS link for Latest Posts in the Semiologic CMS?

    Thanks!
    Bob Jordan

Viewing 5 replies - 1 through 5 (of 5 total)
  • calling:

    sem_recent_posts(‘feed_name=’);

    will remove it

    Thread Starter rwj850t

    (@rwj850t)

    Denis,

    Thanks for the quick reply. I’m still not sure what I need to do. Which file do I need to edit?

    Thanks!
    Bob Jordan

    sidebar.php

    Thread Starter rwj850t

    (@rwj850t)

    Using this in sidebar.php did not fix the problem:

    if ( function_exists(‘sem_recent_posts’) )
    sem_recent_posts(‘feed_name=’);

    using that in sidebar.php will fix the problem with the latest version of the plugin. the plugin checks for feed_name being set, and the stylesheet inserts no feed link if feed_name is empty.

    you can also create a custom xslt with the url you want.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Semiologic: Latest Posts’ is closed to new replies.