Hi anyone know what is the rss feed url so people can subscribe to my blog?
Thanks!
Hi anyone know what is the rss feed url so people can subscribe to my blog?
Thanks!
Here is the right code:
<div class="copyrights">
<p>"><?php bloginfo('name'); ?> © <?php echo date('Y'); ?> <?php _e('All Rights Reserved', 'unspoken'); ?></p>
<?php if ( get_option('unspoken_footer_text') ) echo '<p>' . get_option('unspoken_footer_text') . '</p>'; ?>
</div>
sorry : ">
<?php bloginfo('url'); ?>
You must log in to post.