Firebug is a client tool, therefore it does not have access to the scripts on the server. All it knows about the source, where the HTML came from, is the URL you accessed.
In case of WordPress the
blog posts are saved in a database, so you need to search them via WordPress itself.
If you want to edit the files of WordPress itself, please read
their docs. If you then still have questions, you should post to
their forum.
Sebastian
On Monday, January 14, 2013 12:00:55 PM UTC+1, Stefano Capasso wrote:
hello, i use this nice tools since a while, but there are some things i never get to understand
when i point to a some element, i can see on the right Windows the css, and generally i can locate the file where that code is
but in the left window, where the php or html code is shown i can hardly understand where that code is
how do i manage this?where do i get indication on what is the file who contain that code?
i generally use it with wordpress..
thanks