mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
68a18b02e9
- small fixes and code optimization;
20 lines
482 B
PHP
20 lines
482 B
PHP
<div class="rss-widget">
|
|
<?php wp_widget_rss_output(array(
|
|
'url' => 'https://ultimatemember.com/blog/feed/',
|
|
'title' => __( 'Latest From Ultimate Member', 'ultimate-member' ),
|
|
'items' => 4,
|
|
'show_summary' => 0,
|
|
'show_author' => 0,
|
|
'show_date' => 1,
|
|
)); ?>
|
|
</div>
|
|
|
|
<style type='text/css'>
|
|
#um-metaboxes-mainbox-1 a.rsswidget {
|
|
font-weight: 400
|
|
}
|
|
#um-metaboxes-mainbox-1 .rss-widget span.rss-date{
|
|
color: #777;
|
|
margin-left: 12px;
|
|
}
|
|
</style>
|