Add stock tickers
-
Hi
Would it be possible to add stock tickers (see stock_tickers on https://support.google.com/news/publisher/answer/74288?hl=en) to the news sitemap ?
I added it myself by modifying the plugin but it would be nice to have it built-in so I could update the plugin safely.
Here is the code I added on feed-sitemap-news.php
$stock_tickers = get_post_meta( $post->ID, 'stock_tickers', true ); if ( !empty($stock_tickers) ) { ?> <news:stock_tickers><?php echo $stock_tickers; ?></news:stock_tickers> <?php } ?>Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Add stock tickers’ is closed to new replies.