This is my Sidebar.php file code”
<!– RIGHT SIDEBAR –>
<div id=”sidebar-right”>
<?php wp_list_cats(‘sort_column=name’); ?>
-
<h2><?php _e(‘Archives’,’emerald_stretch’); ?></h2>
<?php wp_get_archives(‘type=monthly’); ?>
-
<h2><?php _e(‘Meta’,’emerald_stretch’); ?></h2>
<!–<h2>Search</h2>–>
<?php include_once (TEMPLATEPATH.”/searchform.php”); ?>
<?php endif; ?>
<?php include_once (TEMPLATEPATH.”/_linkads_right.php”); ?>
</div>
</div>
<!– LEFT SIDEBAR –>
<div id=”sidebar-left”>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Sidebar 1’) ) : else : ?>
-
<h2><?php _e(‘Recent Posts’,’emerald_stretch’); ?></h2>
<?php get_archives(‘postbypost’, 10); ?>
-
<h2><?php _e(‘Blogroll’,’emerald_stretch’); ?></h2>
<?php get_links(-1, ‘
- ‘, ‘
‘, ‘ – ‘); ?>
<?php include_once (TEMPLATEPATH.”/_linkads_left.php”); ?>
<?php endif; ?>
</div>
1. You currently have 2 posts in your WP feed. If Feedburner or the reader widget is only showing 1, then the fault lies with them – not WP. That said, it might take a while for them to update, so leave it for a day and see what happens.
2. You’re already display a link to your feedburner feed. It’s the RSS icon in your sidebar.
Hi esmi,
Thanks a lot for your help
1) What do you mean I have 2 posts in my wp feed? Where can I see that? When I look at my RSS feed I set up in the RSS widget on my sidebar I only see one.
2) People who have never seen an RSS feed would not know to click on the orange symbol in my sidebar. Is there something separate I can add that says something like “Click here to get RSS feed”? I would also like something that will show the posts and comments separately if possible.
I really don’t think it should take a day to populate. It has already been about 8 hours.
Lance
Ok – I got rid of the rss widget and I’m just using the “recent posts” widget – good enough.
And I found a plugin for the rss icon that says subscribe next to it.
thanks