if you have made changes in sidebar then replace the sidebar.php with the old one in your themes/yway folder, hope it will work..
how do i do that? how to i get to my themes/yway folder? where is it? thank you.
There is no themes/yway folder.
Download a fresh copy of the theme, then extract and re-upload sidebar.php to wp-content/themes/current_theme_folder using FTP (or whatever file manager your host provides).
hi esmi,
thank you. if i download a new copy of the theme, will it wipe out all the changes i made to the original theme? i did so much work on the first one, and i don’t want to have to do it all over again.
thanks again.
also esmi,
another quickie: how do i delete the “Entries RSS” and “Comments RSS” from my page? I don’t need those at all as my site is very simple and for info only.
Finally, How do I delete the “Blog” from my Menu bar? I don’t need a link to a blog.
Thank you for all your help – much appreciated.
aida
if i download a new copy of the theme, will it wipe out all the changes i made to the original theme?
If you just upload sidebar.php, it will only remove any changes you made to that file.
how do i delete the “Entries RSS” and “Comments RSS”
Delete:
<a href="<?php bloginfo('rss2_url'); ?>">Entries RSS</a>
<a href="<?php echo get_post_comments_feed_link();?>">Comments RSS<a>
How do I delete the “Blog” from my Menu bar?
I’ve not seen your site, so I couldn’t say…