[Solved]Quick Wordpress Help Needed

by 3 replies
4
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
#website design #needed #quick #wordpress
  • 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.
  • 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" -->
    
    • [1] reply
    • Worked Great! Thanks for your help.

Next Topics on Trending Feed

  • 4

    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.