Strange problem with Feedwordpress & GDSR

38 views
Skip to first unread message

Jens Wedin

unread,
Mar 29, 2010, 9:21:44 AM3/29/10
to gd-star-rating
Hi

On my homepage on my site http://chwisgi.com/ I 4 WP loops that show
different categories. In the middle I have GD star Rating. One of the
loops, the news section is a category that is syndicated with a plugin
called Feedwordpress. for Feedwordpress there is a option for
permalinks to either, "point to the local copy on this website" or
"point to the copy on the original site". Now I have it set to point
to the local copy on my site. If I change it to the other option all
links in GDSR goes to the first link in the News section.

Here is also the code for the two sections that have the problem.

---------------
<?php
if ( function_exists('wp_gdsr_render_rating_results') ) {
wp_gdsr_render_rating_results(array('template_id' => 45, 'rows' => 10,
'min_votes' => 1));
}
?>

<div class="span-16">

<div class="box" id="news">
<h2><a href="http://chwisgi.com/category/news/feed/atom"><img
style="margin: 3px 0; padding: 0 5px 0 0" src="/wp-content/themes/
chwisgi/img/rss.png" /></a>Latest whisky news</h2>


<?php
// Latest news
$my_query = new WP_Query('category_name=news&posts_per_page=5');
while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID;
echo '<ul>';
?>

<li><a href="<?php the_permalink() ?>" rel="bookmark"><?php
the_title(); ?></a>

<span class="syndication-source">(<?php the_syndication_source(); ?>)</
span>

<br /><?php the_excerpt(); ?>
</li>


<?php endwhile; ?>
</ul>
----------------------

Anyone knows what the problem can be?

MillaN

unread,
Mar 29, 2010, 9:47:05 AM3/29/10
to gd-star-rating
Feedwordpress causes all sorts of problems and I don't plan to even
try and change anything in GDSR so that it might work with FWP. That
plugin needs a serious overhaul to work as it should. Many clients of
mine had problems with it, not only in GDSR but other plugins working
with FWP.

Milan

On Mar 29, 3:21 pm, Jens Wedin <m...@jenswedin.com> wrote:
> Hi
>

> On my homepage on my sitehttp://chwisgi.com/I 4 WP loops that show

Jens Wedin

unread,
Mar 29, 2010, 4:06:25 PM3/29/10
to gd-star-rating
That was a straight answer (as always :)
If Feedwordpress is so bad, do you recomend any other syndication
plugins instead for your clients?

/Jens


On 29 mar, 14:47, MillaN <mi...@gdragon.info> wrote:
> Feedwordpress causes all sorts of problems and I don't plan to even
> try and change anything in GDSR so that it might work with FWP. That
> plugin needs a serious overhaul to work as it should. Many clients of
> mine had problems with it, not only in GDSR but other plugins working
> with FWP.
>
> Milan
>
> On Mar 29, 3:21 pm, Jens Wedin <m...@jenswedin.com> wrote:
>
> > Hi
>

> > On my homepage on my sitehttp://chwisgi.com/I4 WP loops that show

MillaN

unread,
Mar 29, 2010, 4:16:13 PM3/29/10
to gd-star-rating
In some cases is easier to write new plugin. One client needed
syndication functionality (wasn't using GDSR at all), and had a lot of
problems with FWP, so I made custom plugin for him. But, it's not
available for download, client own's it.

Milan

On Mar 29, 10:06 pm, Jens Wedin <m...@jenswedin.com> wrote:
> That was a straight answer (as always :)
> If Feedwordpress is so bad, do you recomend any other syndication
> plugins instead for your clients?
>
> /Jens
>
> On 29 mar, 14:47, MillaN <mi...@gdragon.info> wrote:
>
>
>
> > Feedwordpress causes all sorts of problems and I don't plan to even
> > try and change anything in GDSR so that it might work with FWP. That
> > plugin needs a serious overhaul to work as it should. Many clients of
> > mine had problems with it, not only in GDSR but other plugins working
> > with FWP.
>
> > Milan
>
> > On Mar 29, 3:21 pm, Jens Wedin <m...@jenswedin.com> wrote:
>
> > > Hi
>

> > > On my homepage on my sitehttp://chwisgi.com/I4WP loops that show

Jens Wedin

unread,
Mar 29, 2010, 4:24:55 PM3/29/10
to gd-star-rating
Ok, thanks!

On 29 mar, 21:16, MillaN <mi...@gdragon.info> wrote:
> In some cases is easier to write new plugin. One client needed
> syndication functionality (wasn't using GDSR at all), and had a lot of
> problems with FWP, so I made custom plugin for him. But, it's not
> available for download, client own's it.
>
> Milan
>
> On Mar 29, 10:06 pm, Jens Wedin <m...@jenswedin.com> wrote:
>
> > That was a straight answer (as always :)
> > If Feedwordpress is so bad, do you recomend any other syndication
> > plugins instead for your clients?
>
> > /Jens
>
> > On 29 mar, 14:47, MillaN <mi...@gdragon.info> wrote:
>
> > > Feedwordpress causes all sorts of problems and I don't plan to even
> > > try and change anything in GDSR so that it might work with FWP. That
> > > plugin needs a serious overhaul to work as it should. Many clients of
> > > mine had problems with it, not only in GDSR but other plugins working
> > > with FWP.
>
> > > Milan
>
> > > On Mar 29, 3:21 pm, Jens Wedin <m...@jenswedin.com> wrote:
>
> > > > Hi
>

> > > > On my homepage on my sitehttp://chwisgi.com/I4WPloops that show

Reply all
Reply to author
Forward
0 new messages