Skip to:
Content
Pages
Categories
Search
Top
Bottom

Trouble with google reader and sitewide activity


  • mmcomber
    Participant

    @mmcomber

    Hi all,

    Following up on a reader complaint, I found that when someone subscribes to my Buddypress enabled site with Google Reader using the main ULR (threesheetsnw.com), the reader automatically subscibres them to the sitewide activity feed. So instead of just seeing out latests posts, the reader is getting all the sitewide activity and it floods their reader.

    I fixed the problem for him but suggesting he use our RSS URL (via Feedburner) instead and that worked. But is there any way to have our RSS feed, not our sitewide activity, be the default for Google Reader and others?

    Using the WordPress 3.1 and Buddypress 1.28 with a theme from WPMUDev.

    Thanks!

Viewing 1 replies (of 1 total)

  • @mikey3d
    Participant

    @mikey3d

    It’s very simple to fix it. In your child theme, open the file header.php and move the Blog Posts RSS Feed and Blog Posts Atom Feed codes between this characters “@@@” just under the style.css’s media=”screen” codes:

    `

    <link rel="stylesheet" href="” type=”text/css” media=”screen” />

    <link rel="alternate" type="application/rss+xml" title=" | ” href=”” />

    <link rel="alternate" type="application/rss+xml" title=" | | ” href=”” />

    <link rel="alternate" type="application/rss+xml" title=" | | ” href=”” />

    @@@<link rel="alternate" type="application/rss+xml" title=" ” href=”” />
    <link rel="alternate" type="application/atom+xml" title=" ” href=”” />@@@
    <link rel="pingback" href="” />`

    Change to:

    `

    <link rel="stylesheet" href="” type=”text/css” media=”screen” />
    @@@<link rel="alternate" type="application/rss+xml" title=" ” href=”” />
    <link rel="alternate" type="application/atom+xml" title=" ” href=”” />@@@

    <link rel="alternate" type="application/rss+xml" title=" | ” href=”” />

    <link rel="alternate" type="application/rss+xml" title=" | | ” href=”” />

    <link rel="alternate" type="application/rss+xml" title=" | | ” href=”” />

    <link rel="pingback" href="” />`

    How is that workout for you? Don’t forget to delete this characters “@@@.” It’s just for the demonstration.

    Mikey3D

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble with google reader and sitewide activity’ is closed to new replies.
Skip to toolbar