Generating Shortcodes, display
-
Details:
Name: JFantasyBooks
Site: Fantasy-Updates
Site Url: https://fantasy-updates.live
WordPress Version: 4.6.1
WP RSS Aggregator Plugin Version: 4.9.1Necessary Information:
Hello,
So, following the site’s advice, I bought the views plugin which interacted well with WP RSS Aggregator. The only reasons why I need the views plugin is because it’s able to generate shortcodes that spit out the results i’m looking for. For example, the feed output just shows the authors for each recent feed.
Or… just shows the unique titles, and not the entire wp-rss-aggregator dipslay
ex.[wpv-post-field name=’wprss_item_author’] displays the results (example names):
Author 1 (from feed x)
Author 2 (from feed y)
Author 3 (from feed x)
and so forth.Same thing you would have gotten if you used the [wp-rss-aggregator] shortcode, but with just the authors. No structured display.
But it’s not just those I use, but:
[wpv-post-field name=’wprss_feed_id’]
[wpv-post-field name=’wprss_unique_titles’]
[wpv-post-field name=’wprss_item_permalink’]….
But where is the problem, you may ask?
Problem:
Views plugin slows my site 3-4x. It’s so slow to upload that it deters visitors. And I’ve heard of some complaints.
And the display of the shortcode is not something that I need. I need each element separately. Only for the plugin to show unique titles, or only show the authors.
Possible solution:
The view I want is quite possible for me to design easily. Only things I need are those shortcodes. I’ve looked into the code provided by the plugin, but i’m not sure where the output for the wp rss display is generated. ex. just the output of the authors for a particular feed.
I know for sure that ‘wprss_feed_id’, ‘wprss_unique_titles’ is actually a part of the plugin code. So, views plugin is not just making up the names. The output is somewhere in the plugin code.
I just need help finding it. So I can make the shortcode. Or if you can help me make the shortcodes, I would be extremely grateful.
Thank You.
The topic ‘Generating Shortcodes, display’ is closed to new replies.