Hi and sorry for the late reply – due to the situation i was a little bit off
sorry, didn’t quite understand the question – show where ?
Thread Starter
dwaber
(@dwaber)
When using your plugin with code below:
https://gn.vfmg.ch/?call_custom_simple_rss=1&csrp_posts_per_page=5&csrp_date=1&csrp_date_after=-20%20days&csrp_date_after_type=publish&csrp_date_before=now&csrp_date_before_type=publish
I get instead of the category name, the id of the category. How can I change this?
for Example I need the name:
<category>Aeschi</category>
but I get following:
<category>15</category>
Hi there I have exactly the same question so I’m posting this to get email notifications on progress.
Thread Starter
dwaber
(@dwaber)
I had to change the line 635 (or in this range) from
$collection.= '<category>'.$category->term_id.'</category>';
to
$collection.= '<category>'.$category->name.'</category>';
or
$collection.= '<category>'.$category->description.'</category>';
would show the description.
-
This reply was modified 2 years, 3 months ago by
dwaber.
-
This reply was modified 2 years, 3 months ago by
dwaber.
Hi and thank you for your patience
i will add this feature in the next version