tags for single item
-
How can i add <ul class=”rss-aggregator”><li class=”feed-item”> tags for SINGLE feed item?
-
Hi @jantsu78,
If you’d like to display only one feed item, you can use the
limitparameter for the shortcode.You can find the complete list of the shortcode’s parameters here.
No, thats not what im looking for. I dont want to limit anything.
Please read my first post again.-
This reply was modified 9 years, 1 month ago by
jantsu78.
Hi @jantsu78,
Sorry if we misunderstood your question.
But we couldn’t really understand what you tried to ask here. Can you please explain a bit more?
We see that you’ve tried our Simple Feeds Bundle demo, but we’re also not sure what you’d like to do with the link you gave to us above.
If you have any questions regarding our premium add-ons, you can open a pre-sales ticket here.
Ideally, if you can send us some screenshots of what you’d intend to achieve, it would be very helpful.

1. http://simple.wprssaggregator.com/v0oivu7kz4kgzm8/feeds/
2. http://simple.wprssaggregator.com/v0oivu7kz4kgzm8/feed-items/importance-of-gif-in-2017-12-reasons-to-use-content-marketing-gifs/Problem: tags missing from the single feed (2.). How to add?
Hi @jantsu78,
Thank you for the screenshot. It helps now to understand your problem.
From what we assume, you should get the second link (the individual feed item) http://simple.wprssaggregator.com/v0oivu7kz4kgzm8/feed-items/importance-of-gif-in-2017-12-reasons-to-use-content-marketing-gifs/ from your WP Admin.
This is actually not how WP RSS Aggregator is usually used. Since when using the shortcode to display the feed items list, the link on each individual feed item will bring you to the original source site and not the single feed item on your own site.
That’s why the HTML Markup you’re asking is only applied in the shortcode. It will not be used or applied in the Single Feed Item since that’s a totally different way to display the feed item.
Now, if you’d like to modify the display (i.e. adding the HTML Markup) on the Single Feed Item page (your second link (2.)), what you need to do is to modify your theme (we recommend creating a Child Theme) by creating a new
single-feed_item.phpfile.You can clone or copy the previous
single.phpfile from the parent theme as the base file then you can go from there.Here’s an example of how you would modify the theme file for TwentySixteen:
Note that depends on what theme you’ll be using, the modification will be slightly different.
Hope this helps.
-
This reply was modified 9 years, 1 month ago by
The topic ‘tags for single item’ is closed to new replies.