[Solved]Quick Wordpress Help Needed

3 replies
  • WEB DESIGN
  • |
I have some sort of menu bar or something towards the top of my page I need to delete. It has some random link for "uncategorized" and some RSS buttons" None of these links work or add anything to the site.

Trouble is, I can't for the life of me figure out how to remove them. Please help.

NAS Reviews

Thanks in advance,
-Paul
#needed #quick #wordpress
  • Profile picture of the author mrmagos
    You will probably have to manually edit the theme to remove it. Check the header.php file. If you need any help, feel free to PM me.
    {{ DiscussionBoard.errors[3117306].message }}
  • Profile picture of the author wassim
    Dear Paul,

    open your "header.php" file and locate the text below and remove it. Save the file and upload it back to your server and it should be gone.

    The text to remove is this:

    HTML Code:
    <div id="cat-bar">
                
                    
                    <div id="cat-bar-content">
                        <ul>
                        <li>No categories</li> </ul>
                    </div> <!-- id="cat-bar-content" -->
                        
            </div> <!-- id="cat-bar" -->
      
    <!--
    The RSS Bar (inc Feedburner)
    ~~~ -->    
            <div id="rss-bar">
            
                <div id="rss-bar-content">
    <!--
    Feedburner Email Link
    ~~~ -->     
                                
                                    
    
    <!--
    RSS Comments Link
    ~~~ -->    
                    <div class="rss-comments">
                    
                                                <a href="http://nasreviews.org/?feed=comments-rss2">Comments</a>
                            
                    </div> <!-- class="rss-comments" -->
    
    <!--
    RSS Posts Link
    ~~~ -->
                    <div class="rss-posts">
                    
                                                <a href="http://nasreviews.org/?feed=rss2">Posts</a>
                            
                    </div> <!-- class="rss-posts" -->
                    
                </div> <!-- id="rss-bar-content" -->
    
            </div> <!-- id="rss-bar" -->
    
    Originally Posted by packerfan View Post

    I have some sort of menu bar or something towards the top of my page I need to delete. It has some random link for "uncategorized" and some RSS buttons" None of these links work or add anything to the site.

    Trouble is, I can't for the life of me figure out how to remove them. Please help.

    NAS Reviews

    Thanks in advance,
    -Paul
    Signature
    {{ DiscussionBoard.errors[3117464].message }}
    • Profile picture of the author packerfan
      Originally Posted by wassim View Post

      Dear Paul,

      open your "header.php" file and locate the text below and remove it. Save the file and upload it back to your server and it should be gone.

      The text to remove is this:

      HTML Code:
      <div id="cat-bar">
                  
                      
                      <div id="cat-bar-content">
                          <ul>
                          <li>No categories</li> </ul>
                      </div> <!-- id="cat-bar-content" -->
                          
              </div> <!-- id="cat-bar" -->
        
      <!--
      The RSS Bar (inc Feedburner)
      ~~~ -->    
              <div id="rss-bar">
              
                  <div id="rss-bar-content">
      <!--
      Feedburner Email Link
      ~~~ -->     
                                  
                                      
      
      <!--
      RSS Comments Link
      ~~~ -->    
                      <div class="rss-comments">
                      
                                                  <a href="http://nasreviews.org/?feed=comments-rss2">Comments</a>
                              
                      </div> <!-- class="rss-comments" -->
      
      <!--
      RSS Posts Link
      ~~~ -->
                      <div class="rss-posts">
                      
                                                  <a href="http://nasreviews.org/?feed=rss2">Posts</a>
                              
                      </div> <!-- class="rss-posts" -->
                      
                  </div> <!-- id="rss-bar-content" -->
      
              </div> <!-- id="rss-bar" -->
      
      Worked Great! Thanks for your help.
      Signature

      Nothing to see here

      {{ DiscussionBoard.errors[3119268].message }}

Trending Topics