How to edit WP html using firebug?
I've been using firebug in html view to look at my sidebar and I get the following view:
<div id="sidebar">
<ul>
<br/>
<a title="p2" href="http://garyleggett.com/?p=45">p2</a>
<br/>
<br/>
<a title="p1" href="http://garyleggett.com/?p=43">p1</a>
<br/>
</ul>
<li id="linkcat-2" class="widget widget_links">
</li>
<li id="text-3" class="widget widget_text">
</li>
</div>
As I scan over this code or the my index page, firebug will tell me where in the css editor the above code is pointing to.
In the code above p1 and p2 are blog posts in the sidebar, the widget links is the blogroll and widget text is the widget text.
What I want to do is either move the blog posts to the bottom of the sidebar listings or better yet not have them appear at all in the sidebar.
First question that may or may not help my problem is, how do you get to the html code that is displayed in the left of firebug?
I can see how to get to the css or header or footer.php on the right in the editors, but I cannot see where this html code is in my editors or anywhere for that matter. Since firebug lets me temporarily edit it, I would assume it is somewhere in the WP files.
2nd question, with me wanting to completely dump the posts from the sidebar (current theme places them there automatically) what would be a good way to do this?
Thanks in advance for saving my sanity.
Gary
Reduce stress | Stay focused | Keep positive and balanced
Reduce stress | Stay focused | Keep positive and balanced
Reduce stress | Stay focused | Keep positive and balanced
Jeff Houdyschell
WordPress Guides | WordPress Installation
Work At Home Business Blog | Proven Income Opportunities | Best Work At Home Jobs
Reduce stress | Stay focused | Keep positive and balanced
Jeff Houdyschell
WordPress Guides | WordPress Installation
Work At Home Business Blog | Proven Income Opportunities | Best Work At Home Jobs