• eek! i deleted everything in my side bar box in the editor section. now i want it back, but no text appears. where can i get it to cut and paste back in where it belongs? i’m using the yway theme.

    thanks!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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..

    Thread Starter aidarogerscom

    (@aidarogerscom)

    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).

    Thread Starter aidarogerscom

    (@aidarogerscom)

    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.

    Thread Starter aidarogerscom

    (@aidarogerscom)

    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…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘deleted entire sidebar script by mistake’ is closed to new replies.