Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 512573

Add a icon/image to feed item?

$
0
0

Replies: 0

Hello,
is it possible to add a icon/image to a feed-item?
Or can i override this function:

/**
* Merges the default arguments with the user set arguments
*
* @since 3.0
*/
function wprss_get_shortcode_default_args( $args ) {
// Default shortcode/function arguments for displaying feed items
$shortcode_args = apply_filters(
‘wprss_shortcode_args’,
array(
‘links_before’ => ‘<ul class=”rss-aggregator”>’,
‘links_after’ => ‘‘,
‘link_before’ => ‘<li class=”feed-item”>’,
‘link_after’ => ‘‘
)
);

// Parse incoming $args into an array and merge it with $shortcode_args
$args = wp_parse_args( $args, $shortcode_args );

return $args;
}
Br, Patrick

  • This topic was modified 9 minutes ago by paze87.

Viewing all articles
Browse latest Browse all 512573

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>